aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID/TeensyHID.c
Commit message (Expand)AuthorAgeFilesLines
* Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...Dean Camera2009-07-211-10/+0
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-4/+2
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-091-13/+27
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-2/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-2/+2
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-4/+4
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-7/+7
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-101-3/+1
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-091-2/+2
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+156