mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
e737a22120
* 6.1.0 * Update libs * Update nrf52 while we're at it * Remove temporary heltec platform packages * Update install scripts to flash s3 ota partition bin
19 lines
713 B
INI
19 lines
713 B
INI
[nrf52_base]
|
|
; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files
|
|
platform = platformio/nordicnrf52@^9.5.0
|
|
|
|
extends = arduino_base
|
|
build_type = debug ; I'm debugging with ICE a lot now
|
|
build_flags =
|
|
${arduino_base.build_flags} -Wno-unused-variable
|
|
-Isrc/platform/nrf52
|
|
build_src_filter =
|
|
${arduino_base.build_src_filter} -<platform/esp32/> -<platform/stm32wl> -<nimble/> -<mesh/api/> -<mesh/http/> -<modules/esp32> -<mqtt/> -<platform/rp2040> -<mesh/eth/>
|
|
lib_ignore =
|
|
BluetoothOTA
|
|
|
|
; Note: By default no lora device is created for this build - it uses a simulated interface
|
|
[env:feather_nrf52832]
|
|
extends = nrf52_base
|
|
board = adafruit_feather_nrf52832
|