chipKIT® Development Platform

Inspired by Arduino™

Release Candidate 1 20120603

Created Mon, 04 Jun 2012 18:36:55 +0000 by ricklon


ricklon

Mon, 04 Jun 2012 18:36:55 +0000

Hi All,

We're on our way to a completely Open Source compiler support as the official release.

Release Candidate 1 build

Latest status: https://github.com/chipKIT32/chipKIT32-MAX/issues

Features: Newlib compiler TaskManager Library, http://chipkit.org/wiki/index.php?title=Task_Manager_Overview CoretTimerservice Library, http://chipkit.org/wiki/index.php?title=Core_Timer_Service_Overview Code example for new service: http://pastebin.com/YC1C6UkX

New boards supported in this build: Max32 Rev D uC32 FubarinoSD

Windows https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-0023-windows-20120603-test.zip Mac OS X https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-0023-macosx-20120603-test.dmg Linux https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-mpide-0023-linux32-20120603.tgz

--Rick


jasonk

Wed, 06 Jun 2012 22:31:18 +0000

Theres a problem or two reported here (http://www.chipkit.org/forum/viewtopic.php?f=19&t=473&p=5795#p5795) that we will have to investigate. I thought that we got rid of the kill_r problem, but it will require some investigation to see why it popped up again.


rosimildo@gmail.com

Thu, 07 Jun 2012 02:13:12 +0000

Unfortunately, the printf stuff with FLOATS still broken.

All values I passed to the printed with printf, are printed as 0.0000


ricklon

Wed, 13 Jun 2012 02:03:34 +0000

I'll have a new release candidate shortly, but it doesn't address the problems indicated in the last post.

If we are supporting printf we need to test it and make sure it works as expected. The current official Arduino environment only supports Serial.print, and Serial.println.