wasm-micro-runtime/core/shared/platform/zephyr
mkolchurin b9db23b983
zephyr: Use zephyr sys_cache instead of CMSIS (#3162)
When running AOT code in Zephyr on STM32H743VIT6 without
CONFIG_CACHE_MANAGEMENT=y, a hard fault occurs, which leads to
SCB_CleanDCache().

It’s better to use the functions built into Zephyr.
2024-02-20 09:34:25 +08:00
..
platform_internal.h zephyr: Use zephyr sys_cache instead of CMSIS (#3162) 2024-02-20 09:34:25 +08:00
shared_platform.cmake re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +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