Wenyong Huang d11743b8e2 Enable mpu stack for latest zephyr to enable app manager (#673) 4 سال پیش
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 سال پیش
android e4023c8e02 Implement AOT support for RISCV (#649) 4 سال پیش
common 586752735b Enable to build wamrc with custom llvm and fix some compile warnings (#672) 4 سال پیش
darwin e4023c8e02 Implement AOT support for RISCV (#649) 4 سال پیش
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) 5 سال پیش
include 15dd651539 Fix os_cond_timedwait and other issues for NuttX sim/macOS (#562) 4 سال پیش
linux e4023c8e02 Implement AOT support for RISCV (#649) 4 سال پیش
linux-sgx 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 سال پیش
nuttx 5d9597f064 platform/nuttx: Support riscv based chips (#648) 4 سال پیش
riot 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 سال پیش
rt-thread 6847e15f64 Fix failed in loading wasm byte-code if return NULL while size == 0 in os_malloc (#500) 5 سال پیش
vxworks a14a4487bb Re-org thread env init/destroy for HW bound check (#631) 4 سال پیش
windows a5ffd656fa Fix wasm-c-api trap message format issue (#644) 4 سال پیش
zephyr d11743b8e2 Enable mpu stack for latest zephyr to enable app manager (#673) 4 سال پیش
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 سال پیش

README.md

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.