MicroZig is a toolbox for building embedded applications in Zig. http://microzig.tech/
  • Zig 92.7%
  • C 4.1%
  • Linker Script 1.6%
  • Assembly 1.4%
  • CSS 0.1%
Find a file
mappoTrell 3edec7f593
fix spi for esp (#941)
change that clock_pin connects to the right signal (fspiclk instead of
spiclk)

fix the fifo_fill function so that the rest bytes when the length of the
message is not divisible by 4 get also transmitted
2026-04-30 12:55:02 -04:00
.github/workflows esp: RTOS optimizations (#898) 2026-02-10 10:30:28 +02:00
build-internals feat: add support for DFU and DfuSe tooling (#915) 2026-03-03 18:26:58 -05:00
core USB: Add clarifying comments. (#897) 2026-02-08 12:28:03 -08:00
design Moves some files out of core 2024-02-10 13:13:14 +01:00
drivers mlx90640 image support and example (#918) 2026-04-21 10:03:15 -07:00
examples mlx90640 image support and example (#918) 2026-04-21 10:03:15 -07:00
modules Add foundation-libc inttypes header content (#927) 2026-04-05 14:53:11 -04:00
port fix spi for esp (#941) 2026-04-30 12:55:02 -04:00
scripts - Moved scripts out of rpi examples folder (#711) 2025-10-20 11:00:59 -07:00
sim/aviron Flush the linter (#779) 2025-12-23 15:45:15 -08:00
tools feat: add support for DFU and DfuSe tooling (#915) 2026-03-03 18:26:58 -05:00
website website: fix typo (#904) 2026-02-13 08:37:23 -08:00
.gitattributes Aviron: Add tests for load instructions (#718) 2025-10-26 16:30:10 -07:00
.gitignore Add zig-pkg to .gitignore (#911) 2026-02-22 08:28:55 -08:00
build.zig feat: add support for DFU and DfuSe tooling (#915) 2026-03-03 18:26:58 -05:00
build.zig.zon feat: add support for DFU and DfuSe tooling (#915) 2026-03-03 18:26:58 -05:00
LICENSE updates for zig 0.12.0 2024-04-25 20:48:29 -07:00
README.md Zig 0.15.1 (#651) 2025-09-01 16:26:53 -07:00

MicroZig Logo

NOTE: This is in development; breaks in the API are bound to happen.

What version of Zig to use

Zig 0.15.1

Getting Started With MicroZig

Go to microzig.tech!