aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-044-4/+4
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-033-3/+6
* Update driver INF files - change manufacturer name from the original template...Dean Camera2010-01-291-1/+1
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-282-7/+7
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-253-3/+3
* Fixed DFU bootloader programming not discarding the correct number of filler ...Dean Camera2010-01-241-2/+2
* Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean Camera2010-01-152-25/+42
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-065-2524/+2837
* Update copyright year to 2010.Dean Camera2009-12-3018-35/+35
* Remove duplicate #include of <avr/wdt.h> in the TeensyHID bootloader.Dean Camera2009-12-281-2/+0
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2817-119/+119
* Added const where possible to the source functions in the Projects directory.Dean Camera2009-12-261-1/+1
* Fix TeensyHID bootloader - change vendor page in the descriptors to match the...Dean Camera2009-12-233-43/+4
* Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz.Dean Camera2009-12-211-1/+1
* Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean Camera2009-12-211-1/+1
* Correct TeensyHID bootloader descriptors to use the correct revision code for...Dean Camera2009-12-211-1/+1
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-206-3/+9
* Fixed TeensyHID bootloader not enumerating to the host correctly.Dean Camera2009-12-204-50/+45
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-2/+2
* Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean Camera2009-12-081-3/+3
* Add to the existing CDC Class Driver's CreateStream() function documentation ...Dean Camera2009-11-292-7/+3
* Minor code cleanups for clarity.Dean Camera2009-11-112-4/+3
* Spell check all source code variables, comments and strings.Dean Camera2009-11-095-5/+5
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-164-4/+4
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-124-89/+11
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-111-1/+0
* Application documentation/comment cleanup.Dean Camera2009-10-084-4/+2
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-081-2/+2
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-3011-1/+3399
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-2/+2
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-093-3/+0
* Add link to third-party signed version of the official FLIP DFU driver for 64...Dean Camera2009-09-072-3/+7
* Remove information about 64 bit Windows OS signing requirements for the CDC b...Dean Camera2009-09-071-5/+0
* Corrected incorrect signature bytes for the AT90USB82 and added support for t...Dean Camera2009-09-072-15/+26
* Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean Camera2009-09-064-20/+0
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-063-90/+180
* Added 64 bit OS driver installation instructions to the readme for all CDC ba...Dean Camera2009-09-061-28/+38
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-061-31/+82
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-1/+1
* 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