We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f4680 commit 7faee5bCopy full SHA for 7faee5b
platformio.ini
@@ -669,6 +669,16 @@ build_flags =
669
; -DPIO_FRAMEWORK_ARDUINO_ENABLE_IPV6
670
671
[env:adafruit_fruitjam]
672
+extends = common:arduinopico
673
+board = adafruit_fruitjam
674
+board_build.filesystem_size = 8m
675
+lib_ignore = WiFi, WiFi101, Adafruit Zero DMA Library
676
+build_flags = -DUSE_TINYUSB -DADAFRUIT_FRUITJAM_RP2350
677
+
678
+[env:adafruit_fruitjam_debug]
679
680
+build_type = debug
681
board = adafruit_fruitjam
682
683
lib_ignore = WiFi, WiFi101, Adafruit Zero DMA Library
684
build_flags = -DUSE_TINYUSB -DADAFRUIT_FRUITJAM_RP2350
0 commit comments