chipKIT® Development Platform

Inspired by Arduino™

Release Candidate 3 20130609

Created Mon, 10 Jun 2013 04:10:26 +0000 by ricklon


ricklon

Mon, 10 Jun 2013 04:10:26 +0000

Release Candidate 3 20130609

Changes: Line endings were fixed.

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

Windows http://chipkit.s3.amazonaws.com/builds/mpide-0023-windows-20130609-test.zip Mac OS X http://chipkit.s3.amazonaws.com/builds/mpide-0023-macosx-20130609-test.dmg Linux32 http://chipkit.s3.amazonaws.com/builds/mpide-0023-linux-20130609-test.tgz

Coming soon the Linux64, RaspberryPi, and BeagleBone Black version.

-_Rick


george4657

Tue, 18 Jun 2013 00:59:41 +0000

re mpide-0023-windows-20130609-test.zip

In compiling Blink program with MPLABX I found a spelling error in task_manager.c that caused an error message. line 203 => st = disableInterrutps(); should be st = disableInterrupts();

I don't understand why mpide does not show the same error except that if you don't use function destroyTask(int id) you would never reach this function.

George


majenko

Tue, 18 Jun 2013 15:43:55 +0000

Well spotted there.

I guess the compiler would optimize away that function before it ever got as far as resolving it, so it wouldn't be an issue.

Just sending off the fix through a git pull-request.