aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID
Commit message (Expand)AuthorAgeFilesLines
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-062-631/+710
* Update copyright year to 2010.Dean Camera2009-12-304-8/+8
* Remove duplicate #include of <avr/wdt.h> in the TeensyHID bootloader.Dean Camera2009-12-281-2/+0
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-284-28/+28
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-1/+1
* Fix TeensyHID bootloader - change vendor page in the descriptors to match the...Dean Camera2009-12-233-43/+4
* Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.Dean Camera2009-12-211-1/+1
* Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean Camera2009-12-211-1/+1
* Correct TeensyHID bootloader descriptors to use the correct revision code for...Dean Camera2009-12-211-1/+1
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-202-1/+3
* Fixed TeensyHID bootloader not enumerating to the host correctly.Dean Camera2009-12-204-50/+45
* Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean Camera2009-12-081-3/+3
* Minor code cleanups for clarity.Dean Camera2009-11-111-3/+2
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-1/+1
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+0
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-1/+0
* Add link to third-party signed version of the official FLIP DFU driver for 64...Dean Camera2009-09-071-1/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-29/+59
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-131-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-053-6/+6
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-022-2/+2
* Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean Camera2009-07-311-1/+0
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-19/+20
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-281-1/+1
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-281-0/+1
* Added new Benito project, a simple modified USB-to-Serial bridge for the prog...Dean Camera2009-07-231-1/+1
* Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...Dean Camera2009-07-231-1/+1
* Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...Dean Camera2009-07-212-11/+0
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-4/+2
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-2/+2
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-0/+7
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-4/+4
* Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them fro...Dean Camera2009-06-211-0/+1
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean Camera2009-06-211-2/+1
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-8/+8
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-5/+12
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-4/+0
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-161-1/+1
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-1/+1
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-092-13/+31
* Minor documentation page updates.Dean Camera2009-06-041-1/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-1/+0
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-223-5/+5
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-183-13/+7
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-6/+6
* 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/+2