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

Changed the gen.zig to produce just enums instead of packed unions.

It seems that after the recent refactor, the USB CDC example stopped working. After a brief investigation, I noticed that the program freezes during the `usb_init_clk` call. To be more...

@mattnite sees reason to rework the build system once again. I think we're not in a perfect place yet, so that's reasonable. What are features we need and what are...

As the title is said, I have not found MCS-51 in Zig's target support, so I want to know if ZIG does not support it?

This is a common display driver. There's already some source code there, it's just not finished yet

driver framework

Right now, we don't support using vectored writes for the drivers. This should be allowed as it allows better zero-copy abstractions to be used.

driver framework

This needs some bigger refactorings, as the driver needs a 9-bit datagram device

driver framework

This is a common touch screen driver Datasheet: https://grobotronics.com/images/datasheets/xpt2046-datasheet.pdf

driver framework