You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed undefined reference to _write on Teensy 3.6 (#388) (#389)
* fixed undefined reference to _write on Teensy 3.6
* added Teeny 3.6 on supported boards
(cherry picked from commit da05e6b)
Co-authored-by: Juan Miguel Jimeno <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Supported boards are:
14
14
|[Teensy 4.1](https://www.pjrc.com/store/teensy41.html)| v1.8.5 | Supported |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon.meta`|
15
15
|[Teensy 3.2/3.1](https://www.pjrc.com/store/teensy32.html)| v1.8.5 | Supported |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon_lowmem.meta`|
16
16
|[Teensy 3.5](https://www.pjrc.com/store/teensy35.html)| v1.8.5 | Not tested |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon_lowmem.meta`|
17
+
|[Teensy 3.6](https://www.pjrc.com/store/teensy36.html)| v1.8.5 | Supported |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon_lowmem.meta`|
0 commit comments