Huang Qi b75224ce03 Using posix thread implementation for NuttX (#462) 5 лет назад
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 лет назад
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 5 лет назад
common 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 лет назад
darwin 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 лет назад
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) 5 лет назад
include 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 лет назад
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 лет назад
linux-sgx 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 лет назад
nuttx b75224ce03 Using posix thread implementation for NuttX (#462) 5 лет назад
riot 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 лет назад
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 лет назад
windows 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 лет назад
zephyr 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 лет назад
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.