mirror of
https://github.com/ZigEmbeddedGroup/microzig.git
synced 2026-05-12 12:50:32 +00:00
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%
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 |
||
|---|---|---|
| .github/workflows | ||
| build-internals | ||
| core | ||
| design | ||
| drivers | ||
| examples | ||
| modules | ||
| port | ||
| scripts | ||
| sim/aviron | ||
| tools | ||
| website | ||
| .gitattributes | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| README.md | ||
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!