File tree Expand file tree Collapse file tree 5 files changed +307
-211
lines changed
axplat-aarch64-peripherals/src Expand file tree Collapse file tree 5 files changed +307
-211
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,7 @@ repository = "https://github.com/arceos-org/axplat_crates"
3939axcpu = " 0.2"
4040axplat = { version = " 0.3.0" , path = " ./axplat" }
4141axplat-macros = { version = " 0.1.0" , path = " ./axplat-macros" }
42- axplat-aarch64-peripherals = { version = " 0.3.0" , path = " platforms/axplat-aarch64-peripherals" }
42+ axplat-aarch64-peripherals = { version = " 0.3.0" , path = " platforms/axplat-aarch64-peripherals" }
43+
44+ [patch .crates-io ]
45+ axcpu ={ path = " /Users/debin/Desktop/Codes/arceos/arceos_arm/crates/axcpu" }
Original file line number Diff line number Diff line change 55extern crate log;
66
77pub mod generic_timer;
8-
98#[ cfg( feature = "irq" ) ]
109pub mod gic;
1110pub mod pl011;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.3.0"
44edition = " 2024"
55
66[features ]
7- irq = [" axplat/irq" ]
7+ irq = [" axplat/irq" , " axplat-aarch64-peripherals/irq " ]
88smp = [" axplat/smp" ]
99rtc = []
1010fp-simd = [" axcpu/fp-simd" ]
You can’t perform that action at this time.
0 commit comments