Commit Graph

79 Commits

Author SHA1 Message Date
David A. Mellis efc082b734 Changing project root in Mac OS X Xcode project to ../.. (that is, trunk/), so that the SCM tools in Xcode will work properly. 2009-03-03 10:46:23 +00:00
David A. Mellis 485e0f93b8 Updating to AVR MacPack 20081213. Includes avr-gcc 4.3.2 which should fix problem with functions called from interrupts. 2009-02-21 13:10:06 +00:00
David A. Mellis 4103fcdddb Removing crap __MACOSX file from the tools zip. 2008-11-11 14:10:48 +00:00
David A. Mellis d7cf2b4fdc Updating avrdude.conf to include the ATmega328 (as defined by ladyada). 2008-11-11 13:56:08 +00:00
David A. Mellis f2ab9c6ec9 Updated reference to include new libraries. 2008-09-07 11:54:26 +00:00
David A. Mellis c8aff1e34f Doc changes. 2008-08-23 17:24:08 +00:00
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
David A. Mellis ec426f2073 Updates to the readme and todo list. 2008-03-28 21:53:27 +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 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 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 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 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 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 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 337bd37997 another avrdude 2007-07-18 23:18:46 +00:00
David A. Mellis f7b15c6a04 New avrdude: supports usb (libusb statically linked) and the ATmega168. 2007-06-27 00:32:21 +00:00
David A. Mellis 40eb8a0400 Statically linking avrdude to libusb (so users don't need libusb installed on their system). 2007-06-27 00:04:43 +00:00
David A. Mellis 931f3f49f7 Upgrading a new version of avrdude (binary and config file) that supports the ATmega168 and has been modified to be able to burn via an AVRISPmkII over usb. 2007-06-26 23:31:27 +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 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 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 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