Skip to content

A Docker config to build micropython forks for ESP32.

License

Notifications You must be signed in to change notification settings

chriskuku/ESP32-MicroPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build of MicroPython for ESP32 in Docker

Simple one-line compiling

Put your custom modules (main.py etc.) in ./src and run

docker run -it -v ${pwd}:/mnt scrlk/esp32-micropython

or use docker-compose.yml in your project

Firmware will be compiled into ./build

Makefile parameters

Inside container: /micropython/build BOARD=TINYPICO PART_SRC=/mnt/partitions.csv

About

A Docker config to build micropython forks for ESP32.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 84.9%
  • Shell 15.1%