hal: stm32f407: Added stm32f407 source file to the build configuration (#181)

wch-ch32v003
Jonathan Sönnerup 6 months ago committed by Matt Knight
parent 12ff1b76e4
commit 1ed0296bb7

@ -60,6 +60,9 @@ pub const chips = struct {
.json = .{ .cwd_relative = build_root ++ "/src/chips/STM32F407.json" }, .json = .{ .cwd_relative = build_root ++ "/src/chips/STM32F407.json" },
}, },
}, },
.hal = .{
.source_file = .{ .cwd_relative = build_root ++ "/src/hals/STM32F407.zig" },
},
}; };
pub const stm32f429zit6u = MicroZig.Target{ pub const stm32f429zit6u = MicroZig.Target{

Loading…
Cancel
Save