mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
15 lines
338 B
INI
15 lines
338 B
INI
[env:catsniffer]
|
|
extends = rp2040_base
|
|
board = rpipico
|
|
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
|
|
lib_deps =
|
|
${rp2040_base.lib_deps}
|
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
|
debug_tool = cmsis-dap
|