- updating SD lib. to support all Pinguino 32MX2x0 boards.
- updating SPI lib. to use SPI1, SPI2, SPI3 or SPI4 module for 32-bit.
- modifying RTCC lib. to have the same syntax for both 8- and 32-bit version. either RTCC.getTime(&cT); or cT = RTCC.getTime();
- renaming rtccTime type to RTCCTIME
- renaming C++ name.other to C name_other
-
completing CTMU lib. for both 8- and 32-bit version.
-
replacing libcdc.a with a new CDC lib. to get more control over.
- CDC.begin(u32 baudrate);
- CDC Interrupt management (CDC.polling())
- non-blocking CDC when USB cable is unplugged
-
adding scroll routines to ST7735 lib.
-
Generating Bitnap fonts from TTF fonts to use with all LCD/TFT display libraries Tip : http://arduinoexplained.blogspot.nl/2012/05/generating-your-own-lcd-raster-fonts.html
- Pinguino 32MX250 Limited memory bug Fixed in the new bootloader