-
- Downloads
Commit of new class abstraction APIs for all device demos other than the MIDI...
Commit of new class abstraction APIs for all device demos other than the 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.
Showing
- Bootloaders/CDC/makefile 0 additions, 1 deletionBootloaders/CDC/makefile
- Bootloaders/DFU/makefile 0 additions, 1 deletionBootloaders/DFU/makefile
- Bootloaders/TeensyHID/makefile 0 additions, 1 deletionBootloaders/TeensyHID/makefile
- Demos/Device/AudioInput/AudioInput.c 45 additions, 143 deletionsDemos/Device/AudioInput/AudioInput.c
- Demos/Device/AudioInput/AudioInput.h 16 additions, 20 deletionsDemos/Device/AudioInput/AudioInput.h
- Demos/Device/AudioInput/makefile 1 addition, 2 deletionsDemos/Device/AudioInput/makefile
- Demos/Device/AudioOutput/AudioOutput.c 91 additions, 186 deletionsDemos/Device/AudioOutput/AudioOutput.c
- Demos/Device/AudioOutput/AudioOutput.h 15 additions, 18 deletionsDemos/Device/AudioOutput/AudioOutput.h
- Demos/Device/AudioOutput/makefile 2 additions, 3 deletionsDemos/Device/AudioOutput/makefile
- Demos/Device/CDC/CDC.c 67 additions, 250 deletionsDemos/Device/CDC/CDC.c
- Demos/Device/CDC/CDC.h 13 additions, 126 deletionsDemos/Device/CDC/CDC.h
- Demos/Device/CDC/Descriptors.h 4 additions, 18 deletionsDemos/Device/CDC/Descriptors.h
- Demos/Device/CDC/makefile 2 additions, 3 deletionsDemos/Device/CDC/makefile
- Demos/Device/DualCDC/Descriptors.h 3 additions, 17 deletionsDemos/Device/DualCDC/Descriptors.h
- Demos/Device/DualCDC/DualCDC.c 87 additions, 283 deletionsDemos/Device/DualCDC/DualCDC.c
- Demos/Device/DualCDC/DualCDC.h 13 additions, 62 deletionsDemos/Device/DualCDC/DualCDC.h
- Demos/Device/DualCDC/makefile 2 additions, 3 deletionsDemos/Device/DualCDC/makefile
- Demos/Device/GenericHID/Descriptors.h 4 additions, 28 deletionsDemos/Device/GenericHID/Descriptors.h
- Demos/Device/GenericHID/GenericHID.c 38 additions, 205 deletionsDemos/Device/GenericHID/GenericHID.c
- Demos/Device/GenericHID/GenericHID.h 15 additions, 25 deletionsDemos/Device/GenericHID/GenericHID.h
Loading
Please register or sign in to comment