pcm4/stage2/platformio.ini

36 lines
952 B
INI
Raw Permalink Normal View History

2020-12-16 19:44:18 +00:00
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
workspace_dir = ~/.platformio/work/$PROJECT_HASH/stage2
build_cache_dir = ~/.platformio/work/cache
[env]
2020-12-16 19:44:18 +00:00
platform = atmelsam
framework = arduino
lib_deps =
adafruit/Adafruit BusIO @ ^1.7.1
adafruit/Adafruit GFX Library @ ^1.10.4
adafruit/Adafruit ILI9341 @ ^1.5.6
adafruit/Adafruit NeoPixel @ ^1.7.0
adafruit/Adafruit Zero DMA Library @ ^1.0.8
adafruit/RTClib @ ^1.12.4
arduino-libraries/SD @ ^1.2.4
arturo182/BBQ10Keyboard
2023-10-02 01:00:25 +00:00
kisom/kasl @ ^1.0.1
SPI
Wire
2020-12-16 19:44:18 +00:00
2020-12-26 19:48:07 +00:00
[env:m4]
board = adafruit_feather_m4
2020-12-22 01:38:22 +00:00
2020-12-26 19:48:07 +00:00
[env:m0]
2020-12-22 01:38:22 +00:00
board = adafruit_feather_m0