From 1ed0296bb755b39a5cc006fa416f15a03c928c41 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) --- bsp/stmicro/stm32/build.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/stmicro/stm32/build.zig b/bsp/stmicro/stm32/build.zig index 9afab90..8258479 100644 --- a/bsp/stmicro/stm32/build.zig +++ b/bsp/stmicro/stm32/build.zig @@ -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{