Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -1/+2 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -3/+3 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -95/+95 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Remove dependancies from the LowLevel demos to the ClassDriver demos, since ↵ | Dean Camera | 2009-11-08 | 1 | -1/+9 |
| | | | | the use of ClassDriver headers now outputs an error when NO_STREAM_CALLBACKS is used. | ||||
* | Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver ↵ | Dean Camera | 2009-10-08 | 1 | -9/+1 |
| | | | | | | demo. Make MouseHost and KeyboardHost ClassDriver demos use the HID Class driver's structures for the boot protocol Mouse/Keyboard report data, rather than rolling their own. | ||||
* | Renamed all library events to properly seperate out Device and Host mode ↵ | Dean Camera | 2009-08-05 | 1 | -5/+5 |
| | | | | | | | | events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events. Fixed incorrect Host state assignment in the incomplete BluetoothHost demo. | ||||
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration ↵ | Dean Camera | 2009-06-19 | 1 | -0/+1 |
| | | | | number within the device to fetch, to add support for multi-configuration devices. | ||||
* | Converted Host mode demos to schedulerless. Fixed host mode broken due to ↵ | Dean Camera | 2009-06-08 | 1 | -21/+19 |
| | | | | earlier Start-of-frame event experiments. | ||||
* | Copy existing Host mode demos to new ClassDriver and LowLevel subfolders. | Dean Camera | 2009-06-05 | 1 | -0/+96 |