0f357096b4
Updated reference and added tone() and noTone() to keywords.txt.
2010-01-09 17:43:16 +00:00
f9abacf768
Updating library copy location.
2010-01-08 03:16:43 +00:00
298d24ae6b
Removing instructions from howto.txt and pointing to Google Code wiki page instead.
2010-01-02 16:47:57 +00:00
884ec6f242
Fixed error in StateChangeDetection example
2009-12-30 18:03:57 +00:00
1cbe35efca
Updating to Java 6u16 (from Processing rev. 5883).
2009-12-27 01:04:16 +00:00
d28b6358db
Updating Mac OS X .dmg with latest FTDI drivers and a link to the Applications folder (with arrow on the background).
2009-12-26 16:35:21 +00:00
9c8f9c852c
Adding end() to the keywords file.
2009-12-23 00:01:36 +00:00
76f7c447b9
Adding Serial1, Serial2, Serial3 to keywords.txt. Removing SERIAL and DISPLAY.
2009-12-18 16:25:28 +00:00
42ddb48786
Merging third-party hardware branch: svn merge -r 795:802 https://arduino.googlecode.com/svn/branches/third-party-hardware .
2009-12-18 16:05:52 +00:00
5f9cbf5bb1
Adding default target to the preferences.
2009-12-18 16:00:36 +00:00
70b68efcef
Adding pin 13 (row 5): http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1259066861
2009-11-26 05:18:31 +00:00
e5b5f25476
Third-party cores seems to sort of work now, but burning bootloaders is probably broken.
...
Need to decide on the format for the boards.txt file.
2009-11-07 18:56:45 +00:00
c6b305357e
Adding Arduino as ISP sketch (firmware) and programmers.txt entry.
2009-11-01 17:00:31 +00:00
d29c49a27b
Updating a newer JavaApplicationStub (from Processing 1.0.9) but removed x86_64 architecture with lipo (because we don't have a 64 bit version of the librxtxSerial.jnilib).
2009-10-23 23:16:45 +00:00
41560ca8d6
Upgrading to quaqua 6.2 (from Processing 1.0.9).
2009-10-23 23:11:37 +00:00
de28fadf49
Adding break and continue to the keywords file.
2009-10-23 22:40:47 +00:00
2e26a2d994
Syncing with Processing 1.0.9 (revision 5766).
2009-10-22 00:56:16 +00:00
3afe2e0713
Fixing variable name.
2009-10-18 19:41:30 +00:00
650dc075a4
Fixing small typo in for-loop example.
2009-09-26 16:54:50 +00:00
3dc7fc0781
Syncing with Processing 1.0.7 (5692); needs testing.
...
Also, the Sketchbook and Examples menus are currently disabled on the Mac to work-around a bug in Apple's implementation of Java. I think this bug may have been solved, so I should try re-enabling the menus and see what happens (on 10.4 and 10.5 and 10.6). Also, I may still need to update the jre / jdk on Linux.
2009-09-24 03:16:00 +00:00
66e4b9c0cd
One more time.
2009-09-23 22:21:24 +00:00
e6f674cc3f
Fixing capitalization of "pin".
2009-09-23 22:21:15 +00:00
8ced792ee5
Adding double-quotes around the $0 in the Mac OS X tools scripts. Should fix compilation when Arduino is in a directory with spaces in its name.
2009-09-13 18:01:35 +00:00
e272a8bcc0
Adding guihead.o and head.o from launch4j (these apparently have some custom modifications from Processing).
2009-09-07 16:42:14 +00:00
018ff13d8b
Moving setting of Linux look and feel from linux/Platform.java to arduino script.
2009-08-11 23:05:18 +00:00
4a220ef09c
Updating reference for Arduino 0017.
2009-08-11 21:22:19 +00:00
c7b70fce3a
Updating linux build scripts, etc for Arduino 0017.
2009-08-03 20:57:46 +00:00
47fd6c3066
New about.bmp. Apparently the ones you make in Mac OS X don't work with launch4j.
2009-07-31 23:14:55 +00:00
d50988f991
New icons and about image by Thomas Glaser (envis precisely).
2009-07-31 21:59:53 +00:00
46f5a9f540
Defaulting to the standard Apple (Mac) menu bar at the top of the screen instead of the in-window menus that Processing uses.
2009-07-31 21:48:14 +00:00
20ebdc9d30
Spaces -> tabs in keywords.txt (should fix highlighting of bit related functions).
2009-07-14 22:07:37 +00:00
a81628675d
Removing applet/ directories from the examples.
2009-07-11 01:17:59 +00:00
29c339013a
Adding Tom's new examples.
2009-07-11 00:34:59 +00:00
8d73929f5d
Removing old examples so I can copy over Tom's new ones.
2009-07-11 00:33:27 +00:00
950d0d4c00
Switching theme colors and images to the old Arduino blue ones. On the plus side, the new theme setup should make it easier to have different colors in different releases (i.e. improve the color scheme).
2009-06-13 13:43:48 +00:00
c3c44d8ee1
Updating Windows build scripts and launch4j config and copying over relevant files (avr tools, drivers, dll's)
2009-06-07 16:00:05 +00:00
82c3d1fe16
Removing Processing information from the Info.plist; updating todo.
2009-06-07 11:57:38 +00:00
309358962a
Copying over the scripts for downloading the reference; updating the reference.
2009-06-07 11:48:06 +00:00
1f838c0ae0
Creating the Arduino .dmg template and modifying the Mac OS X dist.sh for Arduino.
2009-06-07 11:16:40 +00:00
60a3f29abf
Removing files for Processing's export to applet feature.
2009-06-02 16:13:08 +00:00
24b5abc79d
Replacing Processing's text files with Arduino's (e.g. todo.txt)
2009-06-01 21:06:59 +00:00
df4f1629c4
Making things more Arduino-like (cont...)
2009-06-01 17:10:56 +00:00
14778514ae
Re-configured compilation and integrated uploading. Added the Board and Serial port menus: these are currently shared across editor windows.
...
No longer using Library and LibraryManager. Instead the compiler finds the .c and .cpp files in the library paths (gotten from the Sketch via the Preprocessor and the Base's library table). This breaks libraries that have header files in sub-directories but use #include with no path names (as sub-directories of library directories are not on the include path). It will also cause problems with .c or .cpp files with the same name in different library utility folders or in a sketch or the target (core).
Now deriving the Target correctly from the selected item in the board menu.
2009-06-01 15:14:05 +00:00
2fa8deb92d
First integration of the Arduino code in Processing 5503: PreProcessor and Compiler have been integrated with changes to the Sketch.
...
Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch).
Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over.
Removing some of the antlr stuff.
Disabling the Commander (command-line execution) for now.
Added Library, LibraryManager, and Target.
Added support for prefixed preferences (e.g. for boards and programmers).
2009-06-01 08:32:11 +00:00
22ed6cdb73
Importing Processing rev. 5503 (1.0.3).
2009-05-31 15:53:33 +00:00