wch-ch32v003
Matt Knight 10 months ago
parent 6dcf11cd30
commit 93ddffbcbe

@ -17,7 +17,7 @@ pub const chips = struct {
.url = "https://www.microchip.com/en-us/product/ATSAMD51J19A", .url = "https://www.microchip.com/en-us/product/ATSAMD51J19A",
.cpu = .cortex_m4, .cpu = .cortex_m4,
.register_definition = .{ .register_definition = .{
.atdf = .{ .path = build_root ++ "src/chips/ATSAMD51J19A.atdf" }, .atdf = .{ .path = build_root ++ "/src/chips/ATSAMD51J19A.atdf" },
}, },
.memory_regions = &.{ .memory_regions = &.{
.{ .kind = .flash, .offset = 0x00004000, .length = 512 * 1024 }, // Embedded Flash .{ .kind = .flash, .offset = 0x00004000, .length = 512 * 1024 }, // Embedded Flash

Loading…
Cancel
Save