-
- Downloads
Rewritten event system to remove all macros, to make user code clearer.
Fixed incorrect ENDPOINT_EPNUM_MASK mask preventing endpoints above EP3 from being selected (thanks to Jonathan Oakley). Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code. Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code.
Showing
- Bootloaders/CDC/BootloaderCDC.c 3 additions, 3 deletionsBootloaders/CDC/BootloaderCDC.c
- Bootloaders/CDC/BootloaderCDC.h 4 additions, 10 deletionsBootloaders/CDC/BootloaderCDC.h
- Bootloaders/CDC/makefile 1 addition, 1 deletionBootloaders/CDC/makefile
- Bootloaders/DFU/BootloaderDFU.c 2 additions, 2 deletionsBootloaders/DFU/BootloaderDFU.c
- Bootloaders/DFU/BootloaderDFU.h 4 additions, 8 deletionsBootloaders/DFU/BootloaderDFU.h
- Bootloaders/DFU/makefile 1 addition, 1 deletionBootloaders/DFU/makefile
- Bootloaders/TeensyHID/TeensyHID.c 2 additions, 2 deletionsBootloaders/TeensyHID/TeensyHID.c
- Bootloaders/TeensyHID/TeensyHID.h 4 additions, 10 deletionsBootloaders/TeensyHID/TeensyHID.h
- Bootloaders/TeensyHID/makefile 1 addition, 1 deletionBootloaders/TeensyHID/makefile
- Demos/Device/AudioInput/AudioInput.c 4 additions, 4 deletionsDemos/Device/AudioInput/AudioInput.c
- Demos/Device/AudioInput/AudioInput.h 5 additions, 13 deletionsDemos/Device/AudioInput/AudioInput.h
- Demos/Device/AudioInput/makefile 1 addition, 1 deletionDemos/Device/AudioInput/makefile
- Demos/Device/AudioOutput/AudioOutput.c 4 additions, 4 deletionsDemos/Device/AudioOutput/AudioOutput.c
- Demos/Device/AudioOutput/AudioOutput.h 5 additions, 13 deletionsDemos/Device/AudioOutput/AudioOutput.h
- Demos/Device/AudioOutput/makefile 1 addition, 1 deletionDemos/Device/AudioOutput/makefile
- Demos/Device/CDC/CDC.c 4 additions, 4 deletionsDemos/Device/CDC/CDC.c
- Demos/Device/CDC/CDC.h 5 additions, 13 deletionsDemos/Device/CDC/CDC.h
- Demos/Device/CDC/makefile 1 addition, 1 deletionDemos/Device/CDC/makefile
- Demos/Device/DualCDC/DualCDC.c 4 additions, 4 deletionsDemos/Device/DualCDC/DualCDC.c
- Demos/Device/DualCDC/DualCDC.h 5 additions, 13 deletionsDemos/Device/DualCDC/DualCDC.h
Loading
Please register or sign in to comment