| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up project documentation files' overview tables, so that multiple items o... | Dean Camera | 2010-01-28 | 2 | -7/+7 |
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 3 | -3/+3 |
* | Fixed DFU bootloader programming not discarding the correct number of filler ... | Dean Camera | 2010-01-24 | 1 | -2/+2 |
* | Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers | Dean Camera | 2010-01-15 | 2 | -25/+42 |
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 5 | -2524/+2837 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 18 | -35/+35 |
* | Remove duplicate #include of <avr/wdt.h> in the TeensyHID bootloader. | Dean Camera | 2009-12-28 | 1 | -2/+0 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 17 | -119/+119 |
* | Added const where possible to the source functions in the Projects directory. | Dean Camera | 2009-12-26 | 1 | -1/+1 |
* | Fix TeensyHID bootloader - change vendor page in the descriptors to match the... | Dean Camera | 2009-12-23 | 3 | -43/+4 |
* | Ooops - TeensyHID bootloader makefile should use a 16MHz FCPU, not 8MHz. | Dean Camera | 2009-12-21 | 1 | -1/+1 |
* | Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL... | Dean Camera | 2009-12-21 | 1 | -1/+1 |
* | Correct TeensyHID bootloader descriptors to use the correct revision code for... | Dean Camera | 2009-12-21 | 1 | -1/+1 |
* | Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options. | Dean Camera | 2009-12-20 | 6 | -3/+9 |
* | Fixed TeensyHID bootloader not enumerating to the host correctly. | Dean Camera | 2009-12-20 | 4 | -50/+45 |
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ... | Dean Camera | 2009-12-09 | 1 | -2/+2 |
* | Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive... | Dean Camera | 2009-12-08 | 1 | -3/+3 |
* | Add to the existing CDC Class Driver's CreateStream() function documentation ... | Dean Camera | 2009-11-29 | 2 | -7/+3 |
* | Minor code cleanups for clarity. | Dean Camera | 2009-11-11 | 2 | -4/+3 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 5 | -5/+5 |
* | Fix invalid Event name rule in demo/project makefiles. | Dean Camera | 2009-10-16 | 4 | -4/+4 |
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 4 | -89/+11 |
* | Added stdio.h stream examples for the virtual CDC UART in the CDC host demos. | Dean Camera | 2009-10-11 | 1 | -1/+0 |
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 4 | -4/+2 |
* | Add new MIDIHost LowLevel demo application. | Dean Camera | 2009-10-08 | 1 | -2/+2 |
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for check... | Dean Camera | 2009-09-30 | 11 | -1/+3399 |
* | Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i... | Dean Camera | 2009-09-20 | 1 | -2/+2 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 3 | -3/+0 |
* | Add link to third-party signed version of the official FLIP DFU driver for 64... | Dean Camera | 2009-09-07 | 2 | -3/+7 |
* | Remove information about 64 bit Windows OS signing requirements for the CDC b... | Dean Camera | 2009-09-07 | 1 | -5/+0 |
* | Corrected incorrect signature bytes for the AT90USB82 and added support for t... | Dean Camera | 2009-09-07 | 2 | -15/+26 |
* | Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs. | Dean Camera | 2009-09-06 | 4 | -20/+0 |
* | Add in new invalid event hook check targets to project makefiles to produce c... | Dean Camera | 2009-09-06 | 3 | -90/+180 |
* | Added 64 bit OS driver installation instructions to the readme for all CDC ba... | Dean Camera | 2009-09-06 | 1 | -28/+38 |
* | Changed Still Image Host class driver to auto-fill TransactionID element of s... | Dean Camera | 2009-09-06 | 1 | -31/+82 |
* | Added beginnings of a new AVRISP-MKII clone project. | Dean Camera | 2009-08-17 | 1 | -1/+1 |
* | Added explicit attribute masks to the device mode demos' descriptors. | Dean Camera | 2009-08-13 | 2 | -4/+4 |
* | Fixed issue in USBtoSerial demos where the USART Rx line was not having its p... | Dean Camera | 2009-08-05 | 1 | -9/+9 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 7 | -18/+18 |
* | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi... | Dean Camera | 2009-08-02 | 6 | -6/+6 |
* | Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co... | Dean Camera | 2009-07-31 | 1 | -1/+0 |
* | Change project makefiles so that the current target settings and not just the... | Dean Camera | 2009-07-28 | 3 | -57/+60 |
* | Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an... | Dean Camera | 2009-07-28 | 3 | -3/+3 |
* | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t... | Dean Camera | 2009-07-28 | 3 | -0/+3 |
* | Added new Benito project, a simple modified USB-to-Serial bridge for the prog... | Dean Camera | 2009-07-23 | 1 | -1/+1 |
* | Ensure that the USB_DeviceState variable is properly set upon wakeup events, ... | Dean Camera | 2009-07-23 | 1 | -1/+1 |
* | Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun... | Dean Camera | 2009-07-21 | 2 | -11/+0 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 3 | -51/+81 |
* | Change Doxygen configuration files to not produce 4096 directories for the do... | Dean Camera | 2009-07-20 | 2 | -2/+2 |
* | Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR... | Dean Camera | 2009-07-16 | 3 | -6/+6 |