Skip to content

Commit

Permalink
Set up cpu module file
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Dec 22, 2024
1 parent 46164bd commit 0485f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions port/espressif/esp/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub fn init(dep: *std.Build.Dependency) Self {
.os_tag = .freestanding,
.abi = .eabi,
},
.cpu_module_file = b.path("src/cpus/espressif-riscv.zig"),
.register_definition = .{ .svd = b.path("src/chips/ESP32-C3.svd") },
.memory_regions = &.{
// external memory, ibus
Expand Down

0 comments on commit 0485f58

Please sign in to comment.