Krisztian ea063cdf5b Improve zephyr's networking code (#4839) il y a 22 heures
..
alios d7afa4c0cf Enable -Wdouble-promotion by default and fix related warnings (#4603) il y a 5 mois
android 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
common 25c5d575a1 fix warning sign-compare and macro-redefined on Zephyr platform (#4668) il y a 4 mois
cosmopolitan 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
darwin 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) il y a 3 ans
esp-idf 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
freebsd 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
include 2a337c4710 Fix compilation error when MSVC is not set to C11 standard (#4588) il y a 2 semaines
linux 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
linux-sgx 49ac85472d Fix memory grow on SGX platform (#4651) il y a 4 mois
nuttx 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
riot d7afa4c0cf Enable -Wdouble-promotion by default and fix related warnings (#4603) il y a 5 mois
rt-thread 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
vxworks 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
windows 0b97d0cb14 Merge dev/zephyr_file_socket into main (#4347) il y a 6 mois
zephyr ea063cdf5b Improve zephyr's networking code (#4839) il y a 22 heures
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) il y a 6 ans

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.