working zig on tiva tm4c
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const cmsis = @cImport({
|
||||
@cInclude("TM4C123GH6PM.h");
|
||||
});
|
||||
|
||||
pub fn main() noreturn {
|
||||
while (true) {}
|
||||
}
|
||||
|
||||
pub fn panic(_: []const u8, _: ?*@import("std").builtin.StackTrace, _: ?usize) noreturn {
|
||||
while (true) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user