update Raspberry Pico Framework

This commit is contained in:
Thomas Göttgens
2022-10-13 13:57:17 +02:00
parent 6e22ee9061
commit 994e396c00
6 changed files with 72 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
[env:pico]
extends = rp2040_base
board = rpipico
upload_protocol = picotool
# add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags}
-DPRIVATE_HW
-Ivariants/rpipico
-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}