aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
...
* 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-223-16/+8
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-213-33/+33
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-205-176/+176
* Spell checked non-source documentation pages.Dean Camera2009-04-192-7/+7
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-173-12/+27
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-163-66/+66
* Added preprocessor checks and documentation to the bootloaders giving informa...Dean Camera2009-04-074-4/+28
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-017-11/+11
* Fixed CDC demo not sending an empty packet after each transfer to prevent the...Dean Camera2009-03-233-33/+48
* Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean Camera2009-03-194-43/+104
* Corrected CDC class bootloader to fix a few bugs, changed address counter to ...Dean Camera2009-03-173-106/+111
* 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-163-32/+50
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...Dean Camera2009-03-112-2/+2
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-103-8/+16
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-096-6/+9
* Altered DFU bootloader to use the signature byte constants located in the avr...Dean Camera2009-03-093-37/+2
* Updated makefiles to reflect new dfu-ee programming target invocations (suppl...Dean Camera2009-03-043-97/+2
* Makefiles and library modified to add a new F_CLOCK constant to give the unpr...Dean Camera2009-02-265-15/+63
* Moved all source to the trunk directory.Dean Camera2009-02-2325-0/+9633