Created Sat, 11 Jun 2011 03:24:36 +0000 by ricklon
Sat, 11 Jun 2011 03:24:36 +0000
In an effort to get more builds out and verified faster. Test builds can be found at https://github.com/chipKIT32/chipKIT-builds/downloads
These are test builds, they may or may not work. In this case there were compiler updates that need to be verified.
Eventually, this should evolve to be builds the location for automatically generated builds that are created as the code is updated.
Official release will go in the same location as before, on the main chipKit Github: https://github.com/chipKIT32/chipKIT32-MAX/downloads
Tue, 14 Jun 2011 16:21:52 +0000
Sorry, I haven't had a chance to sanity check the Windows and Linux builds yet. I'll try to get to that today so that we can move the builds to official releases soon.
Fri, 29 Jul 2011 00:53:09 +0000
I'm uploading the July 10th test builds to the download area for the chipKit-builds project: https://github.com/chipKIT32/chipKIT-builds/downloads
I've got a batch of new code that I'm starting to add into a new build. The schedule will be to get as many updates as possible in this weekend, and do a new set of test builds.
Wed, 10 Aug 2011 03:58:17 +0000
New test builds are available: A lot of good fixes are in these test builds. Once the issues are verified closed. We'll be making an official release.
Linux32: https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-0022-linux32-20110809-test.tgz
Mac OS X: https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-0022-macosx-20110809-test.dmg
Windows: https://github.com/downloads/chipKIT32/chipKIT-builds/mpide-0022-win-20110809-test.zip
Thu, 11 Aug 2011 20:18:55 +0000
I just downloaded and tried to compile the barometric pressure sensor program (title block here only - actual code is in the release):
/*
SCP1000 Barometric Pressure Sensor Display
Shows the output of a Barometric Pressure Sensor on a
Uses the SPI library. For details on the sensor, see:
http://www.sparkfun.com/commerce/product_info.php?products_id=8161
http://www.vti.fi/en/support/obsolete_products/pressure_sensors/
This sketch adapted from Nathan Seidle's SCP1000 example for PIC:
http://www.sparkfun.com/datasheets/Sensors/SCP1000-Testing.zip
Circuit:
SCP1000 sensor attached to pins 6, 7, 10 - 13:
DRDY: pin 6
CSB: pin 7
MOSI: pin 11
MISO: pin 12
SCK: pin 13
created 31 July 2010
modified 14 August 2010
by Tom Igoe
*/
And received the following errors:
BarometricPressureSensor.cpp: In function 'void loop()':
BarometricPressureSensor.cpp:88:57: error: no matching function for call to 'HardwareSerial::println(String)'
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:61:10: note: candidates are: void Print::println(const char*)
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:62:10: note: void Print::println(char, int)
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:63:10: note: void Print::println(unsigned char, int)
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:64:10: note: void Print::println(int, int)
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:65:10: note: void Print::println(unsigned int, int)
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:66:10: note: void Print::println(long int, int)
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:67:10: note: void Print::println(long unsigned int, int)
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:68:10: note: void Print::println(double, int)
C:\Program Files\chipkit\hardware\pic32\cores\pic32/Print.h:69:10: note: void Print::println()
Mon, 15 Aug 2011 00:29:44 +0000
I've refreshed that issue on the issue list. This was fixed, and somehow got unfixed.
Wed, 23 May 2012 12:04:23 +0000
Thanks for your discussion i got the reviews for my topics same as your topic.