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
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
default_envs = samd21, mega2560, mega328
|
default_envs =
|
||||||
|
mega2560
|
||||||
|
uno
|
||||||
src_dir = .
|
src_dir = .
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/DCC-EX/DCC-EX-Lib.git#master
|
https://github.com/DCC-EX/DCC-EX-Lib.git#master
|
||||||
https://github.com/davidcutting42/ArduinoTimers.git#master
|
https://github.com/davidcutting42/ArduinoTimers.git#master
|
||||||
|
|
||||||
[env:samd21]
|
[env:samd21]
|
||||||
platform = atmelsam
|
platform = atmelsam
|
||||||
board = sparkfun_samd21_dev_usb
|
board = sparkfun_samd21_dev_usb
|
||||||
framework = arduino
|
framework = arduino
|
||||||
upload_protocol = atmel-ice
|
upload_protocol = atmel-ice
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
SparkFun External EEPROM Arduino Library
|
SparkFun External EEPROM Arduino Library
|
||||||
|
|
||||||
[env:mega2560]
|
[env:mega2560]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = megaatmega2560
|
board = megaatmega2560
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
DIO2
|
DIO2
|
||||||
|
|
||||||
[env:mega328]
|
[env:mega328]
|
||||||
platform = atmelavr
|
platform = atmelavr
|
||||||
board = uno
|
board = uno
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
${env.lib_deps}
|
${env.lib_deps}
|
||||||
DIO2
|
DIO2
|
||||||
|
|
||||||
; unowifirev2 needs major work before it is ready for production
|
|
||||||
[env:unowifiR2]
|
[env:unowifiR2]
|
||||||
platform = atmelmegaavr
|
platform = atmelmegaavr
|
||||||
board = uno_wifi_rev2
|
board = uno_wifi_rev2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps = ${env.lib_deps}
|
||||||
${env.lib_deps}
|
|
||||||
|
[env:uno]
|
||||||
|
platform = atmelavr
|
||||||
|
board = uno
|
||||||
|
framework = arduino
|
||||||
|
|
Loading…
Reference in New Issue
Block a user