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

21 Commits

Author SHA1 Message Date
David A. Mellis
514a74849a attachInterrupt() and detachInterrupt(): from Wiring, with changes to automatically enable and disable the relevant interrupt and to specify the trigger. 2006-11-24 17:12:32 +00:00
David A. Mellis
b3d300dd35 Adding keywords for shiftOut(), LSBFIRST, MSBFIRST. 2006-11-24 16:57:16 +00:00
David A. Mellis
05404c12a3 Adding build.verbose prefence to print compilation command lines. 2006-09-01 10:45:32 +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
27a1bda094 Updating to latest rxtx version. 2006-04-26 17:10:31 +00:00
David A. Mellis
79b062a6cb Updated keywords.txt to include new Serial API keywords and pulseIn. 2006-04-26 17:03:19 +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
518812a1e9 Now give error if code is too big for sketch; maximum size determined by upload.maximum_size preference. 2006-03-20 23:14:10 +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
ac1e2edcc6 Added printNewline() to the syntax highlighting keywords file. 2006-01-05 01:51:14 +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
Massimo Banzi
f69597ba53 Modified colour combination to give a distinctive arduino look
icons and colour set contributed by aleph8nought
2005-10-08 14:56:18 +00:00
Massimo Banzi
cfb75853ea added new icons 2005-10-08 14:38:27 +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
9e8cc277ea Corrected keywords file. 2005-10-05 13:14:51 +00:00
David A. Mellis
c7d2614a42 Changed default upload rate to 19200. 2005-10-05 09:19:52 +00:00
Massimo Banzi
3232387556 Created new about splash screen based on icons from tom igoe
updated default bootloader speed to 19200
2005-10-05 04:58:43 +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
10015412bd DojoDave - 20050905
New icons based on Massimo's originals made in Malmö
2005-09-05 21:30:38 +00:00
David A. Mellis
6417eff01b Removed CVS directories. 2005-08-26 01:37:45 +00:00
David A. Mellis
9fc5aa63f6 Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00