1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-18 17:42:23 +03:00
Commit Graph

37 Commits

Author SHA1 Message Date
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
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
af20a36b6f Removed carriage returns from Windows dist.sh and updated readme.txt to mention Linux distribution. 2006-12-26 00:07:21 +00:00
David A. Mellis
01fe209201 Unzipped Windows FTDI USB drivers, modified make.sh accordingly (and removed carriage returns). 2006-12-25 04:44:37 +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
0072df253c Updated reference and fixed Windows dist (examples and run.bat). 2006-08-30 22:15:50 +00:00
David A. Mellis
70b2be7831 Updated uisp to one which supports the atmega168. 2006-08-30 10:57:16 +00:00
David A. Mellis
c8c797daec Updated Windows FTDI drivers. 2006-08-27 17:00:20 +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
22d4202112 adding cygwin dll's to windows dist/ 2006-03-27 13:49:24 +00:00
David A. Mellis
52820102f5 Updated to new avr tools (from Wiring). Moved run.bat from shared/ to windows/ 2006-02-25 16:18:50 +00:00
David A. Mellis
c760d41fa6 Updated make.sh to grab run.bat and chmod it. 2006-02-12 16:57:15 +00:00
David A. Mellis
46d18917a3 Fixed java path in run.bat. 2006-02-12 16:19:52 +00:00
David A. Mellis
ed68d9bb36 Moved shared/run.bat to windows/dist/run.bat. 2006-02-12 16:14:50 +00:00
David A. Mellis
69692082ed Deleting run.bat from windows/dist in preparation for moving shared/run.bat there. 2006-02-12 16:14:28 +00:00
David A. Mellis
844a33a260 Fixed burn.bat and added burnpara.bat for parallel port programming. 2006-01-27 10:44:34 +00:00
David A. Mellis
a5855d6721 Extracting reference in windows build files: make.sh and dist.sh 2006-01-16 09:10:40 +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 Cuartielles
601dafd7b6 Added by D. Cuartielles, this file allows direct compilation with Dev-C++ 2006-01-03 14:07:28 +00:00
David A. Mellis
cc40bad667 Added giveio to windows drivers directory. 2006-01-01 13:50:50 +00:00
David A. Mellis
9e43fe9d4c Moved windows rxtxSerial.dll 2005-11-30 10:21:33 +00:00
David A. Mellis
309896ae38 Moving serial dlls to platform dirs. 2005-11-30 10:10:54 +00:00
David A. Mellis
724457be8c Removed unneeded launcher files (old icon and processing.exe) 2005-11-30 09:38:21 +00:00
David A. Mellis
168a7a1b07 Updated icons for Windows executable; removed unused tools that were used with Makefiles (e.g. gnumake, cp). 2005-11-29 13:20:57 +00:00
David A. Mellis
65a3b611cc Added Keyspan Windows drivers. 2005-11-28 19:28:52 +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
21fe7f0a83 Trying desperately to get the Windows build working. 2005-10-06 17:18:26 +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
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 Cuartielles
01e91e204e 2005-09-10 20:31:09 +00:00
David Cuartielles
8dd4fe9919 DojoDave - 20050905
Modified to compile and run the excutables in win32 from the originals by Mellis and Banzi
2005-09-05 21:33:14 +00:00
David Cuartielles
bd9367ac91 DojoDave - 20050905
Modifications to the launcher.cpp so that it will compile and start the Arduino application
2005-09-05 21:31:54 +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