1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Commit Graph

71 Commits

Author SHA1 Message Date
David A. Mellis
b2678262b8 Updating readme. 2009-05-30 09:47:26 +00:00
David A. Mellis
090e85b5a1 Updating readme. 2009-05-30 09:06:35 +00:00
David A. Mellis
2357f22387 Adding support for ordering the Tools > Boards menu by using LinkedHashMap to store the keys for the prefixed sub-maps. Re-ordering the boards in the boards.txt file. Adding an entry for the LilyPad Arduino w/ ATmega328. Updating readme. 2009-05-30 08:56:03 +00:00
David A. Mellis
a7f9864f4a Updating readme and todo. 2009-05-24 15:18:21 +00:00
David A. Mellis
8cd8962748 Updating todo and readme. 2009-05-24 15:13:22 +00:00
David A. Mellis
b11e25ecf2 Fixing (I hope) race condition in Sizer.java that was preventing the file size from being determined. 2009-05-12 13:37:51 +00:00
David A. Mellis
5e89129ba5 Fixes to the way the Client class connects and disconnects, as well as checks of whether or not the socket is valid in various functions. 2009-04-26 14:58:39 +00:00
David A. Mellis
85c43b874b Updating readme. 2009-03-25 15:46:22 +00:00
David A. Mellis
628b18674f Fixing bug in copy for forum (checking array bounds before access instead of after). 2009-03-22 12:34:56 +00:00
David A. Mellis
673e2513b8 Upping version to 0015 and going back to use of core.a in build process. 2009-03-12 16:13:35 +00:00
David A. Mellis
d2da6bd0fe Clarifying ATmega328 vs. ATmega168 in boards.txt (Boards menu). Modified todo and readme. 2009-03-07 10:06:53 +00:00
David A. Mellis
485e0f93b8 Updating to AVR MacPack 20081213. Includes avr-gcc 4.3.2 which should fix problem with functions called from interrupts. 2009-02-21 13:10:06 +00:00
David A. Mellis
97afe5796c updating readme 2009-02-06 12:53:02 +00:00
David A. Mellis
a4b52f20b5 Originating each outgoing network connection from a different source port (in the Client class of the Ethernet library).
Updating readme and todo.
2009-01-07 21:16:45 +00:00
David A. Mellis
19c191e002 Adding "Duemilanove" to the name of the Diecimila boards entry.
Adding commented out ATmega328 boards entry.
Updating todo and readme.
2008-12-23 00:21:03 +00:00
David A. Mellis
bc153833da Generating .eep files again without warnings if EEMEM isn't used. 2008-10-14 09:44:17 +00:00
David A. Mellis
70a5e05482 Updating readme and todo for previous changes. 2008-10-13 15:15:24 +00:00
David A. Mellis
30dc672dff * Updating version number to 0013.
* Updating ATmega168 bootloader to work with standard distributions of avrdude
  (responding to signature requests made with the universal SPI command) and
  correctly store EEPROM data.  Thanks to ladyada.
* Changing compilation process to generate .eep file and allow for use of
  EEMEM directive (although not yet uploading EEPROM data).
