Here is a first release candidate for Teensyduino 1.19:
Old beta download links removed. Please use the latest version:
https://www.pjrc.com/teensy/td_download.html
Please give this a try and report any bugs. Try to include a sample program that reproduces the problem!
Here's a list of the changes since Teensyduino 1.18:
Old beta download links removed. Please use the latest version:
https://www.pjrc.com/teensy/td_download.html
Please give this a try and report any bugs. Try to include a sample program that reproduces the problem!
Here's a list of the changes since Teensyduino 1.18:
- Add support for 72 MHz on Teensy 3.1
- Fix relative positioning on Teensy 3.x USB mouse (now has hybrid relative+absolute)
- Add more AVR emulation on Teensy 3.x: wdt.h, crc16.h, sleep.h, EMISK
- Fix USB Serial break on Teensy3 (needed by some Labview applications)
- Fix USB endpoint read with no data (thanks nox771)
- Workaround for auto-reboot problems on Teensy 2.0 when using watchdog
- Fix initialization of local static vars from non-const data on Teensy 3.x
- Make all Teensy 3.1 HardwareSerial functions virtual (fixes issue with pointers to objects)
- Add extra zero to USB serial number, works around a Macintosh CDC driver bug
- Add Kinetis register definitions: DMA bits, VREF bit, ADC PGA
- Fix IRQ_PRIORITY hard-coding in Serial3
- Fix lockup in AVR emulation of SPI.setDataMode(SPI_MODE0)
- Fix lockup in AVR emulation of TWBR when running at 24 MHz
- Fix rare lockup in repeated Wire.begin() on Teensy 3.1
- Update DS1307 library with workaround Arduino Due names.
- Update Entropy library, now fully compatible with Teensy 3.x.
- Add overclocking code (not enabled by default) for Teensy 3.x at 120, 144 & 168 MHz
- Drop Teensy 1.0 support