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

Hey! Chiming in as someone doing embedded Rust things: Just wanted to share particularly with respect to STM32 chips, which have an insane number of variants, SVD files that are...

I'm trying to play around with the synth project from the 2023 sycl conference and I'm getting a build error when trying to use the latest microzig version. I've made...

I created a [Google Doc](https://docs.google.com/spreadsheets/d/1ilo_q4Qu_hXvhlKXskjjVudeR-lz2zwig7RFBfjtiNU/edit?usp=sharing) which contains some overview of what features different MCUs have. Those who want to join can send me a message with their email on discord,...

This PR proposes the following changes: 1. Namespaces rearrangement in USB driver 2. New USB configuration API with descriptor templates (this simpify usb driver examples) 3. New USB example code...

This PR resolves issue: #204 . Details in issue description. CC: @r4gus

This is a self-reported bug for my recent code change in the USB driver that introduced chunked data (packet split). The current implementation allows for max of 2 packets of...

Ello, here is a done pipeline for the main zig tooling/library. It still needs the website stuff (will be working on that next). How things work and names and everything...

- Added GPIO configuration to SPI example - Updated terminology

I installed microzig as a dependency in my zig project using zig fetch {tarball from downloads.microzig.tech}, copypasted main.zig file from your examples folder for raspbery pi pico, copipasted build.zig file...