sof/zephyr/lib
Andy Ross b2909e976d zephyr/alloc: Add newlib-style allocator stub for C++ builds
This is a weak stub for the Cadence libc's allocator (which is just a
newlib build).  It's traditionally been provided like this in SOF for
the benefit of C++ code where the standard library needs to link to a
working malloc() even if it will never call it.

Longer term this should be integrated as a working allocator, either
unified with the one here or in the Zephyr libc layer.  Zephyr already
provides a newlib-compatible _sbrk_r(), we just have to tell it to use
it when linking against Cadence libc.

Signed-off-by: Andy Ross <andyross@google.com>
2024-01-08 11:03:07 +02:00
..
alloc.c zephyr/alloc: Add newlib-style allocator stub for C++ builds 2024-01-08 11:03:07 +02:00
clk.c zephyr: cavs: use zephyr pm, clk and dma glue 2023-03-27 12:37:26 +03:00
cpu.c zephyr: cavs: add secondary core context save support 2023-11-09 11:17:43 +02:00
dma.c lnl: Lunarlake configuration 2023-05-24 18:52:53 +03:00
pm_runtime.c pm: policy: d0i3: wait for ipc ack before pg 2023-05-25 14:45:42 +03:00
regions_mm.c west.yml: update zephyr to 3.5.0-rc1 2023-10-03 09:55:47 +03:00