Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 19 | -2645/+0 |
| | | | | re-add old low level demos to a LowLevel subdirectory. | ||||
* | Fix Doxygen errors in demos. | Dean Camera | 2009-06-04 | 3 | -1/+3 |
| | |||||
* | Commit of new class abstraction APIs for all device demos other than the ↵ | Dean Camera | 2009-06-01 | 13 | -789/+41 |
| | | | | | | | | | | MIDI demo - not documented yet. Removed scheduler and memory allocation libraries. Added new EVENT_USB_StartOfFrame event in the library to indicate the start of each USB frame (when generated). Removed Tx interrupt from the USBtoSerial demo; now sends characters via polling to ensure more time for the Rx interrupt. | ||||
* | Moved out each demos' functionality library files (e.g. Ring Buffer library) ↵ | Dean Camera | 2009-05-22 | 22 | -0/+3391 |
to /Lib directories for a better directory structure. |