RetroControllerAvr/platformio.ini

17 lines
534 B
INI
Raw Normal View History

2020-06-23 02:04:07 +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:pro8MHzatmega328]
platform = atmelavr
board = pro8MHzatmega328
framework = arduino
extra_scripts = extra_script.py
upload_protocol = custom
build_flags = -Wall -O3