Skip to content

Commit

Permalink
hal: stm32f407: Added stm32f407 source file to the build configuration (
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxet authored Apr 2, 2024
1 parent 096fda8 commit 2003404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions board-support/stmicro-stm32/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ pub const chips = struct {
.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{
Expand Down

0 comments on commit 2003404

Please sign in to comment.