Wenyong Huang ec5ab8274d Fix zephyr sample build errors (#1757) 3 anni fa
..
boards a121e45a1e Simplify build setup for zephyr (#789) 4 anni fa
src ec5ab8274d Fix zephyr sample build errors (#1757) 3 anni fa
CMakeLists.txt ec5ab8274d Fix zephyr sample build errors (#1757) 3 anni fa
README_docker.md 936206f97b Update Zephyr document, add esp32c3 and particle_argon support(#920) 4 anni fa
build_and_run.sh d7a2888b18 Fix Windows compilation warnings (#1171) 3 anni fa
esp32_custom_linker.ld c6fc12b7b6 Add xtensa AOT support and fix build issue of alios (#223) 5 anni fa

README_docker.md

Build with Docker

To have a quicker start, a Docker container of the Zephyr setup can be generated.

Build Docker container

docker build --build-arg DOCKER_UID=$(id -u) . -t wamr-zephyr

Run Docker container to build images

Enter the docker container (maps the toplevel wasm-micro-runtime repo as volume):

docker run -ti -v $PWD/../../../..:/home/wamr/source --device=/dev/ttyUSB0 wamr-zephyr

Adopt the device or remove if not needed.

And then in the docker container:

./build_and_run.sh esp32c3