Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 1 | -74/+0 |
| | | | | re-add old low level demos to a LowLevel subdirectory. | ||||
* | Commit of new class abstraction APIs for all device demos other than the ↵ | Dean Camera | 2009-06-01 | 1 | -3/+1 |
| | | | | | | | | | | 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 | 1 | -0/+76 |
to /Lib directories for a better directory structure. |