1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00
Commit Graph

4558 Commits

Author SHA1 Message Date
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
76527c7a9d Renaming core to targets. 2007-10-06 14:09:02 +00:00
df3a70d198 Moving firmwares into hardware. 2007-10-06 13:32:14 +00:00
884c3856c1 Moving bootloaders into the hardware/bootloaders directory. 2007-10-06 13:28:43 +00:00
7413c79c7d Moving libraries out from inside targets and creating bootloaders directory. 2007-10-06 13:04:46 +00:00
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
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
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
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
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
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
cc88e29e1e Updating version number and including math.h. 2007-09-23 16:06:28 +00:00
6b57917037 New Mac PPC tools with avrdude-5.4-arduino. 2007-08-15 18:03:34 +00:00
346552f284 Adding avrdude-5.4-arduino and copying bootloader168 into the linux distribution. 2007-08-06 23:49:37 +00:00
c52bf007bb In Linux, passing -C tools/avrdude.conf to avrdude. 2007-08-06 23:07:43 +00:00
963fde6c90 Updating readme. 2007-08-06 16:16:19 +00:00
1cfe2893d6 Now hiding and showing burn bootloader menu items instead of enabling and disabling them. 2007-08-06 14:08:25 +00:00
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
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
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
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
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
c08c0ab170 Now copying the bootloader168 makefile into the windows distribution. 2007-07-25 21:32:30 +00:00
6d7d52cf60 now copying bootloader168 into windows distribution. 2007-07-25 21:14:01 +00:00
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
2f13d41119 spurious arduino.exe rebuild 2007-07-19 01:41:03 +00:00
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
30537b36b9 Avrdude isn't using cygwin, so it uses normal COM1 device names, not /dev/com1 2007-07-19 01:32:18 +00:00
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
084b860e60 toggling DTR explicitly before upload (and adding setDTR to serial.java) 2007-07-19 00:26:08 +00:00
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
59be08d318 Adding NG and Diecimila hex files. 2007-07-19 00:00:10 +00:00
79e4b0be67 removing diecimila-specific bootloader 2007-07-18 23:41:37 +00:00
337bd37997 another avrdude 2007-07-18 23:18:46 +00:00
d210c3b884 Adding preferences for the 168 bootloaders. 2007-07-18 22:18:17 +00:00
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
f64b201e73 Sharing bootloader source for diecimila and ng. 2007-07-18 22:14:26 +00:00
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
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
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
1a4dfa9d87 Fixing SoftwareSerial bug (call to printByte('0') instead of print('0')). 2007-07-16 15:52:01 +00:00
1a557fae0d Don't activate the pullup on pin 6. 2007-07-09 14:02:39 +00:00
b2018df662 Increasing bootloader delay and timing out after a certain number of errors in received data. 2007-07-07 14:45:55 +00:00
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
f7b15c6a04 New avrdude: supports usb (libusb statically linked) and the ATmega168. 2007-06-27 00:32:21 +00:00
40eb8a0400 Statically linking avrdude to libusb (so users don't need libusb installed on their system). 2007-06-27 00:04:43 +00:00
d0352ac988 Now passing config file path to avrdude. 2007-06-26 23:35:32 +00:00
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
9a09ad4c25 Updating comments. 2007-06-26 23:16:05 +00:00
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