mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
Change platformio.ini
This commit is contained in:
parent
6e3e8d738d
commit
ff296d6c02
|
@ -9,43 +9,48 @@
|
|||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = samd21, mega2560, mega328
|
||||
default_envs =
|
||||
mega2560
|
||||
uno
|
||||
src_dir = .
|
||||
|
||||
[env]
|
||||
lib_deps =
|
||||
https://github.com/DCC-EX/DCC-EX-Lib.git#master
|
||||
https://github.com/davidcutting42/ArduinoTimers.git#master
|
||||
|
||||
https://github.com/DCC-EX/DCC-EX-Lib.git#master
|
||||
https://github.com/davidcutting42/ArduinoTimers.git#master
|
||||
|
||||
[env:samd21]
|
||||
platform = atmelsam
|
||||
board = sparkfun_samd21_dev_usb
|
||||
framework = arduino
|
||||
upload_protocol = atmel-ice
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
SparkFun External EEPROM Arduino Library
|
||||
${env.lib_deps}
|
||||
SparkFun External EEPROM Arduino Library
|
||||
|
||||
[env:mega2560]
|
||||
platform = atmelavr
|
||||
board = megaatmega2560
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
DIO2
|
||||
${env.lib_deps}
|
||||
DIO2
|
||||
|
||||
[env:mega328]
|
||||
platform = atmelavr
|
||||
board = uno
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
DIO2
|
||||
${env.lib_deps}
|
||||
DIO2
|
||||
|
||||
; unowifirev2 needs major work before it is ready for production
|
||||
[env:unowifiR2]
|
||||
platform = atmelmegaavr
|
||||
board = uno_wifi_rev2
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
lib_deps = ${env.lib_deps}
|
||||
|
||||
[env:uno]
|
||||
platform = atmelavr
|
||||
board = uno
|
||||
framework = arduino
|
||||
|
|
Loading…
Reference in New Issue
Block a user