Here is a first release candidate for Teensyduino 1.17:
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.16:
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.16:
- Ethernet library support for W5200 chip
- Print speedup for Teensy2
- analogRead is now thread safe on Teensy3
- keep USB & serial working in Teensy3 fault condition
- support interrupt priority levels on Teensy3
- Serial1 on Teensy3 to transmit even if interrupt blocked
- fix Teensy3 USB buffer memory leak with re-enumeration
- USB Mouse on Teensy3 now uses absolute cursor positioning,
Mouse.moveTo(x, y) and Mouse.screenSize(width, height) - USB Keyboard on Teensy3 supports media keys (Mac & Linux only)
- add missing AVR string _P functions on Teensy3
- add missing AVR eeprom functions on Teensy3
- improve buffer size configuration on Teensy3
- minor fix to Teensy3 Makefile
- USB MIDI example improved