wasm-micro-runtime/core/shared/platform/zephyr
mkolchurin 88bfbcf89e
zephyr: include math only with minimal libc (#3177)
Use math functions only with `CONFIG_MINIMAL_LIBC=y`.

`CONFIG_PICOLIBC=y` or `CONFIG_NEWLIB_LIBC=y` provides math functions
that are used by wasm, and compilation fails when they are selected.

Signed-off-by: Maxim Kolchurin <maxim.kolchurin@gmail.com>
2024-02-23 11:24:51 +08:00
..
platform_internal.h zephyr: include math only with minimal libc (#3177) 2024-02-23 11:24:51 +08:00
shared_platform.cmake zephyr: include math only with minimal libc (#3177) 2024-02-23 11:24:51 +08:00
zephyr_platform.c zephyr: Use zephyr sys_cache instead of CMSIS (#3162) 2024-02-20 09:34:25 +08:00
zephyr_thread.c Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
zephyr_time.c Enhancements on wasm function execution time statistic (#2985) 2024-01-17 09:51:54 +08:00