The UUID library utilities require dynamic memory allocation for certain operations, but MINIMAL_LIBC provides no malloc heap by default. This causes test failures when UUID functions attempt to allocate memory. Add CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256 to provide a minimal heap arena sufficient for UUID operations which typically require small heap allocations. Signed-off-by: Mohamed Moawad <moawad@synopsys.com> |
||
|---|---|---|
| .. | ||
| acpi | ||
| c_lib | ||
| cbprintf_fp | ||
| cbprintf_package | ||
| cmsis_dsp | ||
| cmsis_nn | ||
| cobs | ||
| cpp | ||
| devicetree | ||
| fdtable | ||
| gui/lvgl | ||
| hash_function | ||
| hash_map | ||
| heap | ||
| heap_align | ||
| json | ||
| linear_range | ||
| lockfree | ||
| math/interpolation | ||
| mem_alloc | ||
| mem_blocks | ||
| mem_blocks_stats | ||
| min_heap | ||
| mpsc_pbuf | ||
| multi_heap | ||
| net_buf | ||
| newlib | ||
| notify | ||
| onoff | ||
| p4workq | ||
| ringbuffer | ||
| shared_multi_heap | ||
| smf | ||
| sprintf | ||
| spsc_pbuf | ||
| sys_util | ||
| timespec_util | ||
| uuid | ||