| Age | Commit message (Collapse) | Author |
|
|
|
enumerates.
|
|
|
|
|
|
|
|
|
|
|
|
add tusb_inited(), better compatible with nrf SD
|
|
|
|
|
|
|
|
|
|
|
|
- Add macro NO_VTOR_CONFIG
- In Properties -> Debugger -> Debugger Options -> Start From Entry
Point Symbol, set to 'No.' This is because we should enter our
SoftDevice's ResetHandler(), not our applications. For more information,
see RK's comment below.
|
|
|
|
|
|
|
|
|
|
too low for some reason, TXFIFO EP0 used wrong bitmask.
|
|
|
|
|
|
automatically cleared like EPENA.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix incorrect prototypes, clean up.
|
|
|
|
(bug #1747966).
|
|
Remove txbuf in favor of fifo.
|
|
Fifo incurs a second copy into a USB buffer but this ensures the
correct USB buffer alignment. Some LPC chips require 64 byte
alignment that txbuf couldn't do.
|
|
Add MIDI support
|
|
|
|
|
|
|
|
It also introduces a txbuffer which copies data into it but passes
the buffer straight to the USB rather than another copy.
|
|
got undefined reference to `_start'
|
|
|
|
|
|
|