Commit Graph

119 Commits

Author SHA1 Message Date
David A. Mellis cf5574707d Updated reference (includes Paul Badger's improvements and EEPROM library). 2007-05-04 21:57:18 +00:00
David A. Mellis 75fcecf417 Changing default microcontroller to atmega168 from atemga8. 2007-05-04 16:27:57 +00:00
David A. Mellis a587bc8a4a Updating examples. 2007-04-23 15:43:12 +00:00
David A. Mellis 46c7885bc6 Adding some missing keywords. 2007-04-20 23:19:08 +00:00
David A. Mellis 4f53ea6303 Updating fetch.sh and reference to include the EEPROM library documentation. 2007-03-04 18:06:00 +00:00
David A. Mellis 794d03264a Added missing keywords (attachInterrupt
detachInterrupt
Serial.flush <-- Serial is highlighted, flush is not
randomSeed
random)
2007-03-03 19:47:59 +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 f4471d2d04 Building the Arduino environment for Java 1.4. 2006-12-26 19:00:40 +00:00
David A. Mellis af20a36b6f Removed carriage returns from Windows dist.sh and updated readme.txt to mention Linux distribution. 2006-12-26 00:07:21 +00:00
David A. Mellis 8417a01218 Updating arduino and dist.sh scripts for Arduino instead of Processing. 2006-12-25 20:58:37 +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 fd3fa0744b Now grabbing SoftwareSerial reference explicitly. 2006-12-25 18:01:09 +00:00
David A. Mellis f723bfbe56 Updating reference and made custom modifications for 0007: no macosx_setup.command, no unzipping of Windows drivers, and pointing to 0007 downloads. 2006-12-25 17:36:23 +00:00
David A. Mellis 01fe209201 Unzipped Windows FTDI USB drivers, modified make.sh accordingly (and removed carriage returns). 2006-12-25 04:44:37 +00:00
David A. Mellis 625c7b185f Adding custom compiled uisp (with support for the ATmega168) to the linux dist/ directory. 2006-12-20 02:15:20 +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 daf909cc1a Removing unneeded RXTX native libraries. 2006-12-19 05:10:48 +00:00
David A. Mellis be9f13bb8e Modified make.sh to correctly grab the reference and examples. 2006-12-19 04:46:56 +00:00
David A. Mellis dceca6a39b Removing jikes check from Linux arduino script, since we don't actually need jikes. 2006-12-02 22:18:58 +00:00
David A. Mellis 65aa69e2e1 Updated fetch.sh to get the reference homepage for the current Arduino version and updated the reference .zip. 2006-12-02 16:59:51 +00:00
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 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 d85a21cdf4 Removing keyspan drivers so people don't install them by mistake (and because we don't need them). 2006-11-20 17:24:57 +00:00
David A. Mellis 0adf6d2dfa Updated reference and readme. 2006-10-21 20:41:09 +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 1d4f039f36 Renaming Mac tools.zip to tools-ppc.zip in preparation for parallel builds. 2006-10-06 17:50:50 +00:00
David A. Mellis 80084d5e86 Updating librxtxSerial.so in the build/linux/dist/lib dir. 2006-09-04 15:15:54 +00:00
David A. Mellis 22f516d978 Updating linux librxtxSerial.so to match the version of the rxtx .jar. 2006-09-03 17:28: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 0072df253c Updated reference and fixed Windows dist (examples and run.bat). 2006-08-30 22:15:50 +00:00
David A. Mellis 70b2be7831 Updated uisp to one which supports the atmega168. 2006-08-30 10:57:16 +00:00
David A. Mellis c8c797daec Updated Windows FTDI drivers. 2006-08-27 17:00:20 +00:00
David A. Mellis d124d2c24c Updated FTDI Mac drivers. 2006-08-27 16:52:40 +00:00
David A. Mellis 9190948f04 Adding intel mac version of the avr tools (though it's not yet used in the build process). 2006-08-27 15:20:52 +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 a3237d51fb Replaced uisp with a version that supports the atmega168 (thanks Massimo!) - still a PPC binary. 2006-08-27 09:32:21 +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 79b062a6cb Updated keywords.txt to include new Serial API keywords and pulseIn. 2006-04-26 17:03:19 +00:00
David A. Mellis 2fe450f74e Updated reference (w/ pulseIn, etc.) 2006-04-26 17:00:22 +00:00
David A. Mellis 53a6afd3f6 Cleaned up examples (new Serial lib, etc) 2006-04-26 16:57:14 +00:00
David A. Mellis 260c5d5ee1 Committing individual examples instead of one .zip 2006-04-26 11:09:43 +00:00
David A. Mellis b0c2c1b4a4 Updated examples to use new serial library. 2006-04-25 13:52:05 +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 22d4202112 adding cygwin dll's to windows dist/ 2006-03-27 13:49:24 +00:00