chipKIT® Development Platform

Inspired by Arduino™

Official Release 20140821

Created Fri, 29 Aug 2014 23:09:15 +0000 by ricklon


ricklon

Fri, 29 Aug 2014 23:09:15 +0000

We now have our second release compatible with the pic32MZ and the chipKIT WiFire board.

This release is the last of the 0023 releases. We have some small support things Arduino 1+ in this release. String has been updated, and Arduino.h is included with WProgram.h. So more programs will compile but in every release from now on we will be moving the core to 1+ Arduino compatibility.

If there are any issues with these release please report them to the official issue list at: https://github.com/chipKIT32/chipKIT32-MAX/issues

Linux32 : https://chipkit.s3.amazonaws.com/builds/mpide-0023-linux32-20140821.tgz Linux64 : https://chipkit.s3.amazonaws.com/builds/mpide-0023-linux64-20140821.tgz MacOS : https://chipkit.s3.amazonaws.com/builds/mpide-0023-macosx-20140821.dmg.zip RaspberryPi : https://chipkit.s3.amazonaws.com/builds/mpide-0023-raspberrypi-20140821.tgz Windows : https://chipkit.s3.amazonaws.com/builds/mpide-0023-windows-20140821.zip

Release notes: Issues resolved since last release in 20140821: Issue details: https://github.com/chipKIT32/chipKIT32-MAX/issues?q=is%3Aclosed+closed%3A2014-06-05..2014-08-06+

Resolved issues for the 20140821 release #495 SPI for MZ, ADC errata
#493 Add ability to specify PPS mappings in DSPI begin function
#490 added serial parser example
#489 Arduino 1 0 x string
#488 Added Arduino.h stub link file
#487 Fix for Build fails on Mac OS X — build.xml
#486 Build fails on Mac OS X — build.xml #485 Added enhanced buffer support
#484 Added PICadillo 35T board variant
#483 Fix for issue - Fubarino Mini hardware interrupts not mapped proper...
#481 Fix for issue - chipKIT Pi variant file errors.
#479 fix analog pin
#476 Update withMaster
#474 Use space(prog) rather than space(code) on array located in program memo...
#473 Missing RXTX library in path for linux depending on java version #465 Adjust FTDI Mac OS X location in build.xml #464 Update Mac OS X FTDI version to 2.2.18 #457 raspberrypu build fails by not replacing :: #456 Add to build.xml build-run

Thank you all for your help. The next release cycle is going to be very exciting. Open Source TCP/IP from Digilent Inc is now included in the test builds as core libraries. Also, we are starting a place to pool common chipKIT libraries. More updates to come!

Thanks, --Ricklon


avenue33

Sat, 14 Feb 2015 18:55:21 +0000

On Mac OS X, I just can't compile even the Blink example with MPIDE 0023-macosx-20140821.

MPIDE throws the error

[color=#FF0000]/Applications/IDE/Mpide-20140821.app/Contents/Resources/Java/hardware/pic32/cores/pic32/cpp-startup.S:45:16: fatal error: xc.h: No such file or directory compilation terminated. [/color]

However, xc.h is located at Mpide-20140821.app/Contents/Resources/Java/hardware/pic32/compiler/pic32-tools/pic32mx/include/xc.h

Same error occurs for MPIDE 0150-macosx-20150204-test.

What's wrong :?:


avenue33

Sat, 14 Feb 2015 19:05:08 +0000

The issue was raised for an older release with ticket #446 :arrow: In master missing xc.h for macosx build.

I've just opened a new ticket #553 :arrow: MPIDE 0023-macosx-20140821 — fatal error: xc.h: No such file or directory