micropython/build-micropython-arm

Sponsored OSS

By micropython

Updated about 1 year ago

Build environment for the MicroPython ports using Arm-based microcontrollers

Image
Languages & frameworks
Integration & delivery
Internet of things
0

1.6K

micropython/build-micropython-arm repository overview

Build environment for Arm-based MicroPython ports

This is a build environment for the MicroPython ports based on Arm architecture.

Currently those ports include: mimxrt, nrf, renesas-ra, rp2, samd, stm32, teensy.

Dockerfile

FROM debian:bullseye-slim

RUN apt update && \
    apt install -y gcc-arm-none-eabi \
    build-essential \
    git \
    python3 \
    cmake

Tag summary

Content type

Image

Digest

sha256:0d80e3aaa

Size

909.4 MB

Last updated

about 1 year ago

docker pull micropython/build-micropython-arm:bookworm

This week's pulls

Pulls:

121

Last week