Commit Graph

6369 Commits

Author SHA1 Message Date
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
David A. Mellis c2f27f227d Adding examples and keyword files to Sprite and Matrix libs. 2006-04-09 12:35:08 +00:00
David A. Mellis 22d4202112 adding cygwin dll's to windows dist/ 2006-03-27 13:49:24 +00:00
David A. Mellis b5dde887ab Library system working: Import Library menu adds header files to sketch, linking is conditional based on #include's in sketch. 2006-03-26 22:16:55 +00:00
David A. Mellis 3ea01968d7 Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
David A. Mellis 2de016c367 Now including the FAQ (but no images) in the reference. 2006-03-26 19:10:48 +00:00
David A. Mellis 650c2752c8 Serial.println() now sends '\r', '\n' (instead of just '\n') 2006-03-26 12:13:01 +00:00
David A. Mellis c4c8c95474 Commented the pulseIn function. 2006-03-24 14:47:11 +00:00
David A. Mellis 4f80fe1489 Added pulseIn function to measure pulse durations. 2006-03-24 14:09:54 +00:00
David A. Mellis c6d860ef00 Adding new C++ Serial lib from Nick/Wiring, but modified to use avrlib's uart.c and uart.h as low-level functions. 2006-03-23 14:16:00 +00:00
David A. Mellis 25c9111c9c Added parallel port bootloader burning menu item. 2006-03-21 19:52:11 +00:00
David A. Mellis 4061d17578 2006-03-21 19:46:13 +00:00