-
Notifications
You must be signed in to change notification settings - Fork 17
NEWS
1/14/2015 - added requirement for new definition for 'SERIAL_n_' macros, specifically 'USARTnn_VECTOR_EXISTS'. This definition must be added to the appropriate section in 'pins_arduino.h' to support 'buffer full' conditions properly. This modification allows the 'write' function to be called with interrupts disabled, which can help with debugging. A 'buffer full' condition with a serial write would otherwise hang everything. Unfortunately it means modifying all of the 'pins_arduino.h' files accordingly, though the change is small.
1/14/2015 - USB support is STILL 'a work in progress', along with PWM compatibility for E5 processors.
12/4/2014 - fixed some wrong definitions in wiring.c issue #22
12/4/2014 - USB support is a 'work in progress'.
12/4/2014 - WinAVR windows compiler code 'work in progress', running into problems related to include and search paths when cygwin is not installed. windows installer to be determined, MSI is 'no joy' for various reasons. See 'patches' subtree for more on this
12/4/2014 - xmega32E5 now uses universal bootloader.
© 2015-2019 (and later) by S.F.T. Inc.
You may freely use this documentation as you see fit, provided that appropriate credit is made, similar to a BSD or MIT license.