mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
PIO: Remove useless inheritence (references extends env) (#8987)
Remove lib_deps section for all PlatformIO envs which are unneeded (only references the `extends` lib_deps, thus pointless) This makes the configs more concise and make future PIO variants/ libdeps audits easier.
This commit is contained in:
@@ -13,5 +13,3 @@ board_build.f_cpu = 240000000L
|
|||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
;upload_port = /dev/ttyUSB0
|
;upload_port = /dev/ttyUSB0
|
||||||
upload_speed = 460800
|
upload_speed = 460800
|
||||||
lib_deps =
|
|
||||||
${esp32_base.lib_deps}
|
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
[env:nano-g1-explorer]
|
[env:nano-g1-explorer]
|
||||||
extends = esp32_base
|
extends = esp32_base
|
||||||
board = ttgo-t-beam
|
board = ttgo-t-beam
|
||||||
lib_deps =
|
|
||||||
${esp32_base.lib_deps}
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D NANO_G1_EXPLORER
|
-D NANO_G1_EXPLORER
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
[env:nano-g1]
|
[env:nano-g1]
|
||||||
extends = esp32_base
|
extends = esp32_base
|
||||||
board = ttgo-t-beam
|
board = ttgo-t-beam
|
||||||
lib_deps =
|
|
||||||
${esp32_base.lib_deps}
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D NANO_G1
|
-D NANO_G1
|
||||||
|
|||||||
@@ -15,5 +15,3 @@ build_flags =
|
|||||||
-I variants/esp32/radiomaster_900_bandit_nano
|
-I variants/esp32/radiomaster_900_bandit_nano
|
||||||
board_build.f_cpu = 240000000L
|
board_build.f_cpu = 240000000L
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
lib_deps =
|
|
||||||
${esp32_base.lib_deps}
|
|
||||||
|
|||||||
@@ -10,5 +10,3 @@ build_flags =
|
|||||||
-I variants/esp32/radiomaster_900_bandit_nano
|
-I variants/esp32/radiomaster_900_bandit_nano
|
||||||
board_build.f_cpu = 240000000L
|
board_build.f_cpu = 240000000L
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
lib_deps =
|
|
||||||
${esp32_base.lib_deps}
|
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
[env:station-g1]
|
[env:station-g1]
|
||||||
extends = esp32_base
|
extends = esp32_base
|
||||||
board = ttgo-t-beam
|
board = ttgo-t-beam
|
||||||
lib_deps =
|
|
||||||
${esp32_base.lib_deps}
|
|
||||||
build_flags =
|
build_flags =
|
||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-D STATION_G1
|
-D STATION_G1
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ extends = esp32_base
|
|||||||
board = ttgo-t-beam
|
board = ttgo-t-beam
|
||||||
board_level = extra
|
board_level = extra
|
||||||
board_check = true
|
board_check = true
|
||||||
lib_deps = ${esp32_base.lib_deps}
|
|
||||||
build_flags = ${esp32_base.build_flags}
|
build_flags = ${esp32_base.build_flags}
|
||||||
-D TBEAM_V10
|
-D TBEAM_V10
|
||||||
-I variants/esp32/tbeam
|
-I variants/esp32/tbeam
|
||||||
|
|||||||
@@ -7,8 +7,6 @@ build_flags =
|
|||||||
${esp32s3_base.build_flags}
|
${esp32s3_base.build_flags}
|
||||||
-D HELTEC_V4
|
-D HELTEC_V4
|
||||||
-I variants/esp32s3/heltec_v4
|
-I variants/esp32s3/heltec_v4
|
||||||
lib_deps =
|
|
||||||
${esp32s3_base.lib_deps}
|
|
||||||
|
|
||||||
|
|
||||||
[env:heltec-v4]
|
[env:heltec-v4]
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ board_build.partitions = default_8MB.csv
|
|||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
platform_packages = platformio/framework-arduinoespressif32@https://github.com/PowerFeather/powerfeather-meshtastic-arduino-lib/releases/download/2.0.16a/esp32-2.0.16.zip
|
platform_packages = platformio/framework-arduinoespressif32@https://github.com/PowerFeather/powerfeather-meshtastic-arduino-lib/releases/download/2.0.16a/esp32-2.0.16.zip
|
||||||
lib_deps =
|
|
||||||
${esp32s3_base.lib_deps}
|
|
||||||
build_unflags =
|
build_unflags =
|
||||||
${esp32s3_base.build_unflags}
|
${esp32s3_base.build_unflags}
|
||||||
-DARDUINO_USB_MODE=1
|
-DARDUINO_USB_MODE=1
|
||||||
|
|||||||
@@ -10,4 +10,3 @@ build_flags =
|
|||||||
-D PRIVATE_HW
|
-D PRIVATE_HW
|
||||||
-D M5STACK_CORES3
|
-D M5STACK_CORES3
|
||||||
-I variants/esp32s3/m5stack_cores3
|
-I variants/esp32s3/m5stack_cores3
|
||||||
lib_deps = ${esp32s3_base.lib_deps}
|
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ board_check = true
|
|||||||
board_build.partitions = default_8MB.csv
|
board_build.partitions = default_8MB.csv
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
lib_deps =
|
|
||||||
${esp32s3_base.lib_deps}
|
|
||||||
build_unflags =
|
build_unflags =
|
||||||
${esp32s3_base.build_unflags}
|
${esp32s3_base.build_unflags}
|
||||||
-DARDUINO_USB_MODE=1
|
-DARDUINO_USB_MODE=1
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ board_build.mcu = esp32s3
|
|||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
;upload_port = /dev/ttyACM0
|
;upload_port = /dev/ttyACM0
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
lib_deps =
|
|
||||||
${esp32s3_base.lib_deps}
|
|
||||||
build_unflags =
|
build_unflags =
|
||||||
${esp32s3_base.build_unflags}
|
${esp32s3_base.build_unflags}
|
||||||
-DARDUINO_USB_MODE=1
|
-DARDUINO_USB_MODE=1
|
||||||
|
|||||||
@@ -5,5 +5,4 @@ extends = portduino_base
|
|||||||
build_flags = ${portduino_base.build_flags} -O0 -I variants/native/portduino-buildroot
|
build_flags = ${portduino_base.build_flags} -O0 -I variants/native/portduino-buildroot
|
||||||
board = buildroot
|
board = buildroot
|
||||||
board_level = extra
|
board_level = extra
|
||||||
lib_deps = ${portduino_base.lib_deps}
|
|
||||||
build_src_filter = ${portduino_base.build_src_filter}
|
build_src_filter = ${portduino_base.build_src_filter}
|
||||||
@@ -10,8 +10,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-DME25LS01_4Y10TD
|
-DME25LS01_4Y10TD
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/ME25LS01-4Y10TD>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/ME25LS01-4Y10TD>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
upload_protocol = nrfutil
|
upload_protocol = nrfutil
|
||||||
;upload_port = /dev/ttyACM1
|
;upload_port = /dev/ttyACM1
|
||||||
|
|||||||
@@ -9,8 +9,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/MS24SF1>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/MS24SF1>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
upload_protocol = nrfutil
|
upload_protocol = nrfutil
|
||||||
;upload_port = /dev/ttyACM1
|
;upload_port = /dev/ttyACM1
|
||||||
|
|||||||
@@ -8,6 +8,4 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-D PRIVATE_HW
|
-D PRIVATE_HW
|
||||||
-D EBYTE_E22_900M30S
|
-D EBYTE_E22_900M30S
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/diy/nrf52_promicro_diy_tcxo>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/diy/nrf52_promicro_diy_tcxo>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-I variants/nrf52840/diy/nrf52_promicro_diy_tcxo
|
-I variants/nrf52840/diy/nrf52_promicro_diy_tcxo
|
||||||
-D NRF52_PROMICRO_DIY
|
-D NRF52_PROMICRO_DIY
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/diy/nrf52_promicro_diy_tcxo>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/diy/nrf52_promicro_diy_tcxo>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
|
|
||||||
; NRF52 ProMicro w/ E-Ink display
|
; NRF52 ProMicro w/ E-Ink display
|
||||||
|
|||||||
@@ -10,6 +10,4 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Isrc/platform/nrf52/softdevice/nrf52
|
-Isrc/platform/nrf52/softdevice/nrf52
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/diy/seeed-xiao-nrf52840-wio-sx1262>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/diy/seeed-xiao-nrf52840-wio-sx1262>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
|
|||||||
@@ -6,8 +6,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-Ivariants/nrf52840/feather_diy
|
-Ivariants/nrf52840/feather_diy
|
||||||
-Dfeather_diy
|
-Dfeather_diy
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/feather_diy>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/feather_diy>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
;upload_protocol = jlink
|
;upload_protocol = jlink
|
||||||
@@ -12,5 +12,3 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-DRADIOLIB_EXCLUDE_SX127X=1
|
-DRADIOLIB_EXCLUDE_SX127X=1
|
||||||
-DRADIOLIB_EXCLUDE_LR11X0=1
|
-DRADIOLIB_EXCLUDE_LR11X0=1
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/gat562_mesh_trial_tracker>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/gat562_mesh_trial_tracker>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-DRADIOLIB_EXCLUDE_LR11X0=1
|
-DRADIOLIB_EXCLUDE_LR11X0=1
|
||||||
|
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/meshlink>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/meshlink>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds
|
; Note: as of 6/2013 the serial/bootloader based programming takes approximately 30 seconds
|
||||||
|
|||||||
@@ -7,5 +7,3 @@ build_flags = ${nrf52840_base.build_flags} -Ivariants/nrf52840/meshtiny -D MESHT
|
|||||||
-D USE_PIN_BUZZER
|
-D USE_PIN_BUZZER
|
||||||
-D MESHTASTIC_EXCLUDE_GPS=1
|
-D MESHTASTIC_EXCLUDE_GPS=1
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/meshtiny>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/meshtiny>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
|
|||||||
@@ -4,6 +4,3 @@ extends = nrf52_base
|
|||||||
build_flags =
|
build_flags =
|
||||||
${nrf52_base.build_flags}
|
${nrf52_base.build_flags}
|
||||||
-DSERIAL_BUFFER_SIZE=1024
|
-DSERIAL_BUFFER_SIZE=1024
|
||||||
|
|
||||||
lib_deps =
|
|
||||||
${nrf52_base.lib_deps}
|
|
||||||
|
|||||||
@@ -12,5 +12,3 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-DRADIOLIB_EXCLUDE_LR11X0=1
|
-DRADIOLIB_EXCLUDE_LR11X0=1
|
||||||
-DMESHTASTIC_EXCLUDE_WIFI=1
|
-DMESHTASTIC_EXCLUDE_WIFI=1
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/rak_wismeshtag>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/rak_wismeshtag>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
@@ -9,6 +9,4 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-I src/platform/nrf52/softdevice/nrf52
|
-I src/platform/nrf52/softdevice/nrf52
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/seeed_solar_node>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/seeed_solar_node>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
|
|||||||
@@ -8,6 +8,4 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-I src/platform/nrf52/softdevice/nrf52
|
-I src/platform/nrf52/softdevice/nrf52
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/seeed_wio_tracker_L1>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/seeed_wio_tracker_L1>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-DGPS_L76K
|
-DGPS_L76K
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/seeed_xiao_nrf52840_kit>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/seeed_xiao_nrf52840_kit>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
;upload_protocol = jlink
|
;upload_protocol = jlink
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-DWIO_WM1110
|
-DWIO_WM1110
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-t1000-s>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-t1000-s>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
upload_protocol = jlink
|
upload_protocol = jlink
|
||||||
@@ -9,7 +9,5 @@ build_flags = ${nrf52840_base.build_flags}
|
|||||||
-DWIO_WM1110
|
-DWIO_WM1110
|
||||||
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
board_build.ldscript = src/platform/nrf52/nrf52840_s140_v7.ld
|
||||||
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-tracker-wm1110>
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/wio-tracker-wm1110>
|
||||||
lib_deps =
|
|
||||||
${nrf52840_base.lib_deps}
|
|
||||||
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
||||||
;upload_protocol = jlink
|
;upload_protocol = jlink
|
||||||
@@ -10,7 +10,5 @@ build_flags =
|
|||||||
-I variants/rp2040/challenger_2040_lora
|
-I variants/rp2040/challenger_2040_lora
|
||||||
-D DEBUG_RP2040_PORT=Serial
|
-D DEBUG_RP2040_PORT=Serial
|
||||||
-D HW_SPI1_DEVICE
|
-D HW_SPI1_DEVICE
|
||||||
lib_deps =
|
|
||||||
${rp2040_base.lib_deps}
|
|
||||||
debug_build_flags = ${rp2040_base.build_flags}
|
debug_build_flags = ${rp2040_base.build_flags}
|
||||||
debug_tool = cmsis-dap ; for e.g. Picotool
|
debug_tool = cmsis-dap ; for e.g. Picotool
|
||||||
|
|||||||
@@ -9,7 +9,5 @@ build_flags =
|
|||||||
-I variants/rp2040/ec_catsniffer
|
-I variants/rp2040/ec_catsniffer
|
||||||
-D DEBUG_RP2040_PORT=Serial
|
-D DEBUG_RP2040_PORT=Serial
|
||||||
; -D HW_SPI1_DEVICE
|
; -D HW_SPI1_DEVICE
|
||||||
lib_deps =
|
|
||||||
${rp2040_base.lib_deps}
|
|
||||||
debug_build_flags = ${rp2040_base.build_flags}, -g
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
||||||
debug_tool = cmsis-dap
|
debug_tool = cmsis-dap
|
||||||
|
|||||||
@@ -10,7 +10,5 @@ build_flags =
|
|||||||
-I variants/rp2040/feather_rp2040_rfm95
|
-I variants/rp2040/feather_rp2040_rfm95
|
||||||
-D DEBUG_RP2040_PORT=Serial
|
-D DEBUG_RP2040_PORT=Serial
|
||||||
-D HW_SPI1_DEVICE
|
-D HW_SPI1_DEVICE
|
||||||
lib_deps =
|
|
||||||
${rp2040_base.lib_deps}
|
|
||||||
debug_build_flags = ${rp2040_base.build_flags}
|
debug_build_flags = ${rp2040_base.build_flags}
|
||||||
debug_tool = cmsis-dap ; for e.g. Picotool
|
debug_tool = cmsis-dap ; for e.g. Picotool
|
||||||
|
|||||||
@@ -10,7 +10,5 @@ build_flags =
|
|||||||
-I variants/rp2040/nibble_rp2040
|
-I variants/rp2040/nibble_rp2040
|
||||||
-D DEBUG_RP2040_PORT=Serial
|
-D DEBUG_RP2040_PORT=Serial
|
||||||
-D HW_SPI1_DEVICE
|
-D HW_SPI1_DEVICE
|
||||||
lib_deps =
|
|
||||||
${rp2040_base.lib_deps}
|
|
||||||
debug_build_flags = ${rp2040_base.build_flags}, -g
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
||||||
debug_tool = cmsis-dap ; for e.g. Picotool
|
debug_tool = cmsis-dap ; for e.g. Picotool
|
||||||
|
|||||||
@@ -9,7 +9,5 @@ build_flags =
|
|||||||
-I variants/rp2040/rp2040-lora
|
-I variants/rp2040/rp2040-lora
|
||||||
-D DEBUG_RP2040_PORT=Serial
|
-D DEBUG_RP2040_PORT=Serial
|
||||||
-D HW_SPI1_DEVICE
|
-D HW_SPI1_DEVICE
|
||||||
lib_deps =
|
|
||||||
${rp2040_base.lib_deps}
|
|
||||||
debug_build_flags = ${rp2040_base.build_flags}, -g
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
||||||
debug_tool = cmsis-dap ; for e.g. Picotool
|
debug_tool = cmsis-dap ; for e.g. Picotool
|
||||||
|
|||||||
@@ -21,8 +21,6 @@ build_flags =
|
|||||||
-DHW_SPI1_DEVICE
|
-DHW_SPI1_DEVICE
|
||||||
-g
|
-g
|
||||||
-DNO_USB
|
-DNO_USB
|
||||||
lib_deps =
|
|
||||||
${rp2040_base.lib_deps}
|
|
||||||
debug_build_flags = ${rp2040_base.build_flags}
|
debug_build_flags = ${rp2040_base.build_flags}
|
||||||
-g
|
-g
|
||||||
-DNO_USB
|
-DNO_USB
|
||||||
|
|||||||
@@ -11,7 +11,5 @@ build_flags =
|
|||||||
-I variants/rp2040/rpipico
|
-I variants/rp2040/rpipico
|
||||||
-D DEBUG_RP2040_PORT=Serial
|
-D DEBUG_RP2040_PORT=Serial
|
||||||
-D HW_SPI1_DEVICE
|
-D HW_SPI1_DEVICE
|
||||||
lib_deps =
|
|
||||||
${rp2040_base.lib_deps}
|
|
||||||
debug_build_flags = ${rp2040_base.build_flags}, -g
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
||||||
debug_tool = cmsis-dap ; for e.g. Picotool
|
debug_tool = cmsis-dap ; for e.g. Picotool
|
||||||
|
|||||||
@@ -9,5 +9,3 @@ build_flags = ${rp2040_base.build_flags}
|
|||||||
-D SENSELORA_RP2040
|
-D SENSELORA_RP2040
|
||||||
-I variants/rp2040/senselora_rp2040
|
-I variants/rp2040/senselora_rp2040
|
||||||
-D DEBUG_RP2040_PORT=Serial
|
-D DEBUG_RP2040_PORT=Serial
|
||||||
lib_deps =
|
|
||||||
${rp2040_base.lib_deps}
|
|
||||||
@@ -11,7 +11,5 @@ build_flags =
|
|||||||
-I variants/rp2350/rpipico2
|
-I variants/rp2350/rpipico2
|
||||||
-D DEBUG_RP2040_PORT=Serial
|
-D DEBUG_RP2040_PORT=Serial
|
||||||
-D HW_SPI1_DEVICE
|
-D HW_SPI1_DEVICE
|
||||||
lib_deps =
|
|
||||||
${rp2350_base.lib_deps}
|
|
||||||
debug_build_flags = ${rp2350_base.build_flags}, -g
|
debug_build_flags = ${rp2350_base.build_flags}, -g
|
||||||
debug_tool = cmsis-dap ; for e.g. Picotool
|
debug_tool = cmsis-dap ; for e.g. Picotool
|
||||||
|
|||||||
@@ -19,7 +19,3 @@ build_flags =
|
|||||||
-DGPS_SERIAL_PORT=Serial2
|
-DGPS_SERIAL_PORT=Serial2
|
||||||
|
|
||||||
upload_port = stlink
|
upload_port = stlink
|
||||||
|
|
||||||
lib_deps =
|
|
||||||
${stm32_base.lib_deps}
|
|
||||||
# Add your custom sensor here!
|
|
||||||
Reference in New Issue
Block a user