Commit Graph

292 Commits

Author SHA1 Message Date
David A. Mellis 1cfe2893d6 Now hiding and showing burn bootloader menu items instead of enabling and disabling them. 2007-08-06 14:08:25 +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 ec36805374 Removing parallel programming bootloader options, adding a upload.application preference to force use of uisp. Not flushing the serial port on bootloader burn. 2007-07-25 23:46:55 +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 30537b36b9 Avrdude isn't using cygwin, so it uses normal COM1 device names, not /dev/com1 2007-07-19 01:32:18 +00:00
David A. Mellis 3d1ebb5e64 Explicitly specifying intel hex to avrdude so it's not confused by paths with :'s in them from Windows drive letters 2007-07-19 00:27:29 +00:00
David A. Mellis 084b860e60 toggling DTR explicitly before upload (and adding setDTR to serial.java) 2007-07-19 00:26:08 +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 59be08d318 Adding NG and Diecimila hex files. 2007-07-19 00:00:10 +00:00
David A. Mellis 79e4b0be67 removing diecimila-specific bootloader 2007-07-18 23:41:37 +00:00
David A. Mellis 337bd37997 another avrdude 2007-07-18 23:18:46 +00:00
David A. Mellis d210c3b884 Adding preferences for the 168 bootloaders. 2007-07-18 22:18:17 +00:00
David A. Mellis d0c55e79c7 Modified bootloader burning: AvrdudeUploader now can burn bootloader with avrispmkii (but not parallel port), and the bootloader burning commands take a target. And the menu items are there, but wrong. 2007-07-18 22:17:35 +00:00
David A. Mellis f64b201e73 Sharing bootloader source for diecimila and ng. 2007-07-18 22:14:26 +00:00
David A. Mellis 4659e60810 One bootloader for the Diecimila and NG - just different makefile targets to pass in slightly different defines. 2007-07-18 22:11:27 +00:00
David A. Mellis 2e287ffb6a Now burning fuses too, adjusted to make avrdude happy (it needs 0's for unused fuses, where avr studio uses 1's). 2007-07-18 21:25:23 +00:00
David A. Mellis 0276117d36 Don't include a path to the avrdude config file on Linux, avrdude will know where it's config file is. 2007-07-18 14:55:54 +00:00
David A. Mellis 1a4dfa9d87 Fixing SoftwareSerial bug (call to printByte('0') instead of print('0')). 2007-07-16 15:52:01 +00:00
David A. Mellis 1a557fae0d Don't activate the pullup on pin 6. 2007-07-09 14:02:39 +00:00
David A. Mellis b2018df662 Increasing bootloader delay and timing out after a certain number of errors in received data. 2007-07-07 14:45:55 +00:00
Hans-Christoph Steiner 0761e779b0 I somehow checked in the Firmata library in the wrong place, so I am moving it to the right place (sorry all, I am just learning svn... :) 2007-07-01 11:21:02 +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 d0352ac988 Now passing config file path to avrdude. 2007-06-26 23:35:32 +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 9a09ad4c25 Updating comments. 2007-06-26 23:16:05 +00:00
David A. Mellis a31cf8372e Adding a main.cxx to the blank target. It still might not build properly, but this should help. 2007-06-26 23:08:45 +00:00
David A. Mellis cdd68870c5 Adding bootloader for the ATmega168 on the diecimila (with a shorter timeout for use with automatic reset capacitor). 2007-06-26 23:07:31 +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 1c0c0fe69b Factoring out uisp from the uploader in preparation for also allowing avrdude. 2007-06-21 22:24:57 +00:00
David A. Mellis ca84925df8 Adding debounce example; adding Max/MSP code to the communication examples. 2007-06-20 21:58:14 +00:00
David A. Mellis 91f22e2d96 Including readme.txt in the windows distribution (and converting it to dos newlines). 2007-05-17 19:52:07 +00:00
David A. Mellis d706245ea5 Added the Stepper motor library (and reference, and to the readme). 2007-05-17 17:34:48 +00:00
David A. Mellis fa585fd099 Moving Firmata (since it's not ready for release at the moment). 2007-05-09 15:05:47 +00:00
David A. Mellis dd9444a718 Activating pull-up resistors on the ATmega168 (in addition to the ATmega8). 2007-05-09 15:05:01 +00:00
David A. Mellis aa697966dc Updating readme with latest changes. 2007-05-04 22:05:53 +00:00
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 42db4942dd Adding EEPROM library examples. 2007-05-04 21:53:23 +00:00
David A. Mellis dd3a2c90e1 Updated the makefile to mirror new build system (with .a library and multiple wiring.c files). 2007-05-04 21:52:21 +00:00
David A. Mellis c3ca1380dd Adding a -lm to the end of the linker command line to fix a bug with sin(), atof(), etc. (Also removing some command line arguments that were ignored because they didn't come at the end of the command line.) Doesn't seem to make the basic LED blink sketch any bigger. 2007-05-04 19:12:07 +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 52a40bfac9 Removing duplicate copies of clock cycle macro functions from wiring_private.h. 2007-04-20 23:50:40 +00:00