espressif_tinyusb/src
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
..
class Add alternate bitfield padding option 2021-02-16 10:43:52 -05:00
common Add alternate bitfield padding option 2021-02-16 10:43:52 -05:00
device Merge pull request #648 from hathach/rename-dfu-rt-to-runtime 2021-02-11 15:29:55 +07:00
host Add alternate bitfield padding option 2021-02-16 10:43:52 -05:00
osal add basic support for rt-thread 2021-02-08 20:46:49 +08:00
portable Fixes RP2040 buffer reallocation overrun problem (#642) 2021-02-12 08:16:46 +00:00
tusb.c have tusb_init() return true instead of TUSB_ERROR_NONE 2020-11-23 13:12:51 +07:00
tusb.h rename dfu_rt to dfu_runtime for easy reading 2021-02-11 12:05:22 +07:00
tusb_option.h Add alternate bitfield padding option 2021-02-16 10:43:52 -05:00