Paul Stoffregen Posted August 15, 2010 Share Posted August 15, 2010 Arduino 0019 is getting very close. A first release candidate recently appeared. Here's the files: Mac OS X: http://arduino.googlecode.com/files/arduino-0019-rc1.dmg Windows: http://arduino.googlecode.com/files/arduino-0019-rc1.zip Linux (32-bit): http://arduino.googlecode.com/files/arduino-0019-rc1.tgz Here's an updated Teensyduino to support 0019-rc1: Teensyduino: http://www.pjrc.com/teensy/experimental.html I've done some quick testing on Linux, Mac and Windows XP and everything seems to work. Haven't tried Win 7 yet... A long-standing and annoying but harmless bug has been occasional false warnings that Teensy Loader was busy, when in fact it programmed the board perfectly. I made some changes to the way the reboot request is sent which might finally fix this. If you give this latest code a try, especially on any version of Windows, please be on the watch for that false warning and let me know if it's still coming up. Quote Link to comment Share on other sites More sharing options...
Paul Stoffregen Posted August 15, 2010 Author Share Posted August 15, 2010 Here's the list of changes in 0019: ARDUINO 0019 [core / libraries] * Added aliases for the analog input pins: A0, A1, etc. http://code.google.com/p/arduino/issues/detail?id=244 * Added a String class. * Added an SPI library (by Christian Maglie). http://code.google.com/p/arduino/issues/detail?id=240 * Revised Ethernet library (by Christian Maglie). * Added a shiftIn() function (from Wiring). http://code.google.com/p/arduino/issues/detail?id=280 * Updated version of Firmata supports Mega and capability querying. * More accurate delay() function from BenF. http://code.google.com/p/arduino/issues/detail?id=237 * Re-enabling PWM after tone() ends. http://code.google.com/p/arduino/issues/detail?id=228 * Added Serial.peek() method. http://code.google.com/p/arduino/issues/detail?id=270 * Added Stream base class to Serial object (w/ available(), read() and the write(), print(), and println() functions from the Print class). http://code.google.com/p/arduino/issues/detail?id=60 * Disabling interrupts while digitalWrite() and pinMode() write to pins. http://code.google.com/p/arduino/issues/detail?id=146 * Replacing INTERNAL analog reference with INTERNAL1V1 AND INTERNAL2V56 on the Arduino Mega. http://code.google.com/p/arduino/issues/detail?id=194 [environment] * Added Arduino Fio to the boards menu. * Added Arduino Pro and Pro Mini (5V / 16 MHz) to the boards menu. http://code.google.com/p/arduino/issues/detail?id=81 * Synchronized with the Processing 1.1 code base, bringing various changes. * Modified the parsing of avr-gcc / avr-g++ output and error messages. * Toggling RTS on upload for auto-reset with FTDI cables on Linux. http://code.google.com/p/arduino/issues/detail?id=309 * Adding control over scrolling in serial monitor. http://code.google.com/p/arduino/issues/detail?id=97 * Added drop-down for selecting line endings to the serial monitor. http://code.google.com/p/arduino/issues/detail?id=119 * Fixed problem with tabs of the same name but different extensions. http://code.google.com/p/arduino/issues/detail?id=191 * Allowing third-party hardware platforms to reference programmers defined in other platforms. http://code.google.com/p/arduino/issues/detail?id=283 [examples] * Re-organized and numbered for easier access and better progression. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.