2025-01-17 02:25:49 +02:00
|
|
|
[package]
|
|
|
|
name = "kernel-arch-riscv64"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
kernel-arch-interface.workspace = true
|
|
|
|
libk-mm-interface.workspace = true
|
|
|
|
memtables.workspace = true
|
|
|
|
device-api = { workspace = true, features = ["derive"] }
|
|
|
|
|
|
|
|
tock-registers.workspace = true
|
|
|
|
bitflags.workspace = true
|
|
|
|
static_assertions.workspace = true
|
2025-01-19 15:16:26 +02:00
|
|
|
log.workspace = true
|
2025-01-21 16:34:03 +02:00
|
|
|
cfg-if.workspace = true
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
riscv64_board_virt = []
|
|
|
|
riscv64_board_jh7110 = []
|
|
|
|
|
2025-01-17 02:25:49 +02:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|