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
ab644804ac
Factored out print() and println() from HardwareSerial to a base class for sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list.
2008-04-18 18:39:02 +00:00
David A. Mellis
3c43daaca8
Applying some Mac build / project patches by Wim Lewis. Simplifying Compiler.java. Removing the preprocessor since it's not actually used for anything. Bumping the version number to 0011.
2008-01-19 16:37:19 +00:00
David A. Mellis
616d65d32a
Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc.
2007-09-25 14:04:01 +00:00
David A. Mellis
cc88e29e1e
Updating version number and including math.h.
2007-09-23 16:06:28 +00:00
David A. Mellis
1c0c0fe69b
Factoring out uisp from the uploader in preparation for also allowing avrdude.
2007-06-21 22:24:57 +00:00
David A. Mellis
0d471e33cc
Updating version numbers to 0008.
2006-12-27 21:35:19 +00:00
David A. Mellis
22971709e4
Upping version to 0007.
2006-11-20 16:56:53 +00:00
David A. Mellis
20cd09bc4c
Updating version to 0006.
2006-10-15 11:38:16 +00:00
David A. Mellis
b8923cfeee
Fixed bug that sometimes uploaded old code versions. Now showing "compiling..." and "burning bootloader" messages. Up'ed version to 0005.
2006-07-04 18:57:47 +00:00
David A. Mellis
fb34821d84
Libraries now support syntax coloring and are built on IDE startup.
2006-04-09 12:40:34 +00:00
David A. Mellis
3ea01968d7
Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc...
2006-03-26 19:12:53 +00:00
David A. Mellis
064ac44d8c
Upped version number to 0004.
2006-02-12 18:09:41 +00:00
David A. Mellis
b7728ae604
svn merge -r 72:HEAD svn+ssh://mellis@svn.berlios.de/svnroot/repos/arduino/tags/0004 - used Base.java from tags/0004 but changed version back to 0003.
2006-01-12 23:24:12 +00:00
David Cuartielles
e19bbdd548
changed the version number in the code to 3
2006-01-03 14:33:49 +00:00
David A. Mellis
e8de19d110
Now flushing serial buffer before uploading code.
2005-11-28 12:51:44 +00:00
Massimo Banzi
99f7e47868
code cleanup, some strings were still saying processing
...
instead of arduino
2005-10-12 00:14:17 +00:00
Massimo Banzi
c66cd2b978
Moved to version 2.
...
Added menu to select serial port speed, used when downloading code to
the processor (support for old style/new style bootloader)
2005-10-01 22:15:32 +00:00
David A. Mellis
cf26421470
Added "Pre-Alpha" to version number.
2005-09-20 16:55:13 +00:00
David A. Mellis
98b5f8759a
Removed #include <BConstants.h>, updated version number, copy RXTX native lib into Mac distribution.
2005-09-09 23:42:35 +00:00
David A. Mellis
9fc5aa63f6
Initial Arduino IDE based on Processing.
2005-08-25 21:06:28 +00:00