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

11 Commits

Author SHA1 Message Date
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
41d50ae572 Now appending main() to the user's sketch in preparation for making the Arduino core a library (.a) file. 2007-01-12 17:58:39 +00:00
David A. Mellis
b5dde887ab Library system working: Import Library menu adds header files to sketch, linking is conditional based on #include's in sketch. 2006-03-26 22:16:55 +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
18fc6d6875 Updating to C++, new Mac avr tools, Windows to be updated. 2006-02-24 15:52:58 +00:00
David A. Mellis
211f76e86c Preprocessor rebuilt as part of windows build process; need to remove these files from svn once Xcode starts to generate them from the .g files. 2006-01-16 09:20:19 +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 A. Mellis
e8de19d110 Now flushing serial buffer before uploading code. 2005-11-28 12:51:44 +00:00
David A. Mellis
21fe7f0a83 Trying desperately to get the Windows build working. 2005-10-06 17:18:26 +00:00
David A. Mellis
7fbb37cbe0 Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs. 2005-09-25 14:11:32 +00:00
David A. Mellis
9fc5aa63f6 Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00