1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-22 11:52:14 +01:00

29 Commits

Author SHA1 Message Date
David A. Mellis
6541c74c6c Updating code for the new folder organization. This version should be able to compile and upload sketches, including libraries, but burning bootloaders won't work. 2007-10-06 14:27:42 +00:00
David A. Mellis
616d65d32a Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc. 2007-09-25 14:04:01 +00:00
David A. Mellis
cc88e29e1e Updating version number and including math.h. 2007-09-23 16:06:28 +00:00
David A. Mellis
963fde6c90 Updating readme. 2007-08-06 16:16:19 +00:00
David A. Mellis
b9569c389e Compiled stk500 signature reading avrdude into intel tools; update preferences and project for actual 168 bootloader location. 2007-07-19 00:14:02 +00:00
David A. Mellis
5360fa729d Initial version of the avrdude uploader (only supports uploading, not burning the bootloader). 2007-06-21 23:00:31 +00:00
David A. Mellis
6865e27b92 Removing macosx_setup.command since it's no longer needed, removing references to Windows and Linux files from Mac Xcode project. 2006-12-27 21:34:54 +00:00
David A. Mellis
4c08c0c249 Removing references to avrlib from the Xcode project file. 2006-12-25 18:01:45 +00:00
David A. Mellis
18951f0437 Removing avrlib (since it's not used), and switching to non-locking versions of RXTX for the Mac (separate PPC and Intel versions). Also, removed the __MACOSX file from tools-intel.zip. 2006-12-19 15:21:24 +00:00
David A. Mellis
e0dfa25d13 Updated fetch.sh script to download guide. Pointing menu to correct getting started howto for platform. 2006-11-20 18:27:37 +00:00
David A. Mellis
328ec9f8e3 Removing references to keyspan drivers from the Xcode project. 2006-11-20 17:45:13 +00:00
David A. Mellis
fc614696d0 Noise in the Mac Xcode project file. 2006-10-21 20:40:47 +00:00
David A. Mellis
ccc3f4856e Now compiling for Java 1.4 VMs using Java 1.4 source. 2006-10-15 16:32:32 +00:00
David A. Mellis
debec4e37f Invsisible changes to Xcode project. Boh. 2006-10-15 11:45:01 +00:00
David A. Mellis
6d0312411a Creating separate targets for PPC and intel avr-toolchains on the Mac. 2006-10-06 18:12:59 +00:00
David A. Mellis
d124d2c24c Updated FTDI Mac drivers. 2006-08-27 16:52:40 +00:00
David A. Mellis
4ba8ffb6ee Optimized size of core, fixed some warnings in libraries. 2006-07-09 12:39:27 +00:00
David A. Mellis
27a1bda094 Updating to latest rxtx version. 2006-04-26 17:10:31 +00:00
David A. Mellis
260c5d5ee1 Committing individual examples instead of one .zip 2006-04-26 11:09:43 +00:00
David A. Mellis
6d8544d613 Updated reference: including FAQ, environment, howto and new serial library API. 2006-04-14 11:55:06 +00:00
David A. Mellis
b5dde887ab Library system working: Import Library menu adds header files to sketch, linking is conditional based on #include's in sketch. 2006-03-26 22:16:55 +00:00
David A. Mellis
3ea01968d7 Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
David A. Mellis
575f4a2a99 In Xcode project, specified input and output files for setup script to avoid unncessary unzipping of unchanged files. 2006-03-21 00:16:04 +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
18fc6d6875 Updating to C++, new Mac avr tools, Windows to be updated. 2006-02-24 15:52:58 +00:00
David A. Mellis
9244ce7651 Now building Mac distribution with Xcode project; don't use dist.sh, it will delete the Xcode project and doesn't work properly. 2006-01-15 21:53:14 +00:00
David A. Mellis
46db115d8c Grabbing readme.txt with Xcode build, cleaned up menus, organized and updated release notes. 2006-01-15 20:53:52 +00:00
David A. Mellis
766b816864 Now unzipping reference in Xcode project when building. 2006-01-15 20:33:59 +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