1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-16 22:27:59 +03:00
Commit Graph

42 Commits

Author SHA1 Message Date
David Cuartielles
5af5eb38ff examples collected from various sources including workshops, forums, and personal websites. Still lacking examples from Tom Igoe and Jeff Grey 2006-01-02 21:41:50 +00:00
David A. Mellis
cc40bad667 Added giveio to windows drivers directory. 2006-01-01 13:50:50 +00:00
David A. Mellis
0a15403d7c Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files). 2005-12-06 11:08:25 +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
1178dc4d82 Updated build instructions; added Id keyword support to all files. 2005-11-29 13:42:50 +00:00
David A. Mellis
0e57892467 Added Keyspan USB drivers; corrected burn.command's USB serial port. 2005-11-29 13:24:27 +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
Massimo Banzi
f69597ba53 Modified colour combination to give a distinctive arduino look
icons and colour set contributed by aleph8nought
2005-10-08 14:56:18 +00:00
Massimo Banzi
cfb75853ea added new icons 2005-10-08 14:38:27 +00:00
David A. Mellis
a0ae74b1ff Working on linux dist. 2005-10-07 16:48:24 +00:00
David A. Mellis
f90ca24bf0 Trying to get linux build working with version 0002. 2005-10-07 16:25:59 +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
9e8cc277ea Corrected keywords file. 2005-10-05 13:14:51 +00:00
David A. Mellis
c7d2614a42 Changed default upload rate to 19200. 2005-10-05 09:19:52 +00:00
Massimo Banzi
3232387556 Created new about splash screen based on icons from tom igoe
updated default bootloader speed to 19200
2005-10-05 04:58:43 +00:00
David A. Mellis
3cb1f1f993 cvs -> svn 2005-10-04 09:11:55 +00:00
David A. Mellis
482557ea01 Update Mac icon; replaced print() with printInteger(), printByte(), printString(), printHex(), printBinary(), printOctal(), and printIntegerInBase(). 2005-10-04 09:03:02 +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
ea30b86069 Updated build instructions. 2005-09-21 20:35:36 +00:00
David A. Mellis
ae6b490b5e Now builds and runs on linux (but won't compile or upload programs); see notes in make.sh for setting up environment. 2005-09-21 20:34:06 +00:00
David A. Mellis
b966e73e02 Examples now unzipped and distributed. 2005-09-20 17:55:27 +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 A. Mellis
31870a2323 Renamed to burn. 2005-09-20 16:24:01 +00:00
David A. Mellis
74621980f2 Moved to mac dist dir and changed to use avr binaries in tools. 2005-09-20 16:23:15 +00:00
David Cuartielles
5432861f2a 2005-09-10 20:33:48 +00:00
David Cuartielles
01e91e204e 2005-09-10 20:31:09 +00:00
David A. Mellis
98b5f8759a Removed #include <BConstants.h>, updated version number, copy RXTX native lib into Mac distribution. 2005-09-09 23:42:35 +00:00
David A. Mellis
0f0fbb9f2e Addex RXTXcomm.jar to the classpath. 2005-09-09 16:03:09 +00:00
David Cuartielles
69a53d5353 20050905 - DojoDave
Detected problems with how to handle the backslash in windows with CygWin, therefore the second version of the makefile
2005-09-05 21:36:46 +00:00
David Cuartielles
e907decab6 20050905 - DojoDave
Ment to call the windows executable in case the paths don't correspond in the Java_Home directory
2005-09-05 21:34:58 +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 Cuartielles
10015412bd DojoDave - 20050905
New icons based on Massimo's originals made in Malmö
2005-09-05 21:30:38 +00:00
Massimo Banzi
e58e88111c updated Compiler
updated Compiler Editor and Downloader classes
so that now compilation works and error messages are
parsed (altough very crudely)
dist.sh now creates a dmg file on mac os x

mbanzi
2005-08-29 18:36:10 +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