aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/RNDISEthernet/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-0519-2645/+0
| | | | re-add old low level demos to a LowLevel subdirectory.
* Fix Doxygen errors in demos.Dean Camera2009-06-043-1/+3
|
* Commit of new class abstraction APIs for all device demos other than the ↵Dean Camera2009-06-0113-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 Camera2009-05-2222-0/+3391
to /Lib directories for a better directory structure.