Rust-for-Arduboy/arduboy-rust/Wrapper-Project/platformio.ini

26 lines
640 B
INI
Raw Normal View History

2023-08-06 18:14:49 +02: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:arduboy]
platform = atmelavr
board = arduboy
framework = arduino
2023-09-20 22:09:55 +02:00
build_unflags = -Os
2023-09-20 16:39:36 +02:00
2023-08-06 18:14:49 +02:00
build_flags =
2023-09-20 22:09:55 +02:00
-L lib -l libgame -O2
2023-08-06 18:14:49 +02:00
lib_deps =
mlxxxp/Arduboy2@^6.0.0
ArduboyTones@^1.0.3
2023-09-12 18:52:18 +02:00
https://github.com/igvina/ArdVoice
https://github.com/MrBlinky/ArduboyFX