Initial commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-03-14 20:04:33 +02:00
committed by Lauri Võsandi
commit 2824b20d7d
3 changed files with 21 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM larsks/esp-open-sdk
RUN yum install -y libffi-devel
RUN git clone --depth 1 -b v1.18 https://github.com/micropython/micropython.git /src
WORKDIR /src/mpy-cross
RUN make
WORKDIR /src/ports/esp8266
RUN make submodules && make
CMD make && cp build-GENERIC/firmware-combined.bin /build/