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 and mattnite committed Apr 26, 2024
1 parent 12ff1b7 commit 1ed0296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bsp/stmicro/stm32/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,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 1ed0296

Please sign in to comment.