aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-082-2/+8
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-301-1/+1
* Spell check all source files once again to find any typos.Dean Camera2010-07-296-76/+76
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-219-17/+37
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-1/+1
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-193-126/+84
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-182-2/+2
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-153-2/+4
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-152-36/+12
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-151-3/+2
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-122-2/+4
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-3/+3
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-022-0/+2
* More documentation fixes.Dean Camera2010-06-031-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0827-5448/+5448
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-072-2/+2
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-282-4/+4
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-284-0/+4
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-186-17/+17
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean Camera2010-03-241-1/+1
* Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d...Dean Camera2010-03-231-36/+12
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-235-0/+1430
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-222-6/+6
* Webserver project now uses the board LEDs to indicate the current IP configur...Dean Camera2010-03-091-2/+0
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-2/+2
* Moved initial completed version of the Webserver project out of the Projects/...Dean Camera2010-01-2533-9197/+0
* Neaten Webserver project code.Dean Camera2010-01-256-39/+17
* Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean Camera2010-01-252-2/+3
* Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean Camera2010-01-217-67/+240
* Added master mode hardware TWI driver.Dean Camera2010-01-191-5/+7
* Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean Camera2010-01-155-31/+31
* Started Webserver RNDIS host project.Dean Camera2010-01-1231-0/+9043
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-041-2/+4
* Update copyright year to 2010.Dean Camera2009-12-3019-37/+37
* Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper...Dean Camera2009-12-302-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2814-98/+98
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+1
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw...Dean Camera2009-11-252-2/+1
* Make the StandaloneProgrammer project seamlessly read out drive contents from...Dean Camera2009-11-245-12/+17
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-5/+1