This is the qemu image used to simulate the esp32.
- installs xtensa-architecture capable qemu & dependencies
make help
- show Makefile options
make all
- build image & run container
make build
- build image
make run
- run container
make clean
- delete volumes
make distclean
- delete image
QEMU_VERSION
- qemu version to use
See the Dockerfile or Makefile for more information