aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete
Commit message (Expand)AuthorAgeFilesLines
* Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean Camera2012-04-092-2/+2
* Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean Camera2012-03-092-2/+2
* Update Doxygen documentation build scripts to fail if any warnings are genera...Dean Camera2012-03-092-2/+6
* Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean Camera2012-02-291-1/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-0416-16/+16
* Update file header copyrights for 2012.Dean Camera2012-02-0416-16/+16
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-022-2/+2
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-234-46/+49
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-212-2/+2
* Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to im...Dean Camera2011-08-162-20/+41
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-192-5/+5
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-441/+441
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-013-8/+12
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-202-4/+20
* Add missing SVN eol-style properties to source files to prevent mixed end-of-...Dean Camera2011-06-161-6/+10
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-102-20/+20
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-15/+15
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-212-14/+14
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-192-2/+10
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-5/+5
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-062-13/+13
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-303-4/+6
* Added new high level TWI packet read/write commands, altered behaviour of the...Dean Camera2011-01-131-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-106-90/+91
* Update copyright year on all source files.Dean Camera2011-01-0116-32/+32
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-221-2/+2
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-101-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-054-7/+7
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2816-16/+16
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1318-300/+316
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-304-7/+7
* Fix up incorrect version numbers in demo/project descriptors.Dean Camera2010-09-282-2/+2
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-242-4/+4
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-242-6/+6
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-152-4/+4
* Remove remaining void* descriptor casts in the projects and demos that were n...Dean Camera2010-08-292-6/+7
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-244-22/+25
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-20/+17
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-092-35/+18
* Add notification endpoint to the incomplete TMC demo.Dean Camera2010-08-093-5/+29
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-083-5/+17
* Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean Camera2010-08-035-15/+15
* Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean Camera2010-07-311-3/+3
* Spell check all source files once again to find any typos.Dean Camera2010-07-292-15/+15
* Add TMC header read and write functions, so that TMC data can now be exchange...Dean Camera2010-07-282-19/+63
* Move over message ID specific header data to unions inside the standard TMC h...Dean Camera2010-07-272-7/+36
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-263-42/+70
* Add comments to the currently completed portions of the incomplete Test and M...Dean Camera2010-07-261-1/+22
* Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...Dean Camera2010-07-262-45/+57
* Add stream callback flags and class specific control request handler code to ...Dean Camera2010-07-263-14/+163