2008-10-11 19:27:10 +00:00
David A. Mellis
d94980db56 Updating todo and readme. 2008-09-18 09:36:46 +00:00
David A. Mellis
bd47d9872f Removing WConstants.h include from Stepper.h so it compiles with new WProgram.h include placement. Updated readme. 2008-09-17 14:15:11 +00:00
David A. Mellis
34465d0ac9 Removing wiring core since it's not being kept up-to-date. 2008-09-10 15:22:59 +00:00
David A. Mellis
c8aff1e34f Doc changes. 2008-08-23 17:24:08 +00:00
David A. Mellis
7630c3a887 Adding Nano and Pro (8 MHz) to boards.txt file; updating Makefile for atmega168 bootloader based on Nathan's changes to allow for customizing of more parameters per-board; including Pro 8 MHz .hex compiled bootloader file; not updating the Diecimila or NG .hex files. 2008-08-16 01:56:41 +00:00
David A. Mellis
d349f4bd7c Updating todo and readme. 2008-07-13 19:27:26 +00:00
David A. Mellis
8693f95a3f Updating todo and readme. 2008-05-07 18:30:29 +00:00
David A. Mellis
ec426f2073 Updates to the readme and todo list. 2008-03-28 21:53:27 +00:00
David A. Mellis
ff9bb8dd14 Adding to the todo list and readme; fixing a bit of indentation. 2008-03-08 22:05:23 +00:00
David A. Mellis
7ffb4cd25d Cleaning up Mac build, adding Serial.println(unsigned int), adding #include <Sprite.h> to hello_matrix example. 2008-02-23 21:52:53 +00:00
David A. Mellis
249f16678e Improving the preprocessor and parallel programmer. 2008-02-20 02:27:23 +00:00
David A. Mellis
f7ea3cbeb1 Improving detection of functions that need to be prototyped; no longer moving #include's to the top of the sketch. Actually putting todo items in todo.txt. 2008-02-16 19:34:26 +00:00
David A. Mellis
b33c8a093d New script for download the reference from Tom Pollard. Updated reference and readme and Makefile. 2008-01-22 22:10:55 +00:00
David A. Mellis
a79e3f10cc Updating reference and readme. 2007-10-12 01:53:58 +00:00
David A. Mellis
0148c904c6 Adding LilyPad bootloader and adding LilyPad to board definition file. 2007-10-09 22:46:09 +00:00
David A. Mellis
963fde6c90 Updating readme. 2007-08-06 16:16:19 +00:00
David A. Mellis
1a4dfa9d87 Fixing SoftwareSerial bug (call to printByte('0') instead of print('0')). 2007-07-16 15:52:01 +00:00
David A. Mellis
d706245ea5 Added the Stepper motor library (and reference, and to the readme). 2007-05-17 17:34:48 +00:00
David A. Mellis
aa697966dc Updating readme with latest changes. 2007-05-04 22:05:53 +00:00
David A. Mellis
67ce547deb Updating readme with misc. 0008 fixes. 2007-03-04 18:43:01 +00:00
David A. Mellis
221b6348fe Documenting Serial.available() bug fix. 2007-01-12 21:28:03 +00:00
David A. Mellis
5a39312e74 Updating readme with EEPROM library and library patch. 2007-01-12 20:32:48 +00:00
David A. Mellis
af20a36b6f Removed carriage returns from Windows dist.sh and updated readme.txt to mention Linux distribution. 2006-12-26 00:07:21 +00:00
David A. Mellis
e5e6639cc9 Updating the readme with changes for 0007 and with bullets (*) for old versions. 2006-12-25 18:02:30 +00:00
David A. Mellis
514a74849a attachInterrupt() and detachInterrupt(): from Wiring, with changes to automatically enable and disable the relevant interrupt and to specify the trigger. 2006-11-24 17:12:32 +00:00
David A. Mellis
a740bf0588 Replaced avr-lib serial with custom code in wiring.c. 2006-11-23 16:02:55 +00:00
David A. Mellis
8d6176d0a4 Adding Sonar library for controlling Parallax Ultrasonic PING))) sensors. 2006-11-21 18:16:03 +00:00
David A. Mellis
6bcf40ea9a Adding binary.h for digital constants like B1010. 2006-11-20 17:47:04 +00:00
David A. Mellis
9964122513 Now disconnecting the serial lines from pins 0 and 1 until you call Serial.begin(); that way they can be used as normal digital i/o. 2006-11-20 17:02:57 +00:00
David A. Mellis
6680b71602 Updated readme. 2006-10-21 20:42:21 +00:00
David A. Mellis
0adf6d2dfa Updated reference and readme. 2006-10-21 20:41:09 +00:00
David A. Mellis
9d13220743 Moved serial monitor baud rate from the Tools menu to the EditorStatus bar. No longer appending newline when pressing enter in the serial monitor edit field. 2006-10-15 13:48:45 +00:00