aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID/TeensyHID.c
Commit message (Expand)AuthorAgeFilesLines
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-121-157/+0
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-157/+157
* Fix TeensyHID bootloader for the largest AVRs - only the ATMEGA128x needs the...Dean Camera2010-05-071-3/+3
* Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re...Dean Camera2010-05-061-9/+12
* Oops - typo in the updated TeensyHID bootloader code when compiled for the no...Dean Camera2010-05-061-1/+5
* Fixed TeensyHID bootloader so that it works with the official TeensyLoader GU...Dean Camera2010-05-061-1/+1
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+3
* Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...Dean Camera2010-04-131-3/+0
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Fixed TeensyHID bootloader not enumerating to the host correctly.Dean Camera2009-12-201-40/+37
* 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
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+0
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-3/+3
* Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean Camera2009-07-311-1/+0
* 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