14 projects
pymcu-avr-toolchain
Pre-built AVR-GCC 7.3.0 toolchain for PyMCU (avr-gcc, avr-as, avr-objcopy, avr-gdb, avr-libc)
pymcu-lib-dht
DHT11 / DHT22 / DHT21 temperature & humidity sensor driver for PyMCU
pymcu-micropython
MicroPython stdlib flavor for PyMCU
pymcu-circuitpython
CircuitPython-compatible stdlib layer for PyMCU (digitalio, analogio, busio, pwmio, neopixel, alarm, supervisor, time, microcontroller, board)
pymcu-stdlib
Standard Library for the PyMCU compiler
pymcu-sdk
Plugin SDK for PyMCU — abstract base classes for codegen backends and toolchain drivers
pymcu-compiler
Python-to-MCU compiler driver
pymcu-avr
AVR support for pymcu-compiler: codegen backend + toolchain driver
pymcu-arm
ARM (Cortex-M) support for pymcu-compiler: LLVM-IR codegen backend + LLVM toolchain driver
pymcu-lib-neopixel
WS2812 / NeoPixel addressable LED strips for PyMCU
pymcu-avr-toolchain-wasi
The AVR toolchain as WebAssembly: as, ld, objcopy, cc1 and cc1plus for wasm32-wasi, one wheel for every platform
pymcu-pic-toolchain
Vendored gputils assembler (gpasm) and device headers for the PyMCU PIC backend
pymcu-pic
PIC support for pymcu-compiler: codegen backend (PIC12/PIC14/PIC18) + gputils toolchain driver
pymcu-arm-toolchain
Vendored LLVM toolchain (opt/llc/llvm-mc/ld.lld/llvm-objcopy) for the PyMCU ARM backend