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
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
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
David A. Mellis
0e57892467
Added Keyspan USB drivers; corrected burn.command's USB serial port.
2005-11-29 13:24:27 +00:00
David A. Mellis
6b17c6ec36
Add FTDI drivers to distribution (dist) and make.sh scripts in Windows and Mac OS X (FTDI drivers are built into Linux kernel >= 2.4)
2005-11-23 00:11:13 +00:00
David A. Mellis
482557ea01
Update Mac icon; replaced print() with printInteger(), printByte(), printString(), printHex(), printBinary(), printOctal(), and printIntegerInBase().
2005-10-04 09:03:02 +00:00
David A. Mellis
420dcfe697
Reduced bootloader to less than 1024 bytes (512 words); high fuse byte now 0xca instead of 0xc8; bootloader segment now starts at (byte 0x1C00 instead of 0x1800; word 0xE00 instead of 0xC00)
2005-09-28 15:20:06 +00:00
David A. Mellis
7fbb37cbe0
Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs.
2005-09-25 14:11:32 +00:00
David A. Mellis
b966e73e02
Examples now unzipped and distributed.
2005-09-20 17:55:27 +00:00
David A. Mellis
1790624743
Integrated bootloader into Mac and Windows dists. Burn scripts now in platform dirs; make.sh builds bootloader. Set baud rate back to 9600 for backwards compatibility.
2005-09-20 16:58:07 +00:00
David A. Mellis
31870a2323
Renamed to burn.
2005-09-20 16:24:01 +00:00
David A. Mellis
74621980f2
Moved to mac dist dir and changed to use avr binaries in tools.
2005-09-20 16:23:15 +00:00
David A. Mellis
98b5f8759a
Removed #include <BConstants.h>, updated version number, copy RXTX native lib into Mac distribution.
2005-09-09 23:42:35 +00:00
David A. Mellis
0f0fbb9f2e
Addex RXTXcomm.jar to the classpath.
2005-09-09 16:03:09 +00:00
Massimo Banzi
e58e88111c
updated Compiler
...
updated Compiler Editor and Downloader classes
so that now compilation works and error messages are
parsed (altough very crudely)
dist.sh now creates a dmg file on mac os x
mbanzi
2005-08-29 18:36:10 +00:00
David A. Mellis
6417eff01b
Removed CVS directories.
2005-08-26 01:37:45 +00:00
David A. Mellis
91b64b7f1a
Fixed up make.sh and dist.sh; removed some CVS junk.
2005-08-26 01:19:18 +00:00
David A. Mellis
9fc5aa63f6
Initial Arduino IDE based on Processing.
2005-08-25 21:06:28 +00:00