Skip to content

Teensyduino 1.35

Compare
Choose a tag to compare
@PaulStoffregen PaulStoffregen released this 18 Jan 18:34
· 1188 commits to master since this release

Support for Arduino 1.8.1
Improve buildin SD card startup on Teensy 3.5 & 3.6 after uploading
Fix SD card clock speed on Teensy 3.5 & 3.6
Fixes to Serial5 and Serial6 on Teensy 3.5 & 3.6
Fix string length check on readString() and readStringUntil()
Libraries update: Audio, FlexCAN, OctoWS2811
Fix compiler warnings in USB Disk with Teensy 2.0

Support for Arduino 1.8.0
Add Tools > Optimize menu, add "Faster" (-O2)
Fix driver install/update on Windows 7 & 8
Prevent "might not have installed correctly" message on Windows
Fix Teensy Loader "Illegal Instruction" on Windows 10 restart
Anti-alias font fix for Arduino 1.8.0 on Windows
Fixes for compiler warnings
Libraries updated: Adafruit_RA8875, Adafruit_ST7735, Adafruit_STMPE610, Artnet, Bounce2, FastCRC, FlexCAN, NewPing, OSC, ShiftPWM, UTFT

Fix first-use communication error between Arduino & Teensy Loader
Teensy Loader Verbose Info now logs time with milliseconds
More logging in (tempdir)/teensy_reboot_log.txt
Teensy Loader GUI toolkit updated (now using wxWidgets 3.1.0)
Mac version now requires OSX 10.7 (Lion) or later
Libraries updated: Audio, Tlc5940, SPIFlash
Add support for Arduino 1.6.13
Serial monitor shows status in title bar, Arduino 1.6.13 only

Ethernet library now supports W5500 chip
Fix SD library with old SD cards on Teensy 3.5 & 3.6
Fix IntervalTimer start/stop bug
Fix Audio library SPI hogging with Teensy 3.5/3.6 build in SD card (Frank B)
Libraries updated: Snooze, Time, TimerThree, Audio, UTFT
Libraries added: EasyTransfer, ResponsiveAnalogRead

Improved sync between Arduino IDE and Teensy Loader
Arduino IDE Tools > Ports menu labels ports as "Teensy"
Fix Arduino Verify starting upload when Teensy already in bootloader mode
Teensy Loader wrong chip dialog is now nonblocking.
pinMode supports INPUT_DISABLE on 32 bit Teensy boards
attachInterrupt supports uninitialized pins
Serial RTS watermarks scale with buffer size (Frank B)
Optimized Adafruit_ST7735 improved & renamed to ST7735_t3
Ethernet library optimizations & Ethernet.init(CS_PIN)
Improve audio library usage with smaller block sizes