Commit Graph

1730 Commits

Author SHA1 Message Date
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 bd460db6ab Fixing some warnings. 2007-11-21 14:55:09 +00:00
David A. Mellis a867e033f5 Adding #include to Matrix examples. 2007-11-04 18:18:28 +00:00
David A. Mellis 033cba6bd9 On Linux, explicitly pointing to included avrdude (instead of just using the path). 2007-10-22 17:47:05 +00:00
David A. Mellis 08553c31d1 Updating avrdude under linux and make.sh. 2007-10-22 17:46:07 +00:00
David A. Mellis cddfce7409 adding LGPL (a bit late, whoops). 2007-10-12 01:58:48 +00:00
David A. Mellis a79e3f10cc Updating reference and readme. 2007-10-12 01:53:58 +00:00
David A. Mellis 4619052393 Added BT board and separated Mini from NG. 2007-10-12 01:38:57 +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 0148c904c6 Adding LilyPad bootloader and adding LilyPad to board definition file. 2007-10-09 22:46:09 +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 fa175a1cd5 Removed code for the old burn bootloader method. 2007-10-07 19:36:19 +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 adeff81ceb Not forcing avrdude to continue on the wrong chip (removing -F command line argument), and improving (I hope) some of the error messages by trapping avrdude messages and displaying custom messages in the EditorStatus. 2007-10-06 22:12:43 +00:00
David A. Mellis 0204d39044 Adding funky \\.\ prefix to serial port names on Windows to support ports COM10 and higher. 2007-10-06 21:44:57 +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 09cb46c4fb Explicitly re-enabling the Serial Port menu if we add something to it when refreshing it. Otherwise, on Windows it stays disabled even though it's no longer empty. 2007-10-06 21:15: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 1f35dce6a8 Initial boards file. 2007-10-06 15:41:08 +00:00
David A. Mellis 97aafe935a Moving hardware/targets to hardware/cores. 2007-10-06 14:47:50 +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 76527c7a9d Renaming core to targets. 2007-10-06 14:09:02 +00:00
David A. Mellis df3a70d198 Moving firmwares into hardware. 2007-10-06 13:32:14 +00:00
David A. Mellis 884c3856c1 Moving bootloaders into the hardware/bootloaders directory. 2007-10-06 13:28:43 +00:00
David A. Mellis 7413c79c7d Moving libraries out from inside targets and creating bootloaders directory. 2007-10-06 13:04:46 +00:00
David A. Mellis db1f041ce1 Moving things around - creating the hardware directory and sticking all the avr code, etc. in there. 2007-10-06 13:02:43 +00:00
David A. Mellis 907b2a6bcb Updating delayMicroseconds() to work on an 8 MHz clock as well as a 16 MHz one. 2007-09-25 15:55:13 +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
Hans-Christoph Steiner 413b439974 Checked in latest from pure-data.sourceforge.net CVS, which includes the
beginnings of ripping the guts out of the firmware to create a Firmata library.
2007-09-25 04:15:49 +00:00
Hans-Christoph Steiner d3d63dd1b0 Updates from Dave Mellis so it builds on Arduino > 0007. This version is what
was released in Pduino-0.3.1.zip.
2007-09-25 04:05:35 +00:00
Hans-Christoph Steiner fd167055ce Set up directory for firmwares, including Firmata-based firmwares, and added
revision 1.29 of Pd_firmware.pde as Standard_Firmata.pde.  This version was
known to work, but does not compile on Arduino > 0007.
2007-09-25 04:04:05 +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 c52bf007bb In Linux, passing -C tools/avrdude.conf to avrdude. 2007-08-06 23:07:43 +00:00
David A. Mellis 963fde6c90 Updating readme. 2007-08-06 16:16:19 +00:00
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