aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Incomplete
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add TMC device capabilities to the incomplete TMC demo.Dean Camera2010-07-233-2/+67
* Convert over internal pseudo-function macros to true inline functions for add...Dean Camera2010-07-221-12/+19
* Added start of a low level device Test and Measurement class demo (thanks to ...Dean Camera2010-07-226-1/+1235
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-2111-34/+37
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-63/+44
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-1/+1
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-0/+1
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-18/+6
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+2
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0813-2459/+2459
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1