Commit Graph

954 Commits

Author SHA1 Message Date
David A. Mellis 1cac73c254 Saving and restoring location of the serial monitor. 2010-11-07 22:25:02 -05:00
Tom Igoe b3c92d834f added new stepper library examples 2010-10-28 09:39:36 -04:00
Tom Igoe c19a0956c4 minor bug fixes in examples 2010-10-28 09:15:30 -04:00
Tom Igoe 2d9a2d1b2c Merge branch 'master' of https://tigoe@github.com/arduino/Arduino 2010-10-28 09:03:57 -04:00
David A. Mellis d16367d676 Firmata version used for the Uno and Mega 2560. 2010-10-25 10:58:14 -04:00
David A. Mellis b0bc52d7d5 Modifying basic functions (digital and analog, read and write) to use register-based ifdefs, not cpu-based.
http://code.google.com/p/arduino/issues/detail?id=307
http://code.google.com/p/arduino/issues/detail?id=316
http://code.google.com/p/arduino/issues/detail?id=323
http://code.google.com/p/arduino/issues/detail?id=324
2010-10-17 17:55:53 -04:00
David A. Mellis b0888a34b5 Making attachInterrupt() check registers, not CPUs.
Patch by Mark Sproul, via Christian Maglie.
http://code.google.com/p/arduino/issues/detail?id=340
2010-10-17 14:05:46 -04:00
David A. Mellis 1cb3c97610 Making HardwareSerial tests register-based, not CPU-based.
Mark Sproul's patches, via Christian Maglie.
http://code.google.com/p/arduino/issues/detail?id=315
2010-10-17 13:36:02 -04:00
Tom Igoe 81de2b5a05 bug fixes to StateChangeDetection and ToneMelody examples 2010-10-14 14:46:51 -04:00
David A. Mellis 9cad196ae5 Changing #include <> to #include "" in Tone.cpp. 2010-10-09 17:08:19 -04:00
David A. Mellis b24895385a Fixing SPI double-speed bug.
Bad bit manipulation was causing the double-speed flag to be set incorrectly.
http://code.google.com/p/arduino/issues/detail?id=365
2010-10-04 21:19:03 -04:00
David A. Mellis 224a7bf768 Adding source-dist target to build.xml.
http://code.google.com/p/arduino/issues/detail?id=193
2010-10-03 21:21:27 -04:00
David A. Mellis 3650b471b9 Merge branch 'master' of github.com:arduino/Arduino 2010-10-03 20:04:29 -04:00
David A. Mellis fa4d058297 Reapplying Christian's regex patch.
Revert "Revert "Removed dependencies from regex library oro.jar""

This reverts commit ed7795ef8d.
2010-10-03 19:44:28 -04:00
David A. Mellis b656d42e92 Modifying the ant run target in Linux.
According to a comment at http://code.google.com/p/arduino/issues/detail?id=352 this helps ant find the executable.  It still doesn't work for me, but maybe it will for you.
2010-10-02 22:16:22 +02:00
David A. Mellis 4c26e071c8 Updating version to 0021. 2010-10-02 14:03:50 -04:00
David A. Mellis b3ba5d4f97 Fixing PWM on pins 9 & 10 on the Uno.
Resetting TCCR1B to 0 after it's configured by optiboot.

