Update microzig (#12)

* update microzig

* fixed build.zig

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
wch-ch32v003
Matt Knight 1 year ago committed by GitHub
parent 433572081e
commit 01dfc9aa19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ pub fn build(b: *std.build.Builder) void {
.backing = .{ .board = @field(boards, decl.name) },
.optimize = optimize,
});
exe.install();
exe.installArtifact(b);
}
inline for (@typeInfo(chips).Struct.decls) |decl| {
@ -33,6 +33,6 @@ pub fn build(b: *std.build.Builder) void {
.backing = .{ .chip = @field(chips, decl.name) },
.optimize = optimize,
});
exe.install();
exe.installArtifact(b);
}
}

2
deps/microzig vendored

@ -1 +1 @@
Subproject commit 23482a6986252e0eeff54a04abc0aac8a08d25d7
Subproject commit ae6e619197f5db4be18a4b8cf7bf4d1bde9e7763
Loading…
Cancel
Save