2022-10-13 13:57:17 +02:00
|
|
|
[env:picow]
|
2022-08-08 23:11:19 +02:00
|
|
|
extends = rp2040_base
|
2022-10-13 13:57:17 +02:00
|
|
|
board = rpipicow
|
2023-02-10 01:35:25 +01:00
|
|
|
board_level = extra
|
2022-08-08 23:11:19 +02:00
|
|
|
upload_protocol = picotool
|
|
|
|
|
|
|
|
|
|
# add our variants files to the include and src paths
|
|
|
|
|
build_flags = ${rp2040_base.build_flags}
|
|
|
|
|
-DPRIVATE_HW
|
2022-10-13 13:57:17 +02:00
|
|
|
-Ivariants/rpipicow
|
2022-08-08 23:11:19 +02:00
|
|
|
-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}
|