File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -669,6 +669,16 @@ build_flags =
669
669
; -DPIO_FRAMEWORK_ARDUINO_ENABLE_IPV6
670
670
671
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 -DARDUINO_ADAFRUIT_FRUITJAM_RP2350
677
+
678
+ [env:adafruit_fruitjam_debug]
679
+ extends = common:arduinopico
680
+ build_type = debug
672
681
board = adafruit_fruitjam
682
+ board_build.filesystem_size = 8m
673
683
lib_ignore = WiFi, WiFi101, Adafruit Zero DMA Library
674
- build_flags = -DUSE_TINYUSB -DADAFRUIT_FRUITJAM_RP2350
684
+ build_flags = -DUSE_TINYUSB -DARDUINO_ADAFRUIT_FRUITJAM_RP2350
Original file line number Diff line number Diff line change 24
24
#if defined(ADAFRUIT_METRO_M4_EXPRESS ) || \
25
25
defined(ADAFRUIT_METRO_M4_AIRLIFT_LITE ) || defined(ADAFRUIT_PYPORTAL ) || \
26
26
defined(ADAFRUIT_PYPORTAL_M4_TITANO ) || defined(USE_AIRLIFT ) || \
27
- defined(ADAFRUIT_FRUITJAM_RP2350 )
27
+ defined(ARDUINO_ADAFRUIT_FRUITJAM_RP2350 )
28
28
#include "network_interfaces/Wippersnapper_AIRLIFT.h"
29
29
/** Nina-FW (adafruit fork) networking class */
30
30
typedef Wippersnapper_AIRLIFT Wippersnapper_WiFi ;
You can’t perform that action at this time.
0 commit comments