1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

658 Commits

Author SHA1 Message Date
ff0336a3b6 Moving libraries into arduino/ 2009-11-07 17:07:59 +00:00
ab1eb4aaa0 Moving things around. 2009-11-07 17:05:21 +00:00
9b7f1f91d5 Branching to implement support for third-party hardware. 2009-11-07 17:02:37 +00:00
c6b305357e Adding Arduino as ISP sketch (firmware) and programmers.txt entry. 2009-11-01 17:00:31 +00:00
294abd0419 No longer mangling microcontroller names before passing them to avrdude, as it seems to support the same ones as avr-gcc now. 2009-10-23 23:28:35 +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
6a15e01ff8 Passing the ARDUINO constant from the IDE to avr-gcc as a command line argument (so I don't forget to update the version in the .h file). 2009-10-23 23:04:03 +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
7f58e2213e Adding support for setting baud rate to use with a programmer. 2009-10-22 00:55:07 +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
e814744504 Enabling the Sketchbook and Examples menu on Mac OS X with native (screen) menu bar. Processing has these disabled because they often cause problems, but they seem to be working at the moment, so I'm leaving them in. 2009-09-26 16:48:46 +00:00
048143f3d5 Adding support for .S files in libraries and cores. Patches from René Bohne. 2009-09-25 19:31:01 +00:00
f2010ebd2b Fixing whitespace in Compiler.java. 2009-09-25 19:05:09 +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
240607a4a6 Holding shift when pressing run or upload buttons give verbose output.
The upload.verbose and build.verbose preferences are still respected.

You don't get verbose output with Command-Shift-R or Command-Shift-U, unlike Processing in which the shift modifier switches from Run to Present.  Mostly this is because I didn't think verbose output deserved its own menu items, and that's how Processing implements the other shortcut.

Holding shift while pressing upload doesn't show the compilation command lines.  This matches the functionality of the upload.verbose preference, but may imply that the upload button doesn't also compile the code.

Also, in Snow Leopard, the temp directory is in some crazy folder in /var.  Luckily, everything still seems to work okay.
2009-09-23 23:40:59 +00:00
3febe7ce42 Adding a serial monitor menu item and keyboard shortcut (control-shift-m / command-shift-m). 2009-09-23 22:59:55 +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
e884bb7ca8 Updating ARDUINO to 0018 (in wiring.h). 2009-09-13 17:57:17 +00:00
8f4b24492f Updating version to 0018. 2009-09-13 17:56:43 +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
f5ffd44e77 Undoing revision 628 because it broke analogRead() on analog inputs 8 to 15 of the Arduino Mega. 2009-08-23 20:59:47 +00:00
e0d0e22eda Removing obsolete wiring_serial.c from Makefile. Adding - to beginning of dependcy lines to avoid unnecessary warnings. 2009-08-16 10:21:16 +00:00
da353933e5 Moving the processing-5503 branch (used for Arduino 0017) into the trunk. 2009-08-15 14:48:42 +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
66c454f2e6 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:27 +00:00
5a3da0155c Checked and updated all LiquidCrystal examples 2009-08-05 14:41:24 +00:00
96c3621047 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:23 +00:00
e04a52b733 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:17 +00:00
ba362ebe72 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:14 +00:00
47f3f70851 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:11 +00:00
cb51697237 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:08 +00:00
fd51ab33b5 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:03 +00:00
15eaa600fb Checked and updated all LiquidCrystal examples 2009-08-05 14:40:55 +00:00
c7b70fce3a Updating linux build scripts, etc for Arduino 0017. 2009-08-03 20:57:46 +00:00
777e7cd30d Removing check for JDK (as opposed to JRE) in Base.java. This is because on Linux, it's tricky to automatically include tools.jar in the classpath (which is necessary for the Processing code to think that the JDK is present). (For example, Ubuntu doesn't set the JAVA_HOME variable.) As far as I know, Arduino doesn't actually need the JDK, but I could be wrong. 2009-08-03 20:53:31 +00:00
df1b7f787c Changed begin() in LiquidCrystal examples 2009-08-02 18:45:13 +00:00
afc4948495 Changed begin() in LiquidCrystal examples 2009-08-02 18:45:08 +00:00
69e25cef45 Changed begin() in LiquidCrystal examples 2009-08-02 18:45:04 +00:00
ced413c4d3 Changed begin() in LiquidCrystal examples 2009-08-02 18:44:59 +00:00
9c872e1fbf Changed begin() in LiquidCrystal examples 2009-08-02 18:44:54 +00:00
63c09f6495 Changed begin() in LiquidCrystal examples 2009-08-02 18:44:52 +00:00
59109d6322 Changed begin() in LiquidCrystal examples 2009-08-02 18:44:30 +00:00
21cc6be265 Changed begin() in LiquidCrystal examples 2009-08-02 18:41:40 +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