aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete
Commit message (Expand)AuthorAgeFilesLines
* Update file contributor copyrights for 2012.Dean Camera2012-02-0414-14/+14
* Update file header copyrights for 2012.Dean Camera2012-02-0414-14/+14
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-021-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-234-5/+6
* Update the incomplete StandaloneProgrammer project to be compatible with the ...Dean Camera2011-11-092-61/+50
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean Camera2011-07-301-1/+1
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-2/+2
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-011-0/+2
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-2/+10
* Move the HIDReportViewer project into the normal Projects/ folder and out of ...Dean Camera2011-06-193-1083/+0
* Switch to using the standard printf() format specifiers in the HIDReportViewe...Dean Camera2011-06-192-20/+21
* Add new incomplete HIDReportViewer project.Dean Camera2011-06-163-0/+1082
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-2/+2
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-36/+36
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-231-3/+2
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-104-2/+5
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-061-5/+5
* Update projects using FatFS and PetiteFatFS to the latest library versions.Dean Camera2011-02-066-250/+543
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-303-4/+6
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-10/+6
* Update copyright year on all source files.Dean Camera2011-01-0114-28/+28
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-261-0/+2
* Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r...Dean Camera2010-12-241-0/+1
* Added new completed MIDIToneGenerator project.Dean Camera2010-12-035-1476/+0
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-263-5/+44
* Make the incomplete MIDIToneGenerator project work with up to three notes, us...Dean Camera2010-11-252-27/+61
* Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean Camera2010-11-245-0/+1442
* Fixed Benito project discarding incoming data from the USB virtual serial por...Dean Camera2010-11-231-1/+1
* 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-052-3/+3
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2814-14/+14
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-6/+6
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-245-6/+0
* Fix incomplete StandaloneProgrammer project code not compiling due to the rec...Dean Camera2010-10-132-3/+3
* Minor documentation corrections.Dean Camera2010-10-131-2/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1320-244/+263
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-1/+1
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-241-2/+2
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-3/+3
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Remove incomplete MIDIToneGenerator project.Dean Camera2010-09-135-1391/+0
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-092-24/+24
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-3/+3
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-244-18/+20
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-182-32/+69
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-092-7/+9