1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
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