chipKIT® Development Platform

Inspired by Arduino™

Official Release 20110822

Created Wed, 24 Aug 2011 04:05:09 +0000 by ricklon


ricklon

Wed, 24 Aug 2011 04:05:09 +0000

Official Release 20110822 is now upload to the main ChipKit Project site

Official location: https://github.com/chipKIT32/chipKIT32-MAX/downloads

Linux32 https://github.com/downloads/chipKIT32/chipKIT32-MAX/mpide-0022-linux32-20110822.tgz Mac OS X https://github.com/downloads/chipKIT32/chipKIT32-MAX/mpide-0022-macosx-20110822.dmg Windows https://github.com/downloads/chipKIT32/chipKIT32-MAX/mpide-0022-windows-20110822.zip

Total of 79 closed issues: https://github.com/chipKIT32/chipKIT32-MAX/issues?sort=created&direction=desc&state=closed&page=1

Improvements made to: Ethernet support SPI support I2C wiring SD EEPROM Serial.peek() implemented Print.h fixes

Issue #88 In the TCPIP and UDP code a 4 byte IP address is used, but it is also cast to an int and there is a potential for memory miss-alignment and then GP faults on the unaligned memory dereference of the int. -Wcast-align will warn the user of potential bad casts that might cause this problem.

Issue #51 Sketch path added to compile. This allows for support of ChipKit USB, Ethernet, and CAN Bus examples, and libraries.

Many more changes. I'll provide more notes. This is a major improvement, and I'm sure there is more to fix, but the group has come along ways in the last couple of months.

--Rick