aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-132-4/+4
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-051-9/+9
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-057-18/+18
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-026-6/+6
* 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-283-57/+60
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-283-3/+3
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-283-0/+3
* 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-213-51/+81
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-202-2/+2
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-163-6/+6
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-133-0/+33
* Added incomplete PrinterHost demo application.Dean Camera2009-07-113-3/+3
* Added const modifiers to device mode class drivers.Dean Camera2009-06-284-9/+9
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-264-14/+14
* Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them fro...Dean Camera2009-06-213-0/+3
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean Camera2009-06-219-32/+74
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-193-23/+23
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-193-15/+35
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-183-12/+0
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-163-3/+3
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-153-3/+3
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-096-57/+87
* Finished CDC device class driver documentation.Dean Camera2009-06-081-2/+4
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-082-4/+4
* Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi...Dean Camera2009-06-052-2/+0
* Minor documentation page updates.Dean Camera2009-06-043-3/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-013-3/+0
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-2/+2
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-229-15/+15
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-189-38/+22
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-173-14/+14
* 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-046-6/+6
* Fixed Endpoint_Write_Control_* functions writing more data than expected by t...Dean Camera2009-05-023-3/+3
* Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan...Dean Camera2009-05-021-2/+2
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-243-6/+6
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-232-3/+3
* 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