28 lines
842 B
INI
28 lines
842 B
INI
; 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
|
|
|
|
[env:supercon7-badge-pico]
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
|
board = rpipico
|
|
framework = arduino
|
|
board_build.filesystem_size = 1.4m
|
|
debug_build_flags =
|
|
-g
|
|
-Os
|
|
lib_deps =
|
|
moononournation/GFX Library for Arduino@^1.3.8
|
|
bitbank2/JPEGDEC@^1.2.8
|
|
olikraus/U8g2@^2.35.7
|
|
khoih-prog/RPI_PICO_TimerInterrupt@^1.3.1
|
|
adafruit/Adafruit LIS2MDL@^2.1.7
|
|
adafruit/Adafruit MMC56x3@^1.0.1
|
|
platform_packages =
|
|
toolchain-gccarmnoneeabi@1.100301.220327
|