mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-16 22:19:14 +01:00
29 lines
951 B
INI
29 lines
951 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:samd21]
|
||
|
platform = atmelsam
|
||
|
board = sparkfun_samd21_dev_usb
|
||
|
framework = arduino
|
||
|
lib_deps =
|
||
|
https://github.com/davidcutting42/CommandStation.git#master
|
||
|
https://github.com/davidcutting42/ArduinoTimers.git#master
|
||
|
SparkFun External EEPROM Arduino Library
|
||
|
build_flags = -D ATSAMD21G
|
||
|
|
||
|
[env:mega2560]
|
||
|
platform = atmelavr
|
||
|
board = megaatmega2560
|
||
|
framework = arduino
|
||
|
lib_deps =
|
||
|
https://github.com/davidcutting42/CommandStation.git#master
|
||
|
https://github.com/davidcutting42/ArduinoTimers.git#master
|
||
|
SparkFun External EEPROM Arduino Library
|
||
|
build_flags = -D ATMEGA2560
|