http://code.google.com/p/arduino/issues/detail?id=364
2010-10-02 13:38:10 -04:00
David A. Mellis 750c860a0d RXTXcomm.jar with only RXTXCommDriver.class updated (to add /dev/ttyACM* on Linux). 2010-10-02 18:55:16 +02:00
David A. Mellis d09edea5e7 Recompiled rxtx to include /dev/ttyACM* on Linux. 2010-10-02 18:18:45 +02:00
David A. Mellis ed7795ef8d Revert "Removed dependencies from regex library oro.jar"
This reverts commit 2b4391052c.
2010-10-02 17:19:53 +02:00
Cristian Maglie 2b4391052c Removed dependencies from regex library oro.jar 2010-10-01 19:41:36 +02:00
David A. Mellis ec5d3c60ce Updating readme. 2010-09-28 17:25:10 -04:00
David A. Mellis d0f8052f8e More information on USB VID/PIDs. 2010-09-28 17:19:07 -04:00
David A. Mellis e9a913066c Replacing Arduino VID / PID with the Atmel-supplied ones. 2010-09-28 09:31:10 -04:00
David A. Mellis 0768ebed50 Adding note about Arduino VID and PIDs. 2010-09-27 12:20:38 -04:00
David A. Mellis 5c22a1e970 Updating version to 0020. 2010-09-24 16:29:07 -04:00
David A. Mellis be6c36ee33 Adding readme about the firmwares. 2010-09-24 10:40:37 -04:00
David A. Mellis ffa3ce71ee Adding usbserial and usbdfu firmwares (and combined compiled .hex files). 2010-09-24 10:35:54 -04:00
David A. Mellis 4ab27234d3 Adding Arduino Mega 2560 board entry. 2010-09-24 10:17:01 -04:00
David A. Mellis 626a5dbe2d Merge branch 'master' of github.com:arduino/Arduino 2010-09-24 10:16:32 -04:00
David A. Mellis 27109e3b1a Adding the Mega 2560 bootloader and boards.txt / boards menu entry. 2010-09-24 10:10:57 -04:00
David Mellis 04be32ce9e Adding Mega 2560 .inf file (Windows). 2010-09-24 09:59:08 -04:00
David Mellis ff226e1c0c Adding Arduino Uno .inf files (Windows). 2010-09-24 09:48:42 -04:00
David A. Mellis 66f671b6a8 Updating application icon for Mac OS X and Windows. (Windows one is untested.) 2010-09-22 09:08:09 -04:00
David A. Mellis 7087bcf5bd Adding optiboot and Arduino Uno boards menu entry. 2010-09-22 09:04:33 -04:00
Tom Igoe bc2999f00d deleted redundant analog in example and corrected typos in comments for analog examples 2010-09-17 16:43:22 +00:00
Tom Igoe addbdd7949 updating UDP library and examples with M. Margolis' changes and examples. 2010-09-17 14:17:01 +00:00
Tom Igoe ae0c8770ac removing TwitterClient since it does not include OAuth, which is now needed for Twitter logins. Adding TelnetClient examexample. 2010-09-17 13:22:32 +00:00
David A. Mellis 7392f8514d Fix to drop packets in Wire library (issue #335). 2010-09-16 01:22:36 +00:00
David A. Mellis ea8a1182b8 Adding Client::peek() in Ethernet library (issue #349). 2010-09-16 01:11:19 +00:00
David A. Mellis 76641d1a87 Returning CLOSE_WAIT clients in Server::available(). (issue #345).
Otherwise, we miss clients that connect, send data, and disconnect before
we get around to calling available().
2010-09-16 00:59:12 +00:00
David A. Mellis bf88db8484 Statically allocating buffers in Wire library (issue #351). 2010-09-16 00:50:43 +00:00
David A. Mellis 27cfd22066 1280 -> 1280/2560. 2010-09-08 22:33:33 +00:00
Tom Igoe 6fbfb713ee corrected note on fade example 2010-09-08 17:49:27 +00:00
Tom Igoe 52030561a9 corrected error in barometric pressure server example 2010-09-08 17:42:37 +00:00
Tom Igoe 6628bb061f Corrected an error in StringComparisonOperators example 2010-09-07 18:21:21 +00:00
Tom Igoe 47d3b65e51 Changed analog references to use new A0 through A5 notation 2010-09-04 19:47:59 +00: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 ca89be0a15 Fixes to Linux dist permissions (executables). 2010-08-30 22:54:08 +00:00
Tom Igoe 7f298400fa Removed duplicate version of Blink example, kept the one in Basics. 2010-08-30 19:50:58 +00:00