Home
last modified time | relevance | path

Searched refs:riscv64 (Results 1 – 17 of 17) sorted by relevance

/DADK/dadk-config/src/common/
H A Dtarget_arch.rs14 pub const EXPECTED: [&'static str; 3] = ["x86_64", "riscv64", "aarch64"];
23 "riscv64" => Ok(TargetArch::RiscV64),
34 TargetArch::RiscV64 => "riscv64", in into()
91 let riscv64 = TargetArch::try_from("riscv64").unwrap(); in test_try_from_valid()
92 assert_eq!(riscv64, TargetArch::RiscV64); in test_try_from_valid()
110 let riscv64: &str = TargetArch::RiscV64.into(); in test_into_str()
111 assert_eq!(riscv64, "riscv64"); in test_into_str()
119 let riscv64 in test_into_string()
93 let riscv64 = TargetArch::try_from("riscv64").unwrap(); test_try_from_valid() localVariable
109 let riscv64: &str = TargetArch::RiscV64.into(); test_into_str() localVariable
118 let riscv64: String = TargetArch::RiscV64.into(); test_into_string() localVariable
129 let riscv64: TargetArch = serde_json::from_str(json_riscv64).unwrap(); test_deserialize_valid() localVariable
146 let riscv64 = TargetArch::RiscV64; test_serialize() localVariable
[all...]
H A Dtarget_arch.rs14 pub const EXPECTED: [&'static str; 3] = ["x86_64", "riscv64", "aarch64"];
23 "riscv64" => Ok(TargetArch::RiscV64), in try_from()
34 TargetArch::RiscV64 => "riscv64", in from()
91 let riscv64 = TargetArch::try_from("riscv64").unwrap();
92 assert_eq!(riscv64, TargetArch::RiscV64);
110 let riscv64: &str = TargetArch::RiscV64.into(); in test_into_string()
111 assert_eq!(riscv64, "riscv64"); in test_into_string()
119 let riscv64 in test_deserialize_valid()
88 let riscv64 = TargetArch::try_from("riscv64").unwrap(); test_try_from_valid() localVariable
104 let riscv64: &str = TargetArch::RiscV64.into(); test_into_str() localVariable
113 let riscv64: String = TargetArch::RiscV64.into(); test_into_string() localVariable
124 let riscv64: TargetArch = serde_json::from_str(json_riscv64).unwrap(); test_deserialize_valid() localVariable
141 let riscv64 = TargetArch::RiscV64; test_serialize() localVariable
[all...]
H A Dtarget_arch.rs91 let riscv64 = TargetArch::try_from("riscv64").unwrap(); in test_try_from_valid() localVariable
92 assert_eq!(riscv64, TargetArch::RiscV64); in test_try_from_valid()
110 let riscv64: &str = TargetArch::RiscV64.into(); in test_into_str() localVariable
111 assert_eq!(riscv64, "riscv64"); in test_into_str()
119 let riscv64: String = TargetArch::RiscV64.into(); in test_into_string() localVariable
120 assert_eq!(riscv64, "riscv64"); in test_into_string()
130 let riscv64: TargetArch = serde_json::from_str(json_riscv64).unwrap(); in test_deserialize_valid() localVariable
131 assert_eq!(riscv64, TargetArch::RiscV64); in test_deserialize_valid()
147 let riscv64 = TargetArch::RiscV64; in test_serialize() localVariable
148 let serialized_riscv64 = serde_json::to_string(&riscv64).unwrap(); in test_serialize()
/DADK/tests/data/dadk_config_v1/
H A Dapp_target_arch_riscv64_only_0_1_0.dadk4 "description": "An app only target to riscv64",
28 "riscv64"
H A Dapp_all_target_arch_0_1_0.dadk28 "riscv64",
/DADK/tests/data/dadk_config_v2/
H A Dapp_target_arch_riscv64_only_0_2_0.toml3 description = "An app only target to riscv64"
6 target-arch = ["riscv64"]
H A Dapp_all_target_arch_0_2_0.toml6 target-arch = ["riscv64", "x86_64", "aarch64"]
/DADK/dadk-config/templates/
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64
/DADK/dadk-config/templates/config/
H A Dboot.toml4 # Note: "dragon-stub" can only be used with the riscv64 architecture
44 # (Optional) DragonStub Bootloader configuration (Only for riscv64)
63 # If the current architecture is `riscv64` and the version is `v2023.10`,
65 # then the path to locate the U-Boot binary file would be: `bin/uboot/riscv64/v2023.10/uboot.bin`
H A Duserapp_config.toml17 # 可选值:"x86_64", "aarch64", "riscv64"
H A Duserapp_config.toml17 # 可选值:"x86_64", "aarch64", "riscv64"
H A Duserapp_config.toml17 # 可选值:"x86_64", "aarch64", "riscv64"
/DADK/docs/user-manual/
H A Dquickstart.md81 else ifeq ($(ARCH), riscv64)
82 CROSS_COMPILE=riscv64-linux-musl-
124 # 可选值:"x86_64", "aarch64", "riscv64"
/DADK/tests/data/
H A Ddadk-manifest.toml5 # Target architecture. Options: x86_64, riscv64