aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/TeensyHID
Commit message (Expand)AuthorAgeFilesLines
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-2/+2
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-1/+1
* Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...Dean Camera2009-04-221-1/+1
* 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
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-47/+47
* 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-161-7/+7
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-1/+1
* Fixed CDC demo not sending an empty packet after each transfer to prevent the...Dean Camera2009-03-231-11/+16
* Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean Camera2009-03-192-11/+29
* Fixed broken Magstripe project and TeensyHID bootloader.Dean Camera2009-03-171-2/+2
* Added extra output to makefiles to indicate the currently selected BOARD para...Dean Camera2009-03-161-8/+15
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...Dean Camera2009-03-111-1/+1
* 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-092-2/+3
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-041-32/+0
* Makefiles and library modified to add a new F_CLOCK constant to give the unpr...Dean Camera2009-02-261-4/+20
* Moved all source to the trunk directory.Dean Camera2009-02-237-0/+2775