Force Teensy platform to the latest 1.54

This commit is contained in:
Josh Stewart 2021-07-22 11:57:33 +10:00
parent cd9092517c
commit d8f7f8d21d
1 changed files with 9 additions and 6 deletions

View File

@ -28,22 +28,25 @@ lib_deps = EEPROM, Time
test_build_project_src = true
[env:teensy35]
platform=teensy
;platform=teensy
platform=https://github.com/platformio/platform-teensy.git
board=teensy35
framework=arduino
lib_deps = EEPROM, FlexCAN, SD, Time
lib_deps = EEPROM, FlexCAN, Time
[env:teensy36]
platform=teensy
;platform=teensy
platform=https://github.com/platformio/platform-teensy.git
board=teensy36
framework=arduino
lib_deps = EEPROM, FlexCAN, SD, Time
lib_deps = EEPROM, FlexCAN, Time
[env:teensy41]
platform=teensy
;platform=teensy
platform=https://github.com/platformio/platform-teensy.git
board=teensy41
framework=arduino
lib_deps = EEPROM, FlexCAN_T4, SD, Time
lib_deps = EEPROM, FlexCAN_T4, Time
;Not currently working
;[env:LaunchPad_tm4c1294ncpdt]