We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std
semihosting
1 parent c8774d7 commit bc8e7f3Copy full SHA for bc8e7f3
build.rs
@@ -22,6 +22,7 @@ macro_rules! assert_unique_features {
22
fn main() -> Result<(), Box<dyn Error>> {
23
assert_unique_features!("log", "defmt");
24
assert_unique_features!("ariel-os", "external-executor");
25
+ assert_unique_features!("std", "semihosting");
26
27
let out = &PathBuf::from(env::var("OUT_DIR")?);
28
let linker_script = fs::read_to_string("embedded-test.x")?;
0 commit comments