mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 01:25:08 +00:00
Bitfields in context structures do not have sufficient (if any) RAM payoff for the ROM complexity to manipulate them. Replace with plain uint8_t. On the smallest targets, the configuration options mean that there are 4 or fewer members anyway, so a bitfield saves no RAM compared to uint8_t. ROM saving will be further increased if the uint8_t members are at the start of the structure (when compiling for Thumb). Signed-off-by: Kevin Bracey <kevin.bracey@arm.com> |
||
---|---|---|
.. | ||
mbedtls | ||
tinycrypt | ||
.gitignore | ||
CMakeLists.txt |