From 2003404082d436e3dc0fd6f5fca64236bd71aaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20S=C3=B6nnerup?= Date: Wed, 3 Apr 2024 01:30:01 +0200 Subject: [PATCH] hal: stm32f407: Added stm32f407 source file to the build configuration (#181) --- board-support/stmicro-stm32/build.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board-support/stmicro-stm32/build.zig b/board-support/stmicro-stm32/build.zig index b843537c..c9a3d447 100644 --- a/board-support/stmicro-stm32/build.zig +++ b/board-support/stmicro-stm32/build.zig @@ -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{