ZigEmbeddedGroup / regz

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

Fix compilation with latest zig master #102

Closed kuon closed 1 year ago

kuon commented 1 year ago

This fixes naming changed in JSON in zig master (Uppercase to lowercase) and Parser.init memory option is now an enum.

Compiles with zig 0.11.0-dev.3138+87de8212ad