.gitignore
CHANGELOG.md
LICENSE
README.md
action.yml
cibuildmp.toml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/actions/build-natmod/action.yml
.github/actions/build-usermod-armv7m/action.yml
.github/actions/build-usermod-esp32/action.yml
.github/actions/build-usermod-rp2040/action.yml
.github/actions/build-usermod-unix/action.yml
.github/actions/build-usermod-webassembly/action.yml
.github/actions/build-usermod-windows/action.yml
.github/actions/cibuildmp-matrix/action.yml
.github/actions/clone-micropython/action.yml
.github/actions/fetch-micropython/action.yml
.github/workflows/build-examples.yml
.github/workflows/publish.yml
docs/BACKLOG.md
examples/template/cibuildmp.toml
examples/template/natmod/Makefile
examples/template/natmod/template.c
examples/template/src/facade.py
examples/wasm2mpy/Makefile
examples/wasm2mpy/NOTICE
examples/wasm2mpy/cibuildmp.toml
examples/wasm2mpy/runtime/esp8266-rom.S
examples/wasm2mpy/runtime/libc.c
examples/wasm2mpy/runtime/runtime.c
examples/wasm2mpy/runtime/wasm-rt-impl-tableops.inc
examples/wasm2mpy/runtime/wasm-rt-impl.c
examples/wasm2mpy/runtime/wasm-rt-impl.h
examples/wasm2mpy/runtime/wasm-rt-mem-impl-helper.inc
examples/wasm2mpy/runtime/wasm-rt-mem-impl.c
examples/wasm2mpy/runtime/wasm-rt.h
examples/wasm2mpy/test/zig.wasm
src/cibuildmp/__init__.py
src/cibuildmp/__main__.py
src/cibuildmp/build.py
src/cibuildmp/cli.py
src/cibuildmp/options.py
src/cibuildmp/resources.py
src/cibuildmp/sources.py
src/cibuildmp/targets.py
src/cibuildmp/toolchains.py
src/cibuildmp.egg-info/PKG-INFO
src/cibuildmp.egg-info/SOURCES.txt
src/cibuildmp.egg-info/dependency_links.txt
src/cibuildmp.egg-info/entry_points.txt
src/cibuildmp.egg-info/requires.txt
src/cibuildmp.egg-info/scm_file_list.json
src/cibuildmp.egg-info/scm_version.json
src/cibuildmp.egg-info/top_level.txt
src/cibuildmp/resources/natmod.toml
tests/test_build.py
tests/test_cli.py
tests/test_options.py
tests/test_sources.py
tests/test_targets.py
tests/test_toolchains.py