mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
52589aca08
When building on linux/host compilers (e.g., GCC), the compiler may add padding depending on the size and order of the member types. This commit fixes the ordering or the StaticRingbuffer_t such that it matches the internal Ringbuffer_t. The "_Static_assert" is always enabled for all compilers. Note: Removed all usage configSUPPORT_STATIC_ALLOCATION preprocessor conditions as the macro is always set to 1. Closes https://github.com/espressif/esp-idf/issues/11726 |
||
---|---|---|
.. | ||
include/freertos | ||
test | ||
CMakeLists.txt | ||
Kconfig | ||
linker.lf | ||
ringbuf.c |