| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix clang build with nrf
|
|
|
|
- compile nrf with __STARTUP_CLEAR_BSS and link flag -nostartfiles
|
|
- switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm)
|
|
|
|
- allow to force nrfx version with CFG_TUD_NRF_NRFX_VERSION=1
|
|
|
|
|
|
|
|
|
|
Add SOF support for ST Synopsys port
|
|
Check for event queue overflow in usbd / dcd_event_handler
|
|
|
|
|
|
|
|
|
|
Enhance dcd rusb2, support ra2a1 pipe number scheme
|
|
|
|
Non-bus-powered MSP430 support.
|
|
|
|
|
|
|
|
FSDEV fix/cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- minor code format
|
|
|
|
|
|
|
|
|
|
enumerated yet, probably due to bsp/clock setup
|
|
|
|
|
|
This allows USB host functionality to call HID_REQ_CONTROL_GET_REPORT on the IN Endpoint, and read the report buffer in the callback.
|
|
|
|
|