Commit Graph

400 Commits

Author SHA1 Message Date
Cristian Maglie 7f7637c782 Fixed delayMicrosecond() when interrupts are disabled 2013-02-13 15:41:31 +01:00
Federico Fissore a07fc245db preparing next release 2013-02-13 10:29:36 +01:00
Cristian Maglie f53239e60a Updated revision log 2013-02-06 12:49:37 +01:00
Cristian Maglie 6b25f0c0ba Merge pull request #1255 from cmaglie/usbcdc-loopback-fix
Fixed SerialUSB data handshake when host sends a lot of data (PeterVH, stimmer)
2013-02-06 03:30:12 -08:00
Cristian Maglie e903a6df1a Merge remote-tracking branch 'arduino/master' into ide-1.5.x 2013-02-06 11:26:01 +01:00
Cristian Maglie cdce800f69 Updated revision log 2013-02-06 11:13:21 +01:00
Federico Fissore 51da416ab1 updated revisions.txt 2013-02-04 11:09:18 +01:00
Cristian Maglie 5edc110f61 [sam] attachInterrupt() now works also on pins that belongs to PORTD 2013-02-02 17:14:30 +01:00
Cristian Maglie d66d4c4793 Fixed SerialUSB data handshake when host sends a lot of data (PeterVH, stimmer) 2013-01-29 11:20:20 +01:00
Cristian Maglie e72eaa858a Fixed CDC_SERIAL_BUFFER_SIZE macros (PeterVH) 2013-01-27 12:49:25 +01:00
Cristian Maglie 95cadfef12 Fixed USBSerial.write() while sending big buffers (Bill Dreschel) 2013-01-25 15:55:35 +01:00
Cristian Maglie 24bd97413e Updates to build.xml. (version auto defetect for "dist" target) 2013-01-24 14:46:57 +01:00
Cristian Maglie a281930f3f Upped version to 1.5.2 2013-01-23 17:26:46 +01:00
Cristian Maglie 1da3752860 Merged upcoming 1.0.4 and updated revision log 2013-01-06 18:38:03 +01:00
Cristian Maglie 169032465a Updated revisions log 2013-01-06 18:09:42 +01:00
Cristian Maglie 66ee23b885 Merged 1.0.3 2012-12-10 15:55:05 +01:00
Cristian Maglie b32ed2d450 Upped version number to 1.0.3 2012-12-07 18:31:48 +01:00
Cristian Maglie 948a5c89e4 Added support for Arduino Esplora 2012-12-07 18:11:07 +01:00
Cristian Maglie db81f52c3a Added Servo library for Arduino Due 2012-11-23 18:15:23 +01:00
Cristian Maglie db32419a34 updated revisions.txt 2012-11-23 15:01:15 +01:00
Cristian Maglie 74dea07f2c portOutputRegister is now writeable. 2012-11-09 10:54:30 +01:00
Cristian Maglie b5b50caf33 Updated revision.txt 2012-11-09 10:52:14 +01:00
Cristian Maglie ac8c1efc06 Updated revisions.txt 2012-11-05 18:07:27 +01:00
David A. Mellis 4672d451c8 Updating revisions.txt for 1.0.2. 2012-11-05 08:56:49 -05:00
David A. Mellis 6e8e13d7b3 Adding a couple of release notes for the Leonardo. 2012-05-21 10:32:11 -07:00
David A. Mellis 3258d2c5a3 Updating release notes for 1.0.1. 2012-05-21 09:17:39 -07:00
David A. Mellis 6f1e54ab1e Updating revisions.txt with environment changes for 1.0.1. 2012-05-16 17:10:01 -04:00
David A. Mellis 6fa5f183e4 Include Arduino 0023 release notes. 2011-12-01 09:27:38 -05:00
David A. Mellis 21bae46546 Updating release notes (revisions.txt) for Arduino 1.0. 2011-11-26 15:56:31 -06:00
David A. Mellis ad5f10996d Updating revisions.txt. 2010-12-24 13:22:07 -06:00
David A. Mellis 53f3e8ef92 Adding a couple of more revision notes. 2010-12-11 16:38:58 -05:00
David A. Mellis 743d3707d1 Updating revisions file for 0022. 2010-12-11 16:09:27 -05:00
David A. Mellis 4c26e071c8 Updating version to 0021. 2010-10-02 14:03:50 -04:00
David A. Mellis 5e2f82b742 Updating SPI library error message and revisions.txt for final 0019 release. 2010-09-03 23:12:12 +00:00
David A. Mellis 134955720f Updating reference and reference fetching script. 2010-08-11 23:18:17 +00:00
David A. Mellis 54d367b1e0 Making Client inherit from Stream, which unforunately means taking peek() out of Stream for now, since there's no immediate implementation for Client. 2010-08-11 18:19:01 +00:00
David A. Mellis f62126f370 Updating revisions. 2010-08-10 01:44:10 +00:00
David A. Mellis 9a810880da Updating revisions. 2010-08-10 01:05:21 +00:00
David A. Mellis 68ef2bcd56 Nothing SPI and Ethernet updates in revisions.txt. 2010-08-02 19:07:30 +00:00
David A. Mellis 6f96ce0df2 Adding drop-down for selecting line ending to serial monitor (issue #119). Also switching subpanes from BorderLayout to BoxLayout. 2010-07-11 15:31:34 +00:00
David A. Mellis 03a62f38d2 Allowing third-party hardware platforms to reference programmers defined in other platforms (issue #283). 2010-07-10 21:29:32 +00:00
David A. Mellis 52e0e1a999 INTERNAL -> INTERNAL1V1 AND INTERNAL2V56 on the Mega (issue #194). 2010-07-10 21:07:51 +00:00
David A. Mellis 0cb0132db2 Updating revisions.txt. 2010-07-05 16:22:22 +00:00
David A. Mellis 880bc682a9 Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h. 2010-07-04 16:36:52 +00:00
David A. Mellis e2f5f0c9d6 Disabling interrupts while digitalWrite() and pinMode() modify registers (issue #146).
Updating revisions.
2010-06-12 20:32:58 +00:00
David A. Mellis 0979ed050b Updating version number to 0019.
Some revisions.
2010-05-29 17:01:43 +00:00
David A. Mellis ce297d191a Moving revision history to revisions.txt. 2010-05-10 01:39:50 +00:00
David A. Mellis 2e26a2d994 Syncing with Processing 1.0.9 (revision 5766). 2009-10-22 00:56:16 +00:00
David A. Mellis 3dc7fc0781 Syncing with Processing 1.0.7 (5692); needs testing.
Also, the Sketchbook and Examples menus are currently disabled on the Mac to work-around a bug in Apple's implementation of Java.  I think this bug may have been solved, so I should try re-enabling the menus and see what happens (on 10.4 and 10.5 and 10.6).  Also, I may still need to update the jre / jdk on Linux.
2009-09-24 03:16:00 +00:00
David A. Mellis 22ed6cdb73 Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00