-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
stm32wb-hal = { version = "0.1.2", default-features = false, features = ["xG-package", "rt"]}
compiles, but
stm32wb-hal = { version = "0.1.2", default-features = false, features = ["xG-package"]}
does not:
error[E0433]: failed to resolve: could not find `interrupt` in `stm32wb_pac`
--> /home/rsmet/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32wb-hal-0.1.2/src/ipcc.rs:60:61
|
60 | cortex_m::peripheral::NVIC::unmask(stm32wb_pac::interrupt::IPCC_C1_RX_IT);
| ^^^^^^^^^ could not find `interrupt` in `stm32wb_pac`
error[E0433]: failed to resolve: could not find `interrupt` in `stm32wb_pac`
--> /home/rsmet/.cargo/registry/src/github.com-1ecc6299db9ec823/stm32wb-hal-0.1.2/src/ipcc.rs:61:61
|
61 | cortex_m::peripheral::NVIC::unmask(stm32wb_pac::interrupt::IPCC_C1_TX_IT);
| ^^^^^^^^^ could not find `interrupt` in `stm32wb_pac`
I'm not too acquainted yet with embedded systems, but it would be nice to get a warning what went wrong, especially because I just wanted to select the specific chip.
Metadata
Metadata
Assignees
Labels
No labels