Skip to content

Latest commit

 

History

History

esp-develop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Docker image qemu (version esp-develop)

This is the qemu image used to simulate the esp32.


Features

  • installs xtensa-architecture capable qemu & dependencies

Makefile

  • 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

Image arguments

  • QEMU_VERSION
    • qemu version to use

See the Dockerfile or Makefile for more information