microzig icon indicating copy to clipboard operation
microzig copied to clipboard

Unified abstraction layer and HAL for several microcontrollers

Results 131 microzig issues
Sort by recently updated
recently updated
newest added

If I clone the repository and run `zig build`, zig-out folder isn't generated. Only zig-cache is. Tried with this compiler **zig-linux-x86_64-0.11.0-dev.2317+46b2f1f70**. I would expect for test programs to compile.

I think this may be a bug in regz, not microzig, or maybe whatever svd file that was used to generate the register definitions. afaik All Cortex devices have the...

A documentation page for this repo would be very helpful for new embedded programmers who want to get into embedded development with Zig. I would be very willing to aid...

Very roughly, the HAL needs to support 4 things: - [X] Registering callbacks in the vector table - [ ] Enabling interrupts - [ ] Masking event-types - [ ]...

This relies on the following libraries updating as well * mattnite/boxzer * mattnite/eggzon * mattnite/parser_toolkit * mattnite/zig-build-libxml2

I've been working on a Keyboard for a while based on the ATmega32U4 and would love to someday have the firmware written in Zig. @MasterQ32 I have: * Double checked...

https://github.com/ziglang/zig/pull/19719 replaced `ComptimeStringMap` with `StaticStringMap`.

https://github.com/ziglang/zig/pull/19719 replaced `ComptimeStringMap` with `StaticStringMap`.