mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 10:57:51 +00:00
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.
14 lines
321 B
INI
14 lines
321 B
INI
[env:catsniffer]
|
|
extends = rp2040_base
|
|
board = rpipico
|
|
board_level = extra
|
|
upload_protocol = picotool
|
|
build_flags =
|
|
${rp2040_base.build_flags}
|
|
-D RPI_PICO
|
|
-I variants/rp2040/ec_catsniffer
|
|
-D DEBUG_RP2040_PORT=Serial
|
|
; -D HW_SPI1_DEVICE
|
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
|
debug_tool = cmsis-dap
|