1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
1a600d67e2 Updating to avrdude 5.11 on Mac OS X.
http://code.google.com/p/arduino/issues/detail?id=606
2011-09-02 20:41:07 -04:00
867dee8245 Custom eeprom.h file to fix Mega 2560. 2010-12-23 18:00:01 -06:00
334147967a Removing unused Mac OS X dist files. 2010-05-10 01:18:50 +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
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
2e26a2d994 Syncing with Processing 1.0.9 (revision 5766). 2009-10-22 00:56:16 +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
d50988f991 New icons and about image by Thomas Glaser (envis precisely). 2009-07-31 21:59:53 +00:00
82c3d1fe16 Removing Processing information from the Info.plist; updating todo. 2009-06-07 11:57:38 +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