wasm-micro-runtime/core/shared/platform
Daniel Mangum 314ecba388
Fix CMSIS import with Zephyr 3.4+ (#2744)
Fixes the import path for CMSIS in Zephyr versions > 3.4.

See https://github.com/zephyrproject-rtos/zephyr/pull/59855 for more
information.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
2023-11-10 11:43:48 +08:00
..
alios Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
android Fix compilation error on Android platform (#2594) 2023-09-26 16:13:12 +08:00
common Apply no_sanitize_address for clang compiler in several places (#2663) 2023-10-25 08:05:26 +08:00
cosmopolitan Add Cosmopolitan Libc Platform (#2598) 2023-10-04 21:55:37 +08:00
darwin Fix inverted WASM_DISABLE_WAKEUP_BLOCKING_OP checks (#2571) 2023-09-21 11:56:21 +08:00
ego Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2023-02-21 11:11:27 +08:00
esp-idf Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
freebsd Fix inverted WASM_DISABLE_WAKEUP_BLOCKING_OP checks (#2571) 2023-09-21 11:56:21 +08:00
include Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
linux Fix inverted WASM_DISABLE_WAKEUP_BLOCKING_OP checks (#2571) 2023-09-21 11:56:21 +08:00
linux-sgx Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
nuttx Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
riot Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
rt-thread Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
vxworks Add mutex initializer for wasm-c-api engine operations (#1656) 2022-10-31 11:48:07 +08:00
windows Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
zephyr Fix CMSIS import with Zephyr 3.4+ (#2744) 2023-11-10 11:43:48 +08:00
README.md re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00

This folder contains the platform abstract layer for multiple platforms. To support a new platform, you can simply create a new folder here and implement all the APIs defined in include folder.

Refer to port_wamr.md for how to port WAMR to a target platform.