We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std
semihosting
1 parent fbc3807 commit baf37a0Copy full SHA for baf37a0
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