add env for teensy40
This commit is contained in:
parent
afe0059b51
commit
5a0adf98bd
|
@ -8,13 +8,14 @@
|
||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:teensy31]
|
|
||||||
platform = teensy
|
[platformio]
|
||||||
board = teensy31
|
default_envs = teensy31
|
||||||
|
|
||||||
|
; Set/override default options for each "[env:***]"
|
||||||
|
[env]
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
|
@ -26,3 +27,13 @@ lib_deps =
|
||||||
arduino-libraries/SD@^1.2.4
|
arduino-libraries/SD@^1.2.4
|
||||||
https://github.com/adafruit/Adafruit_NeoPixel
|
https://github.com/adafruit/Adafruit_NeoPixel
|
||||||
https://github.com/milesburton/Arduino-Temperature-Control-Library/
|
https://github.com/milesburton/Arduino-Temperature-Control-Library/
|
||||||
|
|
||||||
|
|
||||||
|
[env:teensy31]
|
||||||
|
platform = teensy
|
||||||
|
board = teensy31
|
||||||
|
|
||||||
|
|
||||||
|
[env:teensy40]
|
||||||
|
platform = teensy
|
||||||
|
board = teensy40
|
Loading…
Reference in New Issue