Teensyduino 1.61 has been released
www.pjrc.com
Support for Arduino IDE 2.0.4 and later is available by adding this package index URL in File > Preferences.
TODO: Article with summary of changes
Since 1.60-beta1, the only change is a minor scaling back of the CPU voltage boost around 500 MHz.
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
Teensyduino: Teensy support for Arduino IDE
Support for Arduino IDE 2.0.4 and later is available by adding this package index URL in File > Preferences.
https://www.pjrc.com/teensy/package_teensy_index.jsonTODO: Article with summary of changes
Since 1.60-beta1, the only change is a minor scaling back of the CPU voltage boost around 500 MHz.
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