Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 476 Bytes

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