sc7-nametag-firmware/platformio.ini

24 lines
708 B
INI
Raw Permalink 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 = rpipico
framework = arduino
2023-11-04 14:30:45 -07:00
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
2023-11-04 14:30:45 -07:00
bitbank2/JPEGDEC@^1.2.8
2023-11-04 07:42:38 -07:00
platform_packages =
toolchain-gccarmnoneeabi@1.100301.220327