fixup! enable atsamd51j19 fpu (#196) (#218)

wch-ch32v003
Vesim 2 months ago committed by GitHub
parent c30f71f33f
commit fca0bf2bff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,7 +73,7 @@ pub const cpus = struct {
pub const cortex_m4f = MicroZig.Cpu{ pub const cortex_m4f = MicroZig.Cpu{
.name = "ARM Cortex-M4F", .name = "ARM Cortex-M4F",
.root_source_file = .{ .path = build_root ++ "/src/cpus/cortex_m.zig" }, .root_source_file = .{ .cwd_relative = build_root ++ "/src/cpus/cortex_m.zig" },
.target = std.zig.CrossTarget{ .target = std.zig.CrossTarget{
.cpu_arch = .thumb, .cpu_arch = .thumb,
.cpu_model = .{ .explicit = &std.Target.arm.cpu.cortex_m4 }, .cpu_model = .{ .explicit = &std.Target.arm.cpu.cortex_m4 },

Loading…
Cancel
Save