Skip to content

Commit cec408d

Browse files
committed
Add empty hal to atsam
1 parent d9fbecd commit cec408d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

port/microchip/atsam/build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub fn init(dep: *std.Build.Dependency) Self {
3737
.{ .name = "NVM_USER_ROW", .offset = 0x00804000, .length = 512, .access = .r }, // NVM User Row
3838
},
3939
},
40+
.hal = .{ .root_source_file = b.path("src/hal.zig") },
4041
};
4142

4243
return .{

port/microchip/atsam/src/hal.zig

Whitespace-only changes.

0 commit comments

Comments
 (0)