ZigEmbeddedGroup / regz

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

Update to Zig 0.12.0-dev.1092+68ed78775 #113

Closed marnix closed 10 months ago

marnix commented 10 months ago

This updates xml.zig to build with Zig master, and it also switches to a libxml2 version that works with Zig master (from https://github.com/mitchellh/zig-build-libxml2/pull/1).

marnix commented 10 months ago

Still to do: After https://github.com/mitchellh/zig-build-libxml2/pull/1 has been merged, update the commit id in the .url for .libxml2 in build.zig.zon, to use the new zig-build-libxml2 main branch commit.

mattnite commented 10 months ago

Hey heads up we now just follow latest stable (0.11.0)

marnix commented 10 months ago

Hey heads up we now just follow latest stable (0.11.0)

Thanks! I learned the same thing just now on Discord. I'll close this PR.