Skip to content

Latest commit

 

History

History

v4.0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Docker image idf (version v4.0)

This is the idf image used to build the esp32 firmware.


Features

  • installs idf version v4.0 & 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

  • IDF_VERSION
    • idf version to use

See the Dockerfile or Makefile for more information