Sign inSign up

scrlk/esp32-micropython

By scrlk

•Updated almost 7 years ago

Image for creating custom builds of MicroPython for ESP32

Image
1

924

scrlk/esp32-micropython repository overview

⁠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

Tag summary

Content type

Image

Digest

Size

608.9 MB

Last updated

almost 7 years ago

docker pull scrlk/esp32-micropython