Commit Graph

79 Commits

Author SHA1 Message Date
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 064ac44d8c Upped version number to 0004. 2006-02-12 18:09:41 +00:00
David A. Mellis 55dc23e859 Fixed beginSerial() to take baud rates above 19200; adjusted Serial Monitor Baud Rate menu items accordingly. 2006-01-16 09:55:09 +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 893e8d1e32 Renamed Run -> Verify and Export -> Upload (shortcut changed to Command U). 2006-01-15 22:05:41 +00:00
David A. Mellis 46db115d8c Grabbing readme.txt with Xcode build, cleaned up menus, organized and updated release notes. 2006-01-15 20:53:52 +00:00
David A. Mellis 2335c14d99 Serial speed menu now controls debugging, not download, baud rate; renamed accordingly. Cleaned up menus. 2006-01-15 20:35:31 +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 e8c7e05e27 Cleaned up the menus (removed unused/unimplemented items). 2005-12-08 19:30:58 +00:00
David A. Mellis 0a15403d7c Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files). 2005-12-06 11:08:25 +00:00
David A. Mellis 0837e89f15 Serial flushing now works (added Processing's Serial library as found in the
Wiring repository).
2005-11-28 14:04:07 +00:00
David A. Mellis e8de19d110 Now flushing serial buffer before uploading code. 2005-11-28 12:51:44 +00:00
Massimo Banzi 075ca43963 code cleanup, some strings were still saying processing
instead of arduino
2005-10-12 00:15:33 +00:00
Massimo Banzi 99f7e47868 code cleanup, some strings were still saying processing
instead of arduino
2005-10-12 00:14:17 +00:00
David A. Mellis 27daf9e8c5 Stopped appending /dev to linux serial port device names. 2005-10-08 15:40:52 +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 5a6bfcc12e Added 115200 serial speed (for avrisp). 2005-10-04 09:36:43 +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 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 cf26421470 Added "Pre-Alpha" to version number. 2005-09-20 16:55:13 +00:00
Massimo Banzi 15ae9ab1b0 Added bootloader files and the programming commands
including the script which sets the correct fuses
currently working only on mac os x but easy to port
to windows/linux
2005-09-14 17:04:31 +00:00
David A. Mellis 3099c4f2de Removed wiringlite from the prog.hex path for the downloader. 2005-09-09 23:51:14 +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 Cuartielles 33c60507aa DojoDave - 20050905
Changes to make the windows version 0001 pre-alpha work
2005-09-05 21:29:26 +00:00
Massimo Banzi fd2b73b164 added command class written by david cuartielles 2005-08-30 11:48:09 +00:00
Massimo Banzi 6c9c63893e added ArduinoMessageSiphon, updated message siphon written by david 2005-08-29 18:37:40 +00:00
Massimo Banzi e58e88111c updated Compiler
updated Compiler Editor and Downloader classes
so that now compilation works and error messages are
parsed (altough very crudely)
dist.sh now creates a dmg file on mac os x

mbanzi
2005-08-29 18:36:10 +00:00
David A. Mellis 9fc5aa63f6 Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00