| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- call dcd_event_xfer_complete() when enough bytes received
- add dcd_get_frame_number()
|
|
and out
|
|
|
|
|
|
|
|
|
|
STM32F4 Family Support
|
|
|
|
files otherwise. Update STM32F4-DISCOVERY demo and board.mk to reflect
changes.
|
|
|
|
Fixes #33: Remove invalid use of strncpy()
|
|
This was causing a stringop-truncation compiler warning in gcc 8 when
the #defined values being copied from were string literals.
`error: 'strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Werror=stringop-truncation]`
These fields aren't NUL terminated C strings, they are a fixed width buffer
that is supposed to be space (0x20) padded.
|
|
functions.
|
|
resetting (read only) and masking (no nested ints).
|
|
|
|
|
|
mscd: send scsi status before invoke read10/write10/scsi complete callback
|
|
|
|
Fix write protected MSC. The bits were flipped.
|
|
|
|
cable disconnect, and we don't use OTG right now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|