@@ -16,8 +16,16 @@ framework = arduino
16
16
monitor_speed = 115200
17
17
lib_compat_mode = strict
18
18
lib_deps =
19
+ ; ;;;;;;;;;; FunHouse / LVGL Boards uncomment these ;;;;;;;;;;;;;;
20
+ ; https://github.com/adafruit/Adafruit_HX8357_Library.git
21
+ ; https://github.com/adafruit/Adafruit_ILI9341.git
22
+ ; https://github.com/adafruit/Adafruit_STMPE610.git
23
+ ; https://github.com/adafruit/Adafruit-ST7735-Library.git
24
+ ; https://github.com/adafruit/Adafruit_TouchScreen.git
25
+ ; https://github.com/brentru/lvgl.git#wippersnapper
26
+ ; https://github.com/brentru/Adafruit_LvGL_Glue.git#development
27
+ ; ;;;;;;;;;; All Boards need these libraries included ;;;;;;;;;;;;;;
19
28
adafruit/Adafruit Zero DMA Library
20
- https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git
21
29
adafruit/Adafruit NeoPixel
22
30
adafruit/Adafruit SPIFlash
23
31
adafruit/Adafruit DotStar
@@ -78,14 +86,8 @@ lib_deps =
78
86
https://github.com/Sensirion/arduino-i2c-sen5x.git
79
87
https://github.com/adafruit/WiFiNINA.git
80
88
https://github.com/Starmbi/hp_BH1750.git
81
- ; ;;;;;;;;;; FunHouse / LVGL Boards ;;;;;;;;;;;;;;
82
- https://github.com/adafruit/Adafruit_HX8357_Library.git
83
- https://github.com/adafruit/Adafruit_ILI9341.git
84
- https://github.com/adafruit/Adafruit_STMPE610.git
85
- https://github.com/adafruit/Adafruit-ST7735-Library.git
86
- https://github.com/adafruit/Adafruit_TouchScreen.git
87
- https://github.com/brentru/lvgl.git# wippersnapper
88
- https://github.com/brentru/Adafruit_LvGL_Glue.git# development
89
+ https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git
90
+
89
91
90
92
91
93
; Common build environment for ESP32 platform
@@ -107,9 +109,10 @@ platform = atmelsam
107
109
platform_packages =
108
110
platformio/framework-arduino-samd-adafruit@^1.7.13
109
111
platformio/tool-jlink@^1.78811.0
110
- lib_ldf_mode = deep
112
+ lib_ldf_mode = chain+
113
+ lib_compat_mode = strict
111
114
lib_archive = no ; debug timer issues see https://community.platformio.org/t/choose-usb-stack-as-tiny-usb/22451/5
112
- lib_ignore = OneWire
115
+ lib_ignore = OneWire, USBHost
113
116
114
117
[common:rp2040]
115
118
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
@@ -418,8 +421,9 @@ upload_port = /dev/cu.SLAB_USBtoUART
418
421
[env:adafruit_pyportal_m4]
419
422
extends = common:atsamd
420
423
board = adafruit_pyportal_m4
421
- build_flags = -DUSE_TINYUSB =1
424
+ build_flags = -DUSE_TINYUSB
422
425
-DADAFRUIT_PYPORTAL
426
+ extra_scripts = pre:rename_usb_config.py
423
427
424
428
; Adafruit PyPortal M4 Titano
425
429
[env:adafruit_pyportal_m4_titano]
@@ -463,8 +467,9 @@ build_flags = -DUSE_TINYUSB
463
467
[env:adafruit_metro_m4_airliftlite]
464
468
extends = common:atsamd
465
469
board = adafruit_metro_m4_airliftlite
466
- build_flags = -DUSE_TINYUSB =1
470
+ build_flags = -DUSE_TINYUSB
467
471
-DADAFRUIT_METRO_M4_AIRLIFT_LITE
472
+ ; extra_scripts = pre:rename_usb_config.py
468
473
upload_port = /dev/cu.usbmodem1201
469
474
470
475
0 commit comments