|
|
пре 3 година | |
|---|---|---|
| .. | ||
| boards | пре 4 година | |
| src | пре 3 година | |
| CMakeLists.txt | пре 3 година | |
| README_docker.md | пре 4 година | |
| build_and_run.sh | пре 4 година | |
| esp32_custom_linker.ld | пре 6 година | |
To have a quicker start, a Docker container of the Zephyr setup can be generated.
docker build --build-arg DOCKER_UID=$(id -u) . -t wamr-zephyr
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