Commit Graph

178 Commits

Author SHA1 Message Date
David A. Mellis 7630c3a887 Adding Nano and Pro (8 MHz) to boards.txt file; updating Makefile for atmega168 bootloader based on Nathan's changes to allow for customizing of more parameters per-board; including Pro 8 MHz .hex compiled bootloader file; not updating the Diecimila or NG .hex files. 2008-08-16 01:56:41 +00:00
David A. Mellis 590a8251ab Upgrading to AVR MacPack 20080514, hacked to replace /usr/local/AVRMacPack-20080514 with `dirname $0`/.. for everything in bin/. avr-gcc 4 selected. 2008-07-12 16:59:48 +00:00
David A. Mellis 278872728a Adding ADXL3xx accelerometer example; minor comment changes. 2008-07-02 19:06:27 +00:00
David A. Mellis ac06b319b0 Adding LiquidCrystal library. 2008-04-19 03:31:36 +00:00
David A. Mellis 7d2a6a115f Fixing millis() overflow: changing millis() and the timer 0 overflow handler so that the millis count is updated in the interrupt, and so we don't need to do a conversion inside millis(). Updated to do list. 2008-04-18 21:56:14 +00:00
David A. Mellis ab644804ac Factored out print() and println() from HardwareSerial to a base class for sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list. 2008-04-18 18:39:02 +00:00
Hans-Christoph Steiner 154809dcee Since Windows and GNU/Linux use a script called 'dist.sh' to make the
package, it makes it easy to script the nightly auto-builds if Mac OS X has
a script called 'dist.sh' also.
2008-04-06 04:53:08 +00:00
Hans-Christoph Steiner 28f88a6b5c fixed script to create the .tgz and upload it 2008-04-06 04:34:45 +00:00
Hans-Christoph Steiner 057fbfe5b8 first stab at scripts to actually run the build 2008-04-06 04:08:54 +00:00
Hans-Christoph Steiner a0918ef02d first stab at scripts to set up the rsync repository for auto-builds 2008-04-05 22:58:55 +00:00
David A. Mellis f6e012eb32 Removing references to antlr preprocessor from the make.sh script, since we're not using it. 2008-03-28 21:55:57 +00:00
David A. Mellis ec426f2073 Updates to the readme and todo list. 2008-03-28 21:53:27 +00:00
David A. Mellis e4f147ad42 Removing non-FTDI drivers because they were confusing people. Will upload to the website somewhere. 2008-03-28 21:52:39 +00:00
David A. Mellis 85c8235947 Removing antlr stuff (some of it at least), since we're not using it (we weren't before either, but it was still being linked in). 2008-03-15 18:33:59 +00:00
David A. Mellis f4acc7d176 Updating to the latest versions of the Mac FTDI drivers. 2008-03-08 17:05:12 +00:00
David A. Mellis 7ffb4cd25d Cleaning up Mac build, adding Serial.println(unsigned int), adding #include <Sprite.h> to hello_matrix example. 2008-02-23 21:52:53 +00:00
David A. Mellis 249f16678e Improving the preprocessor and parallel programmer. 2008-02-20 02:27:23 +00:00
David A. Mellis 69b06eed07 Updating the build instructions. 2008-01-26 00:05:18 +00:00
David A. Mellis b33c8a093d New script for download the reference from Tom Pollard. Updated reference and readme and Makefile. 2008-01-22 22:10:55 +00:00
David A. Mellis 4cf1b4c1bb Fixing keywords.txt so that Find in Reference will work. Removing empty app/language directory. 2008-01-21 16:40:45 +00:00
David A. Mellis 3c43daaca8 Applying some Mac build / project patches by Wim Lewis. Simplifying Compiler.java. Removing the preprocessor since it's not actually used for anything. Bumping the version number to 0011. 2008-01-19 16:37:19 +00:00
David A. Mellis bd56d4ff28 Now allowing uploads using a programmer by setting the upload.using preference ("bootloader" for default behavior, or the name of a programmer prefix from the programmers.txt file). 2007-12-20 05:48:00 +00:00
David A. Mellis 0b0d07661e Adding blink without delay example. 2007-12-20 05:46:30 +00:00
David A. Mellis 05717a198c Adding analogReference() function - needs testing on an ATmega8 (but works on the ATmega 168). 2007-12-14 04:21:59 +00:00
David A. Mellis 444c2dee32 Adding map(), fixing radians() and degrees(), adding cast functions (int(x) instead of (int) x), adding interrupts() and noInterrupts(), etc. 2007-11-21 17:08:07 +00:00
David A. Mellis 08553c31d1 Updating avrdude under linux and make.sh. 2007-10-22 17:46:07 +00:00
David A. Mellis a79e3f10cc Updating reference and readme. 2007-10-12 01:53:58 +00:00
David A. Mellis af082d3042 Replaced avr tools with the ones from the Arduino 0009 vista release, but with the latest avrdude.exe and avrdude.conf 2007-10-12 01:01:18 +00:00
David A. Mellis 516e77dc80 Universal versions of rxtx jnilib and the Xcode project. 2007-10-09 22:37:11 +00:00
David A. Mellis fdb2a91b25 Replacing avrdude, since the old one relied on my install of readline. 2007-10-09 15:33:59 +00:00
David A. Mellis 346503588b Initial universal avr tools.zip, using binutils 2.16.1 and avr-gcc 4.0.2 (as in the PPC tools). 2007-10-08 17:47:26 +00:00
David A. Mellis 63280151de Switched to new burn bootloader menu system, dynamically generated from the programmers.txt file. 2007-10-07 18:39:14 +00:00
David A. Mellis 13df8fb11e Fixing up Windows make.sh and dist.sh to work with new hardware/ directory organization scheme. 2007-10-06 21:36:20 +00:00
David A. Mellis c78c1efe18 Now have uploading working with the Boards menu. Improved serial port error messages. 2007-10-06 20:26:45 +00:00
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 6b57917037 New Mac PPC tools with avrdude-5.4-arduino. 2007-08-15 18:03:34 +00:00
David A. Mellis 346552f284 Adding avrdude-5.4-arduino and copying bootloader168 into the linux distribution. 2007-08-06 23:49:37 +00:00
David A. Mellis 963fde6c90 Updating readme. 2007-08-06 16:16:19 +00:00
David A. Mellis e3cc10c825 Changing bootloader fuses to enable brown-out detection at 2.7 volts on the atmega168 (high fuse goes from 0xdf to 0xdd). 2007-07-25 23:48:36 +00:00
David A. Mellis 2383b4647c Adding Libusb Win32 0.1.12.1 bin directory with .inf and .cat files for the AVRISP mkII. 2007-07-25 23:07:45 +00:00
David A. Mellis 4ffaac9477 Never mind. The current source to avrdude can't build against libusb 0.10.1, so I guess we'll use 0.12.1 after all. 2007-07-25 22:38:41 +00:00
David A. Mellis 0d0cdc4fc3 Removing libusb0.dll version 0.12.1 to replace it with 0.10.1, the version that comes with the latest WinAVR (20070525) 2007-07-25 22:33:02 +00:00
David A. Mellis c08c0ab170 Now copying the bootloader168 makefile into the windows distribution. 2007-07-25 21:32:30 +00:00
David A. Mellis 6d7d52cf60 now copying bootloader168 into windows distribution. 2007-07-25 21:14:01 +00:00
David A. Mellis 11e8700643 New windows avrdude (linked against libusb) to support burning bootloader with avrisp mkii. Including libusb0.dll. 2007-07-25 19:26:56 +00:00
David A. Mellis 2f13d41119 spurious arduino.exe rebuild 2007-07-19 01:41:03 +00:00
David A. Mellis ac683d6e7a Adding avrdude and avrdude.conf (special arduino versions that twiddle dtr and use the real stk500 device signature command). 2007-07-19 01:34:42 +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