mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
83e309f3bf
Ref: https://docs.platformio.org/en/latest/scripting/examples/platformio_ini_custom_options.html
18 lines
405 B
INI
18 lines
405 B
INI
[env:picow]
|
|
extends = rp2040_base
|
|
board = rpipicow
|
|
board_level = extra
|
|
upload_protocol = picotool
|
|
|
|
# add our variants files to the include and src paths
|
|
build_flags = ${rp2040_base.build_flags}
|
|
-DPRIVATE_HW
|
|
-Ivariants/rpipicow
|
|
-DARDUINO_AVR_NANO_EVERY
|
|
-DDEBUG_RP2040_WIRE
|
|
-DDEBUG_RP2040_SPI
|
|
-DDEBUG_RP2040_CORE
|
|
-DDEBUG_RP2040_PORT=Serial
|
|
-DUSE_TINYUSB
|
|
lib_deps =
|
|
${rp2040_base.lib_deps} |