Home
last modified time | relevance | path

Searched refs:features (Results 1 – 19 of 19) sorted by relevance

/DragonOS/kernel/
H A DCargo.toml17 [features]
38 elf = { version = "=0.7.2", default-features = false }
47 num = { version = "=0.4.0", default-features = false }
49 …rrors.dragonos.org.cn/DragonOS-Community/num-traits.git", rev="1597c1c", default-features = false }
50 smoltcp = { version = "=0.11.0", default-features = false, features = ["log", "alloc", "socket-raw…
52 uefi = { version = "=0.26.0", features = ["alloc"] }
74 …t.mirrors.dragonos.org.cn/DragonOS-Community/riscv.git", rev = "4241a97", features = [ "s-mode" ] }
75 sbi-rt = { version = "=0.0.3", features = ["legacy"] }
85 features = ["spin_no_std"]
H A DMakefile12 export CARGO_ZBUILD=-Z build-std=core,alloc,compiler_builtins -Z build-std-features=compiler-builti…
30 RUSTFLAGS="$(RUSTFLAGS)" cargo clippy --all-features
/DragonOS/build-scripts/kernel_build/src/kconfig/
H A Dmod.rs26 let features = ConfigParser::parse_d_configs(&r); in build() localVariable
29 CargoHandler::emit_features(features.as_slice()); in build()
32 Self::make_compile_cfg(&features); in build()
37 fn make_compile_cfg(features: &Vec<Feature>) { in make_compile_cfg()
39 for f in features.iter() { in make_compile_cfg()
113 if let Some(features) = dcfg_table.get("module").unwrap().get("features") { in parse_d_config()
114 for f in features.as_array().unwrap().iter() { in parse_d_config()
/DragonOS/docs/kernel/configuration/
H A Dconfig.md48 [[module.features]]
59 - **[[module.features]]:** 当前模块下的feature
76 [[module.features]]
89 [[module.features]]
/DragonOS/user/apps/test-backlog/
H A DCargo.toml11 actix-web={ version = "3.0.0",default-features = false,features=["rust-tls"] }
H A DMakefile23 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) run --target $(RUST_TARGET) --features"rust-tls"
26 RUSTFLAGS=$(RUSTFLAGS) cargo $(TOOLCHAIN) build --target $(RUST_TARGET) --features"rust-tls"
/DragonOS/kernel/crates/unified-init/macros/
H A DCargo.toml14 syn = { version = "2.0.42", features = ["full"] }
15 uuid = { version = "0.8", features = ["v4"] }
/DragonOS/kernel/crates/kdepends/
H A DCargo.toml18 default-features = false
19 features = ["alloc", "static"]
/DragonOS/kernel/crates/system_error/
H A DCargo.toml10 …rrors.dragonos.org.cn/DragonOS-Community/num-traits.git", rev="1597c1c", default-features = false }
11 num = { version = "0.4.0", default-features = false }
/DragonOS/kernel/crates/intertrait/macros/
H A DCargo.toml17 syn = { version = "1.0", features = ["full"] }
19 uuid = { version = "0.8", features = ["v4"] }
/DragonOS/build-scripts/kernel_build/src/utils/
H A Dcargo_handler.rs54 pub fn emit_features(features: &[Feature]) { in emit_features()
55 for f in features.iter() { in emit_features()
/DragonOS/user/apps/test_tokio/
H A DCargo.toml7 tokio = { version = "1.25", features = [
/DragonOS/kernel/crates/rust-slabmalloc/
H A DCargo.toml6 [features]
/DragonOS/docs/introduction/
H A Dindex.rst21 features
/DragonOS/build-scripts/kernel_build/
H A DCargo.toml11 cc = { version = "1.0.83", features = ["parallel"] }
/DragonOS/kernel/.cargo/
H A Dconfig.toml3 # build-std-features = ["compiler-builtins-mem"]
/DragonOS/tools/debugging/logmonitor/
H A DCargo.toml12 clap = { version = "4.4.7", features = ["color", "error-context", "help", "std", "suggestions", "us…
/DragonOS/docs/community/code_contribution/
H A Dconventional-commit.md34 BREAKING CHANGE: use JavaScript features not available in Node 6.
/DragonOS/
H A DREADME_EN.md26 …nd in the future, we will strive to provide 100% compatibility with Linux, along with new features.
38 … and discuss them with the community members, working together to create new features for DragonOS.