aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/USBtoSerial
Commit message (Expand)AuthorAgeFilesLines
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-1/+1
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-222-10/+10
* Increased throughput of the USBtoSerial demo on systems that send multiple by...Dean Camera2010-03-161-2/+2
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* Update driver INF files - change manufacturer name from the original template...Dean Camera2010-01-291-1/+1
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-306-12/+12
* 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
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-7/+7
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-251-6/+11
* 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 director...Dean Camera2009-11-061-7/+10
* 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 CD...Dean Camera2009-10-1810-0/+3274