espressif_tinyusb/src/host
Jeremiah McCarthy f8fbc0930b Add alternate bitfield padding option
Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which
substitutes bitfield variable " : 0" padding syntax with an unused
variable of size equal to the remaining number of bits.

This change resolves aligned access issues for some platforms.

Default behavior is original if the option is not explicitly enabled.
2021-02-16 10:43:52 -05:00
..
ehci Add alternate bitfield padding option 2021-02-16 10:43:52 -05:00
ohci Add alternate bitfield padding option 2021-02-16 10:43:52 -05:00
hcd.h add usbh_edpt_claim/release 2020-10-12 00:35:45 +07:00
hub.c get hub work more reliably 2020-11-02 08:46:24 +07:00
hub.h Add alternate bitfield padding option 2021-02-16 10:43:52 -05:00
usbh.c fix host build 2021-01-25 13:25:47 +07:00
usbh.h RP2040 support 2021-01-19 19:52:07 -06:00
usbh_control.c rework msc host 2020-10-13 00:07:51 +07:00
usbh_hcd.h remove legacy blocking usbh_control_xfer() 2020-11-02 09:19:34 +07:00