mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
14 lines
325 B
INI
14 lines
325 B
INI
|
|
[env:catsniffer]
|
||
|
|
extends = rp2040_base
|
||
|
|
board = rpipico
|
||
|
|
upload_protocol = picotool
|
||
|
|
|
||
|
|
build_flags = ${rp2040_base.build_flags}
|
||
|
|
-DRPI_PICO
|
||
|
|
-Ivariants/ec_catsniffer
|
||
|
|
-DDEBUG_RP2040_PORT=Serial
|
||
|
|
# -DHW_SPI1_DEVICE
|
||
|
|
lib_deps =
|
||
|
|
${rp2040_base.lib_deps}
|
||
|
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
||
|
|
debug_tool = cmsis-dap
|