aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/USBtoSerial/USBtoSerial.c
Commit message (Collapse)AuthorAgeFilesLines
* Add demos/bootloaders/projects overview to the manual.Dean Camera2009-06-221-1/+1
|
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the ↵Dean Camera2009-06-201-1/+1
| | | | internal unique serial number as the device's serial number descriptor on supported AVR models.
* Error status LEDs shown when device endpoint configuration fails to complete.Dean Camera2009-06-081-13/+22
| | | | MIDI device demo no longer blocks if a note change event is sent while the endpoint is not ready.
* Converted device mode low-level demos to schedulerless.Dean Camera2009-06-071-65/+24
|
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+373
re-add old low level demos to a LowLevel subdirectory.