sc7-nametag-firmware/platformio.ini

29 lines
764 B
INI
Raw Normal View History

2023-11-04 07:42:38 -07: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
[env:supercon7-badge-pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
2023-11-04 07:42:38 -07:00
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 1.4m
2023-11-04 07:42:38 -07:00
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
2023-11-04 07:42:38 -07:00
platform_packages =
toolchain-gccarmnoneeabi@1.100301.220327