ZigEmbeddedGroup / regz

Generate zig code from ATDF or SVD files for microcontrollers.
MIT License
82 stars 29 forks source link

don't generate system registers #96

Closed mattnite closed 1 year ago

mattnite commented 1 year ago

Fixes #91

Instead of having special logic for trying to generate correct registers for the CPU, we will define these peripherals in MicroZig as part of the cpu module.