update for cortex-ar API update
Some checks failed
ci / Check build (pull_request) Has been cancelled
ci / Check formatting (pull_request) Has been cancelled
ci / Check Documentation Build (pull_request) Has been cancelled
ci / Clippy (pull_request) Has been cancelled
ci / Check build (push) Has been cancelled
ci / Check formatting (push) Has been cancelled
ci / Check Documentation Build (push) Has been cancelled
ci / Clippy (push) Has been cancelled

This commit is contained in:
2025-07-16 18:29:24 +02:00
parent 602b8915e4
commit 699564d3ee
5 changed files with 4111 additions and 4111 deletions

View File

@@ -15,11 +15,11 @@ cortex-a-rt = { version = "0.1", optional = true, features = ["vfp-dp"] }
# cortex-ar = "0.2"
cortex-ar = { version = "0.2", path = "../../../Rust/cortex-ar/cortex-ar" }
arbitrary-int = "1.3"
zynq-mmu = { path = "../zynq-mmu", version = "0.1.0", default-features = false }
zynq-mmu = { path = "../zynq-mmu", version = "0.1.0" }
[features]
default = ["rt", "zynq-mmu/cortex-ar"]
tools = []
default = ["rt"]
tools = ["zynq-mmu/tools"]
rt = ["dep:cortex-a-rt"]
[[bin]]

View File

@@ -8,7 +8,7 @@ macro_rules! write_l1_section {
($writer:expr, $offset:expr, $attr:expr) => {
writeln!(
$writer,
"L1Section::new({:#010x}, {}).raw_value(),",
"L1Section::new_with_addr_and_attrs({:#010x}, {}),",
$offset, $attr
)
.unwrap();

File diff suppressed because it is too large Load Diff