| Commit message (Expand) | Author | Age | Files | Lines |
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 3 | -3/+3 |
* | Updated bootloaders to use the new main() function layout and remove any refe... | Dean Camera | 2009-06-09 | 6 | -57/+87 |
* | Finished CDC device class driver documentation. | Dean Camera | 2009-06-08 | 1 | -2/+4 |
* | Converted Host mode demos to schedulerless. Fixed host mode broken due to ear... | Dean Camera | 2009-06-08 | 2 | -4/+4 |
* | Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi... | Dean Camera | 2009-06-05 | 2 | -2/+0 |
* | Minor documentation page updates. | Dean Camera | 2009-06-04 | 3 | -3/+0 |
* | Commit of new class abstraction APIs for all device demos other than the MIDI... | Dean Camera | 2009-06-01 | 3 | -3/+0 |
* | Fix all device mode demos broken in the recent API changes. | Dean Camera | 2009-05-26 | 1 | -2/+2 |
* | Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc... | Dean Camera | 2009-05-22 | 9 | -15/+15 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 9 | -38/+22 |
* | Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv... | Dean Camera | 2009-05-17 | 3 | -14/+14 |
* | Renamed the the TotalHIDReports element of the HID descriptor structure in th... | Dean Camera | 2009-05-07 | 2 | -2/+2 |
* | Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems... | Dean Camera | 2009-05-04 | 6 | -6/+6 |
* | Fixed Endpoint_Write_Control_* functions writing more data than expected by t... | Dean Camera | 2009-05-02 | 3 | -3/+3 |
* | Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan... | Dean Camera | 2009-05-02 | 1 | -2/+2 |
* | Endpoint configuration is now refined to give better output when all configur... | Dean Camera | 2009-04-24 | 3 | -6/+6 |
* | Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea... | Dean Camera | 2009-04-23 | 2 | -3/+3 |
* | Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De... | Dean Camera | 2009-04-22 | 1 | -1/+1 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 3 | -16/+8 |
* | Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f... | Dean Camera | 2009-04-21 | 3 | -33/+33 |
* | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 5 | -176/+176 |
* | Spell checked non-source documentation pages. | Dean Camera | 2009-04-19 | 2 | -7/+7 |
* | More documentation changes for better module-level documentation rather than ... | Dean Camera | 2009-04-17 | 3 | -12/+27 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 3 | -66/+66 |
* | Added preprocessor checks and documentation to the bootloaders giving informa... | Dean Camera | 2009-04-07 | 4 | -4/+28 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 7 | -11/+11 |
* | Fixed CDC demo not sending an empty packet after each transfer to prevent the... | Dean Camera | 2009-03-23 | 3 | -33/+48 |
* | Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo. | Dean Camera | 2009-03-19 | 4 | -43/+104 |
* | Corrected CDC class bootloader to fix a few bugs, changed address counter to ... | Dean Camera | 2009-03-17 | 3 | -106/+111 |
* | Fixed broken Magstripe project and TeensyHID bootloader. | Dean Camera | 2009-03-17 | 1 | -2/+2 |
* | Added extra output to makefiles to indicate the currently selected BOARD para... | Dean Camera | 2009-03-16 | 3 | -32/+50 |
* | Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT... | Dean Camera | 2009-03-11 | 2 | -2/+2 |
* | Fixed incorrect/missing control status stage transfers on demos, bootloaders ... | Dean Camera | 2009-03-10 | 3 | -8/+16 |
* | Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma... | Dean Camera | 2009-03-09 | 6 | -6/+9 |
* | Altered DFU bootloader to use the signature byte constants located in the avr... | Dean Camera | 2009-03-09 | 3 | -37/+2 |
* | Updated makefiles to reflect new dfu-ee programming target invocations (suppl... | Dean Camera | 2009-03-04 | 3 | -97/+2 |
* | Makefiles and library modified to add a new F_CLOCK constant to give the unpr... | Dean Camera | 2009-02-26 | 5 | -15/+63 |
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 25 | -0/+9633 |