aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-192-11/+11
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-192-7/+18
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-192-14/+14
* Fix broken MagStripe project.Dean Camera2009-06-182-18/+26
* Oops - restore deleted MissileLauncher project, fix all spelling errors for "...Dean Camera2009-06-188-1/+2960
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-188-2961/+2
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-163-15/+44
* Add MissleLauncher project to the /Projects/ makefile. Add missing MissleLaun...Dean Camera2009-06-162-0/+1489
* Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...Dean Camera2009-06-161-2/+2
* Added USB Missle Launcher project, submitted by Dave Fletcher.Dean Camera2009-06-166-0/+1445
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-152-1/+3
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-144-6/+8
* Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi...Dean Camera2009-06-051-1/+0
* Added multiple Report ID support to the HID class driver. Removed OUT endpoin...Dean Camera2009-06-052-5/+6
* Minor documentation page updates.Dean Camera2009-06-041-0/+36
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-023-4/+12
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-015-410/+100
* Moved out each demos' functionality library files (e.g. Ring Buffer library) ...Dean Camera2009-05-225-3/+4
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-224-7/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-183-19/+11
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-7/+7
* Renamed the the TotalHIDReports element of the HID descriptor structure in th...Dean Camera2009-05-072-2/+2
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-042-2/+2
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-2/+1
* Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...Dean Camera2009-04-222-1/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-28/+9
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-12/+12
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-202-52/+52
* Spell checked non-source documentation pages.Dean Camera2009-04-191-2/+2
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-4/+9
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-162-25/+18
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-013-7/+7
* Fixed MagStripe keyboard interface polling interval, increased to 4ms from 2m...Dean Camera2009-03-291-1/+1
* Fixed CDC demo not sending an empty packet after each transfer to prevent the...Dean Camera2009-03-231-13/+18
* Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean Camera2009-03-1916-4220/+47
* Fixed broken Magstripe project and TeensyHID bootloader.Dean Camera2009-03-174-6/+6
* Added extra output to makefiles to indicate the currently selected BOARD para...Dean Camera2009-03-162-15/+27
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-102-6/+17
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-094-5/+7
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-042-8/+10
* Makefiles and library modified to add a new F_CLOCK constant to give the unpr...Dean Camera2009-02-264-174/+80
* Moved all source to the trunk directory.Dean Camera2009-02-2326-0/+7809