Commit Graph

43 Commits

Author SHA1 Message Date
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 bd56d4ff28 Now allowing uploads using a programmer by setting the upload.using preference ("bootloader" for default behavior, or the name of a programmer prefix from the programmers.txt file). 2007-12-20 05:48:00 +00:00
David A. Mellis fa175a1cd5 Removed code for the old burn bootloader method. 2007-10-07 19:36:19 +00:00
David A. Mellis 63280151de Switched to new burn bootloader menu system, dynamically generated from the programmers.txt file. 2007-10-07 18:39:14 +00:00
David A. Mellis 09cb46c4fb Explicitly re-enabling the Serial Port menu if we add something to it when refreshing it. Otherwise, on Windows it stays disabled even though it's no longer empty. 2007-10-06 21:15:20 +00:00
David A. Mellis c78c1efe18 Now have uploading working with the Boards menu. Improved serial port error messages. 2007-10-06 20:26:45 +00:00
David A. Mellis 97aafe935a Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +00:00
David A. Mellis 6541c74c6c Updating code for the new folder organization. This version should be able to compile and upload sketches, including libraries, but burning bootloaders won't work. 2007-10-06 14:27:42 +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 1cfe2893d6 Now hiding and showing burn bootloader menu items instead of enabling and disabling them. 2007-08-06 14:08:25 +00:00
David A. Mellis ec36805374 Removing parallel programming bootloader options, adding a upload.application preference to force use of uisp. Not flushing the serial port on bootloader burn. 2007-07-25 23:46:55 +00:00
David A. Mellis d0c55e79c7 Modified bootloader burning: AvrdudeUploader now can burn bootloader with avrispmkii (but not parallel port), and the bootloader burning commands take a target. And the menu items are there, but wrong. 2007-07-18 22:17:35 +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 6fa233b9ee Now rebuilding libraries when switching microcontrollers. Thanks Nick. 2007-02-03 15:20:54 +00:00
David A. Mellis e0dfa25d13 Updated fetch.sh script to download guide. Pointing menu to correct getting started howto for platform. 2006-11-20 18:27:37 +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
David A. Mellis a9af6dbd60 Disabling bootloader menu items when non-atmega8 selected. 2006-08-30 14:39:00 +00:00
David A. Mellis 3dbf0d32b2 Added Microcontroller menu for choosing between atmega8 and atmega168. 2006-08-27 09:44:12 +00:00
David A. Mellis 77ecc6476c Adding interface for serial communication from PC to Arduino board. 2006-07-08 10:43:47 +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 9dbfe53224 Correcting typo and order in help menu. 2006-04-26 11:04:21 +00:00
David A. Mellis 6d8544d613 Updated reference: including FAQ, environment, howto and new serial library API. 2006-04-14 11:55:06 +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 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 25c9111c9c Added parallel port bootloader burning menu item. 2006-03-21 19:52:11 +00:00
David A. Mellis 4061d17578 2006-03-21 19:46:13 +00:00
David A. Mellis c6704296c1 Added menu item to burn bootloader, associated preferences, and hacked Uploader.java to be more flexible. 2006-03-21 19:17:31 +00:00
David A. Mellis a0a21caa22 Updated readme.txt and changed arduino.berlios.de links to www.arduino.cc 2006-03-21 00:19:51 +00:00
David A. Mellis 74c0a80359 Added additional baud rates to serial monitor baud rate menu. 2006-03-20 23:12:47 +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 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 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 A. Mellis e8c7e05e27 Cleaned up the menus (removed unused/unimplemented items). 2005-12-08 19:30:58 +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 Cuartielles 33c60507aa DojoDave - 20050905
Changes to make the windows version 0001 pre-alpha work
2005-09-05 21:29:26 +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