Commit Graph

3580 Commits

Author SHA1 Message Date
David A. Mellis 9d13220743 Moved serial monitor baud rate from the Tools menu to the EditorStatus bar. No longer appending newline when pressing enter in the serial monitor edit field. 2006-10-15 13:48:45 +00:00
David A. Mellis 41d86d5a75 Added support for extra analog inputs and pwms on ATmega168. 2006-10-15 11:45:26 +00:00
David A. Mellis debec4e37f Invsisible changes to Xcode project. Boh. 2006-10-15 11:45:01 +00:00
David A. Mellis 20cd09bc4c Updating version to 0006. 2006-10-15 11:38:16 +00:00
David A. Mellis a113cb1880 Updates for releaes 0005 (a little late, whoops!) 2006-10-15 11:37:34 +00:00
David A. Mellis 9d62fdd479 Adding Wire (TWI/I2C) library from Wiring. Renamed TwoWire.cpp to Wire.cpp and Wire.h to Wire.cpp so that the #include in the sketch matches the name of the library. 2006-10-08 08:51:39 +00:00
David A. Mellis 6d0312411a Creating separate targets for PPC and intel avr-toolchains on the Mac. 2006-10-06 18:12:59 +00:00
David A. Mellis 1d4f039f36 Renaming Mac tools.zip to tools-ppc.zip in preparation for parallel builds. 2006-10-06 17:50:50 +00:00
David A. Mellis 28447e57a6 Adding instructions for chaning ARDUINO directory. 2006-10-05 22:47:55 +00:00
David A. Mellis cf1f17886f Adding a Makefile to build Arduino programs from the command line, so that (mostly Linux users) can use Arduino without the environment or installing Java. 2006-10-05 22:40:59 +00:00
David A. Mellis 80084d5e86 Updating librxtxSerial.so in the build/linux/dist/lib dir. 2006-09-04 15:15:54 +00:00
David A. Mellis 22f516d978 Updating linux librxtxSerial.so to match the version of the rxtx .jar. 2006-09-03 17:28:16 +00:00
David A. Mellis 05404c12a3 Adding build.verbose prefence to print compilation command lines. 2006-09-01 10:45:32 +00:00
David A. Mellis 2bf3756af1 Adding blank target for people who don't want to use the Arduino libraries. 2006-09-01 10:44:35 +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 a9af6dbd60 Disabling bootloader menu items when non-atmega8 selected. 2006-08-30 14:39:00 +00:00
David A. Mellis dfdd7f5c02 Removing Foo library. 2006-08-30 14:38:33 +00:00
David A. Mellis 7fe87fe724 Quick hack to allow bigger code on the atmega168 (if build.mcu == atmega168, the upload.maximum_size gets doubled). 2006-08-30 11:47:34 +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 d124d2c24c Updated FTDI Mac drivers. 2006-08-27 16:52:40 +00:00
David A. Mellis 9190948f04 Adding intel mac version of the avr tools (though it's not yet used in the build process). 2006-08-27 15:20:52 +00:00
David A. Mellis 702229b2ec Removed three .lst files since I don't think they should be there. 2006-08-27 09:46:12 +00:00
David A. Mellis fc1ca8a066 Appled Hans Steiner's patch to search for avr=tools in path on Linux (instead of requiring symlinks to the Arduino tools directory). Added an upload.verbose preference for dumping details of the upload process. 2006-08-27 09:45:28 +00:00
David A. Mellis 3dbf0d32b2 Added Microcontroller menu for choosing between atmega8 and atmega168. 2006-08-27 09:44:12 +00:00
David A. Mellis a3237d51fb Replaced uisp with a version that supports the atmega168 (thanks Massimo!) - still a PPC binary. 2006-08-27 09:32:21 +00:00
David A. Mellis 896194ff77 Got uart/usart serial communication working with the atmega168. Added some #define for the appropriate register and interrupt/signal names. 2006-08-26 11:35:39 +00:00
David A. Mellis 2f97a4b146 Got timer and pwm functions working with the ATmega168 (including pwm on pin 3); no longer relying on timer.c or timer.h from avrlib. 2006-08-26 09:56:40 +00:00
David A. Mellis 8b6864f3b8 Document random() functions and re-organizing readme.txt. 2006-08-13 09:59:31 +00:00
David A. Mellis cb676dfa2a Adding Wiring-compatible random(min) and random(min, max) functions (except operating on longs instead of floats). 2006-08-13 09:59:06 +00:00
David A. Mellis 4ba8ffb6ee Optimized size of core, fixed some warnings in libraries. 2006-07-09 12:39:27 +00:00
David A. Mellis 77ecc6476c Adding interface for serial communication from PC to Arduino board. 2006-07-08 10:43:47 +00:00
David A. Mellis f6f4fe59c5 Printing binary sketch size when compiling (in addition to when uploading). 2006-07-08 10:42:59 +00:00
David A. Mellis 73612d95e0 Commented out unused functions from timer.c to save space. 2006-07-04 22:08:35 +00:00
David A. Mellis e9113e0320 Reversed analog input pins on ASCII art diagram to correspond with current boards. 2006-07-04 22:08:11 +00:00
David A. Mellis b8923cfeee Fixed bug that sometimes uploaded old code versions. Now showing "compiling..." and "burning bootloader" messages. Up'ed version to 0005. 2006-07-04 18:57:47 +00:00
David A. Mellis f636b93381 Updated readme. 2006-04-26 17:56:38 +00:00
David A. Mellis 27a1bda094 Updating to latest rxtx version. 2006-04-26 17:10:31 +00:00
David A. Mellis 79b062a6cb Updated keywords.txt to include new Serial API keywords and pulseIn. 2006-04-26 17:03:19 +00:00
David A. Mellis 2fe450f74e Updated reference (w/ pulseIn, etc.) 2006-04-26 17:00:22 +00:00
David A. Mellis 53a6afd3f6 Cleaned up examples (new Serial lib, etc) 2006-04-26 16:57:14 +00:00
David A. Mellis 260c5d5ee1 Committing individual examples instead of one .zip 2006-04-26 11:09:43 +00:00
David A. Mellis 9dbfe53224 Correcting typo and order in help menu. 2006-04-26 11:04:21 +00:00
David A. Mellis b0c2c1b4a4 Updated examples to use new serial library. 2006-04-25 13:52:05 +00:00
David A. Mellis 6d8544d613 Updated reference: including FAQ, environment, howto and new serial library API. 2006-04-14 11:55:06 +00:00
David A. Mellis d43594f1dc wiring.h include avr/io.h and WProgram.h include stdlib.h and string.h 2006-04-14 11:53:56 +00:00
David A. Mellis e751b61d4d Updating wiring firmware to version 0006. 2006-04-14 11:09:32 +00:00
David A. Mellis fb34821d84 Libraries now support syntax coloring and are built on IDE startup. 2006-04-09 12:40:34 +00:00
David A. Mellis 56c86b6f67 Readding Matrix examples. 2006-04-09 12:38:38 +00:00
David A. Mellis b4c2fc9d9f Removing matrix examples temporarily. 2006-04-09 12:37:55 +00:00