Here is a first beta test for Teensyduino 1.61.
Arduino 2.3.x, all systems platforms: https://www.pjrc.com/teensy/td_161-beta1/package_teensy_0.61.1_index.json
Use Boards Manager to install Teensy version 0.61.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_161-beta1/TeensyduinoInstall.linux64
Arduino 1.8.x, Linux ARM: https://www.pjrc.com/teensy/td_161-beta1/TeensyduinoInstall.linuxarm
Arduino 1.8.x, Linux ARM64: https://www.pjrc.com/teensy/td_161-beta1/TeensyduinoInstall.linuxaarch64
Arduino 1.8.x, Windows: https://www.pjrc.com/teensy/td_161-beta1/TeensyduinoInstall.exe
PlatformIO, DIY beta support: https://forum.pjrc.com/threads/71730
Changes since Teensyduino 1.60:
Update .EHEX secure mode update for compatibility with bootloader 1.09
Add Tools > CPU Speed options for 60, 90, 120, 180, 240 MHz on Teensy 4.x
Adjust Teensy 4.x CPU voltage calculation
Audio library improve resilience to other libraries using large DMA - only with I2S1 so far
Audio library prevent unnecessary DMA channel allocation for PWM output ( Jonathan Oakley)
SD library add example programs mediaPresent.ino and SdFat_Usage_FourCards.ino
ST7735_t3 library break large updates into multiple SPI transactions (Defragster)
USBHost_t36 library add support for CP2105 dual serial
SdFat library allow use of BUILTIN_SDCARD to init SDIO on Teensy 4.x (jmarsh)
Fix USB MIDI on Teensy 2.0
Define UINT8_MAX on Teensy 2.0
Add missing bit defines for I2S registers on Teensy 4.x
Define FlexSPI LUT for flash memory reading on Teensy 4.x
Clean up unused stuff from Teensy 4.x startup code
Update sample Makefile comments/instructions
Teensy Loader show more hardware info in Verbose Info window
Delete all "Teensy 4 Security" plugin files with Arduino 2.3.x Boards Manager uninstall
Arduino 2.3.x, all systems platforms: https://www.pjrc.com/teensy/td_161-beta1/package_teensy_0.61.1_index.json
Use Boards Manager to install Teensy version 0.61.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_161-beta1/TeensyduinoInstall.linux64
Arduino 1.8.x, Linux ARM: https://www.pjrc.com/teensy/td_161-beta1/TeensyduinoInstall.linuxarm
Arduino 1.8.x, Linux ARM64: https://www.pjrc.com/teensy/td_161-beta1/TeensyduinoInstall.linuxaarch64
Arduino 1.8.x, Windows: https://www.pjrc.com/teensy/td_161-beta1/TeensyduinoInstall.exe
PlatformIO, DIY beta support: https://forum.pjrc.com/threads/71730
Changes since Teensyduino 1.60:
Update .EHEX secure mode update for compatibility with bootloader 1.09
Add Tools > CPU Speed options for 60, 90, 120, 180, 240 MHz on Teensy 4.x
Adjust Teensy 4.x CPU voltage calculation
Audio library improve resilience to other libraries using large DMA - only with I2S1 so far
Audio library prevent unnecessary DMA channel allocation for PWM output ( Jonathan Oakley)
SD library add example programs mediaPresent.ino and SdFat_Usage_FourCards.ino
ST7735_t3 library break large updates into multiple SPI transactions (Defragster)
USBHost_t36 library add support for CP2105 dual serial
SdFat library allow use of BUILTIN_SDCARD to init SDIO on Teensy 4.x (jmarsh)
Fix USB MIDI on Teensy 2.0
Define UINT8_MAX on Teensy 2.0
Add missing bit defines for I2S registers on Teensy 4.x
Define FlexSPI LUT for flash memory reading on Teensy 4.x
Clean up unused stuff from Teensy 4.x startup code
Update sample Makefile comments/instructions
Teensy Loader show more hardware info in Verbose Info window
Delete all "Teensy 4 Security" plugin files with Arduino 2.3.x Boards Manager uninstall
Last edited: