Skip to content

ducksauz/esp-matter-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp-matter-dev

Dev Container for ESP Matter Workshop

There's a handy Makefile

make clean     - Remove untracked git files
make cleanall  - Like clean but also removes docker image
make build     - Build the tooling container
make run       - Run the tooling container

make run or the below command will run the container with /workspaces mounted to $PWD. You'll do your builds inside the container, but can use the editor of your choice in your host OS. You'll also access build artifacts from your host OS to flash them to the ESP32C6 boards.

docker run -it --mount type=bind,source="$(pwd)",target=/workspaces ducksauz/esp-matter-dev:latest

This container is also available at https://hub.docker.com/r/ducksauz/esp-matter-dev/tags

About

Dev Container for ESP Matter Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published