David A. Mellis
|
65a3b611cc
|
Added Keyspan Windows drivers.
|
2005-11-28 19:28:52 +00:00 |
David A. Mellis
|
0837e89f15
|
Serial flushing now works (added Processing's Serial library as found in the
Wiring repository).
|
2005-11-28 14:04:07 +00:00 |
David A. Mellis
|
30999fdcfd
|
Reversed order of analog input pins. Added printNewline().
|
2005-11-28 13:31:08 +00:00 |
David A. Mellis
|
e8de19d110
|
Now flushing serial buffer before uploading code.
|
2005-11-28 12:51:44 +00:00 |
David A. Mellis
|
38ee1b7330
|
Commented out idle loop in timer (was giving problems under Linux) and added comments.
|
2005-11-23 00:28:35 +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
|
a3a4c44a90
|
Adding bootloader .hex file
|
2005-10-22 11:44:38 +00:00 |
Massimo Banzi
|
075ca43963
|
code cleanup, some strings were still saying processing
instead of arduino
|
2005-10-12 00:15:33 +00:00 |
Massimo Banzi
|
99f7e47868
|
code cleanup, some strings were still saying processing
instead of arduino
|
2005-10-12 00:14:17 +00:00 |
David A. Mellis
|
27daf9e8c5
|
Stopped appending /dev to linux serial port device names.
|
2005-10-08 15:40:52 +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
|
80cf383855
|
millis() now returns a new value every millisecond, instead of every second.
|
2005-10-08 08:46:13 +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
|
5a6bfcc12e
|
Added 115200 serial speed (for avrisp).
|
2005-10-04 09:36:43 +00:00 |
David A. Mellis
|
30d04e9894
|
Updated readme for version 0002.
|
2005-10-04 09:28:33 +00:00 |
David A. Mellis
|
a3986b7074
|
Removed build.bat; use the Makefile instead.
|
2005-10-04 09:12:20 +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 |
Massimo Banzi
|
c66cd2b978
|
Moved to version 2.
Added menu to select serial port speed, used when downloading code to
the processor (support for old style/new style bootloader)
|
2005-10-01 22:15:32 +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
|
11aca24b1f
|
Renamed delayMicro() to delayMicroseconds()
|
2005-09-27 14:39:03 +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
|
10b3f4fe08
|
Deleting old program.command in bootloader/ dir.
|
2005-09-24 17:49:38 +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
|
cf26421470
|
Added "Pre-Alpha" to version number.
|
2005-09-20 16:55:13 +00:00 |
David A. Mellis
|
a0fb7dcb78
|
Modifying to use avr binaries included in tools in dist.
|
2005-09-20 16:25:42 +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 A. Mellis
|
8b12b2adf4
|
Removed putch(0)'s from bootloader startup.
|
2005-09-20 15:20:17 +00:00 |
David A. Mellis
|
278d609ef2
|
Added delayMicro()
|
2005-09-20 13:47:51 +00:00 |
David A. Mellis
|
59adc64ba6
|
Added serialRead and serialAvailable.
|
2005-09-19 10:57:06 +00:00 |
Massimo Banzi
|
15ae9ab1b0
|
Added bootloader files and the programming commands
including the script which sets the correct fuses
currently working only on mac os x but easy to port
to windows/linux
|
2005-09-14 17:04:31 +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
|
3099c4f2de
|
Removed wiringlite from the prog.hex path for the downloader.
|
2005-09-09 23:51:14 +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
|
6f38cee6d4
|
Removed BConstants.h, incorporating needed functionality into wiring.h
|
2005-09-09 22:37:11 +00:00 |
David A. Mellis
|
0f0fbb9f2e
|
Addex RXTXcomm.jar to the classpath.
|
2005-09-09 16:03:09 +00:00 |
David Cuartielles
|
871dacd197
|
20050905 - DojoDave
Detected problems in how to deal with backslash in windows with CygWin, therefore the second type of makefile
|
2005-09-05 21:37:51 +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 |