aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/USBtoSerial
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-286-42/+42
|
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-202-8/+8
|
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-1/+1
| | | | Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger.
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-7/+7
| | | | Fix project text files to refer to "project" instead of "demo".
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean Camera2009-11-251-6/+11
| | | | software UART code).
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-2/+2
|
* Add double banking property to LUFA powered projects in the Projects ↵Dean Camera2009-11-061-7/+10
| | | | directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.
* Use clearer buffer names in the USBtoSerial project to prevent confusion.Dean Camera2009-10-261-11/+11
|
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵Dean Camera2009-10-1810-0/+3274
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.