Arduino/app
David A. Mellis 30537b36b9 Avrdude isn't using cygwin, so it uses normal COM1 device names, not /dev/com1 2007-07-19 01:32:18 +00:00
..
preproc 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
syntax Libraries now support syntax coloring and are built on IDE startup. 2006-04-09 12:40:34 +00:00
tools Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
ArduinoMessageSiphon.java
AvrdudeUploader.java Avrdude isn't using cygwin, so it uses normal COM1 device names, not /dev/com1 2007-07-19 01:32:18 +00:00
Base.java Factoring out uisp from the uploader in preparation for also allowing avrdude. 2007-06-21 22:24:57 +00:00
Command.java
Compiler.java Adding a -lm to the end of the linker command line to fix a bug with sin(), atof(), etc. (Also removing some command line arguments that were ignored because they didn't come at the end of the command line.) Doesn't seem to make the basic LED blink sketch any bigger. 2007-05-04 19:12:07 +00:00
Editor.java 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
EditorButtons.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorConsole.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorHeader.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorLineStatus.java
EditorListener.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorStatus.java 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
FindReplace.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
Library.java 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
LibraryManager.java Now rebuilding libraries when switching microcontrollers. Thanks Nick. 2007-02-03 15:20:54 +00:00
MessageConsumer.java
MessageSiphon.java
MessageStream.java
Preferences.java Adding interface for serial communication from PC to Arduino board. 2006-07-08 10:43:47 +00:00
PresentMode.java
Runner.java
RunnerClassLoader.java
RunnerException.java Adding some error checking code related to the launching of avr-size because some people were having trouble on Windows. 2006-12-25 18:00:00 +00:00
Serial.java toggling DTR explicitly before upload (and adding setDTR to serial.java) 2007-07-19 00:26:08 +00:00
Sizer.java Adding some error checking code related to the launching of avr-size because some people were having trouble on Windows. 2006-12-25 18:00:00 +00:00
Sketch.java Initial version of the avrdude uploader (only supports uploading, not burning the bootloader). 2007-06-21 23:00:31 +00:00
SketchCode.java
SketchHistory.java
Sketchbook.java Libraries now support syntax coloring and are built on IDE startup. 2006-04-09 12:40:34 +00:00
SwingWorker.java
Target.java
UispUploader.java 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
UpdateCheck.java
Uploader.java toggling DTR explicitly before upload (and adding setDTR to serial.java) 2007-07-19 00:26:08 +00:00