29 lines
764 B
INI
29 lines
764 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 = pico
|
|
framework = arduino
|
|
board_build.core = earlephilhower
|
|
board_build.filesystem_size = 1.4m
|
|
|
|
debug_build_flags =
|
|
-g
|
|
-Os
|
|
|
|
lib_deps =
|
|
moononournation/GFX Library for Arduino@^1.3.8
|
|
olikraus/U8g2@^2.35.7
|
|
bitbank2/PNGdec@^1.0.1
|
|
|
|
platform_packages =
|
|
toolchain-gccarmnoneeabi@1.100301.220327
|