| Age | Commit message (Collapse) | Author |
|
|
|
migrate license from BSD 3 clause to MIT
|
|
|
|
|
|
|
|
move lpcopen to its own repo (submodule)
|
|
|
|
add pca10056 to travis build
|
|
|
|
|
|
since nrf5x require the use of std startup. Add verbose mode to makefile
|
|
|
|
|
|
stm32f4 port (Cont)
|
|
|
|
ref: https://bugs.launchpad.net/gcc-arm-embedded/+bug/1747966
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|