v3.3 [Mar 21, 2013]
- Added support for the SSD1309 OLED display controller and corresponding example program.
- Improved error and warning reporting.
- Fixed: assembly error when the cmp64u function from math64.h was invoked.
- Fixed: #pragma warn_data_stack_recursion /- didn't work.
- Fixed: the CodeWizardAVR for Xmega chips didn't #include the appropriate touch screen support header file in the 'timers_init.c' source file.
- Added the possibility to upload compiled code to custom Arduino compatible bootloaders for all chips that have a boot area.
v3.0 [Feb 21, 2013]
Compiler
Fixed: In certain cases the function with the __reset attribute wasn't executed.
Improved warning reporting in the Atmel Studio extension.
Updated the header files: xmbits_a1.h, xmbits_a3.h, xmbits_a3b.h, xmbits_a4.h, xmbits_d3.h for better compatibility with the code generated by the CodeWizard for the Xmega ADC.
CodeWizardAVR
Fixed: The CodeWizardAVR generated code using the OSC_RC32MCREF_bm symbol instead of OSC_RC32MCREF_gm for the Xmega D4 chips.
The CodeWizardAVR for XMEGA chips generated an unsigned char tx_counter_usartx variable instead of unsigned int, for buffered interrupt driven USART transmission, when the TX buffer size was set to 256 bytes.