aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
Commit message (Expand)AuthorAgeFilesLines
* Added Dataflash operational checks and aborts to all projects using the Dataf...Dean Camera2012-03-091-0/+7
* Fix warnings and errors found by the new cppcheck provided static code analysis.Dean Camera2012-02-281-11/+8
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update the incomplete StandaloneProgrammer project to be compatible with the ...Dean Camera2011-11-091-1/+0
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-0/+1
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-1/+4
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fixed Benito project discarding incoming data from the USB virtual serial por...Dean Camera2010-11-231-1/+1
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Fix incomplete StandaloneProgrammer project code not compiling due to the rec...Dean Camera2010-10-131-2/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-10/+11
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-161/+161
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-251-1/+0
* Make the StandaloneProgrammer project seamlessly read out drive contents from...Dean Camera2009-11-241-0/+10
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-117/+34
* Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean Camera2009-11-201-1/+1
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-171-0/+234