Commit Graph

16 Commits

Author SHA1 Message Date
David A. Mellis 033cba6bd9 On Linux, explicitly pointing to included avrdude (instead of just using the path). 2007-10-22 17:47:05 +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 adeff81ceb Not forcing avrdude to continue on the wrong chip (removing -F command line argument), and improving (I hope) some of the error messages by trapping avrdude messages and displaying custom messages in the EditorStatus. 2007-10-06 22:12:43 +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 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 084b860e60 toggling DTR explicitly before upload (and adding setDTR to serial.java) 2007-07-19 00:26:08 +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 fc1ca8a066 Appled Hans Steiner's patch to search for avr=tools in path on Linux (instead of requiring symlinks to the Arduino tools directory). Added an upload.verbose preference for dumping details of the upload process. 2006-08-27 09:45:28 +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 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 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
David A. Mellis 27daf9e8c5 Stopped appending /dev to linux serial port device names. 2005-10-08 15:40:52 +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