"you have to tell it how" <- shouldn't this be enough? ```toml [dependencies] cortex-m = { version = "0.7.7", features = [ "inline-asm", "critical-section-single-core", ] } ```