| Age | Commit message (Collapse) | Author |
|
|
|
This commit makes it so that when setting the START_TRANS bit in the
SIE_CTRL register, along with some other bits, we first set all the
other bits, then wait some cycles, and then set the START_TRANS bit.
Doing so protects against a situation where the USB controller is
reading the register at the same time and gets an incorrect value.
This mirrors the procedure already applied to buffer control
registers.
|
|
|
|
|
|
MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add STM32L5 support - no OTG similar to some L4s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix cdc host enumeration issue when device does not support line request
|
|
|
|
|
|
MattMills/class_net_net_device_mac_address_shouldnt_be_consts
Update net_device.h to make MAC addresses not const.
|
|
Fix tmc488 bit order 1658
|
|
- CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN
- CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN
- fix missing mem section and align for host
|
|
|
|
|
|
|
|
Refactor hid host
|
|
tuh_itf_info_t
|
|
|
|
|
|
- previously CFG_TUH_HID is max number of interfaces per device which is
rather limited and consume more resources than needed.
- change hid host instance in API to index
|
|
|
|
|
|
|
|
UAC2: fix feedback EP buffer alignment.
|
|
|
|
|
|
|
|
|