Here is a first beta test for Teensyduino 1.62.
Arduino 2.3.x, for Windows, Linux X86_64, MacOS X86_64, MacOS ARM64 (Apple Silicon). Copy this URL to Arduino IDE File > Preferences (or Arduino IDE > Settings on MacOS).
Use Boards Manager to install Teensy version 0.62.1
(to refresh versions, Shift-Ctrl-P and click "Arduino: Update Package Index")
Arduino 1.8.x, Linux 64 bit: https://www.pjrc.com/teensy/td_162-beta1/TeensyduinoInstall.linux64
Arduino 1.8.x, Windows: https://www.pjrc.com/teensy/td_162-beta1/TeensyduinoInstall.exe
No ARMHF or AARCH64 for Raspberry Pi or other SBC yet. I will add the toolchain for AARCH64 soon.
Whether to put that work into ARMHF to run on 32 bit Raspberry Pi is undecided. If anyone feels strongly about 32 bit Raspberry Pi, now is the time to speak up!
The only major change since Teensyduino 1.61 is updating the gcc toolchain from 11.3 to 15.2.
Wire library was edited to fix a compile error, and boards.txt edited to suppress linker warning.
Arduino 2.3.x, for Windows, Linux X86_64, MacOS X86_64, MacOS ARM64 (Apple Silicon). Copy this URL to Arduino IDE File > Preferences (or Arduino IDE > Settings on MacOS).
https://www.pjrc.com/teensy/td_162-beta1/package_teensy_0.62.1_index.jsonUse Boards Manager to install Teensy version 0.62.1
(to refresh versions, Shift-Ctrl-P and click "Arduino: Update Package Index")
Arduino 1.8.x, Linux 64 bit: https://www.pjrc.com/teensy/td_162-beta1/TeensyduinoInstall.linux64
Arduino 1.8.x, Windows: https://www.pjrc.com/teensy/td_162-beta1/TeensyduinoInstall.exe
No ARMHF or AARCH64 for Raspberry Pi or other SBC yet. I will add the toolchain for AARCH64 soon.
Whether to put that work into ARMHF to run on 32 bit Raspberry Pi is undecided. If anyone feels strongly about 32 bit Raspberry Pi, now is the time to speak up!
The only major change since Teensyduino 1.61 is updating the gcc toolchain from 11.3 to 15.2.
Wire library was edited to fix a compile error, and boards.txt edited to suppress linker warning.