blinky
This commit is contained in:
@@ -20,7 +20,7 @@ pub fn build(b: *std.Build) void {
|
||||
const cmsis_path = "/home/priec/programs/CMSIS";
|
||||
|
||||
// Generic CMSIS Core (for core_cm4.h)
|
||||
tiva_module.addIncludePath(.{ .cwd_relative = cmsis_path ++ "/CMSIS/Include" });
|
||||
tiva_module.addIncludePath(.{ .cwd_relative = cmsis_path ++ "/Include" });
|
||||
// TM4C Device Specific (for TM4C123GH6PM.h)
|
||||
tiva_module.addIncludePath(.{ .cwd_relative = cmsis_path ++ "/Device/TI/TM4C/Include" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user