chipKIT® Development Platform

Inspired by Arduino™

New tests builds available 20120304

Created Wed, 07 Mar 2012 02:52:14 +0000 by ricklon


ricklon

Wed, 07 Mar 2012 02:52:14 +0000

Test versions of the software are ready. This is using Jason Kajita's newlib compiler build. Please test it and report any issues you find.

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

Features: Newlib compiler 211 New Newlib compiler builds 210 Conditionalize isblank() and define macro to skip abs() from newlib 209 Conditionalize is blank 208 ambiguite old declaration 'int isblank(int)' 206 Folder name inconsistency for Cerebot MX3cK, MX4cK, MX7cK 205 Error building in newlib version of MPIDE 203 sqrt() include problem in AccelStepper library 198 UDPNtpClient sketch compile error 191 Small IDE improvements 190 .ino Automatic Conversion Preference Option Missing 185 IDE with chipKIT based colours

Windows https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-0023-windows-20120304-test.zip

Mac OS X https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-0023-macosx-20120304-test.dmg

Linux https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-0023-linux32-20120304-test.tgz


asamsing

Wed, 21 Mar 2012 01:09:05 +0000

Looks VERY GOOD and runs very well.


rosimildo@gmail.com

Sun, 25 Mar 2012 22:11:15 +0000

This simple program crashes.

void setup() { Serial.begin(115200); }

void loop() { char b[100]; double d = 2.7;

sprintf( b, "%f", d ); Serial.println( b ); }


dddddd

Wed, 25 Apr 2012 20:18:18 +0000

the sqrt function just works with number put in parameter, if i use a variable instead of a number it return a result that it isn't correct


ronaldstanley

Tue, 22 May 2012 06:03:01 +0000

Thanks for the nice sharing and your post is very helpful and useful for me and i checked this.