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

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