mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Merge pull request #531 from Dirbaio/remove-cmrt-dep
v0.5: Remove cortex-m-rt dependency.
This commit is contained in:
commit
074c0ef1d4
2 changed files with 0 additions and 3 deletions
|
@ -53,7 +53,6 @@ required-features = ["__v7"]
|
|||
[dependencies]
|
||||
cortex-m-rtic-macros = { path = "macros", version = "0.5.3" }
|
||||
rtic-core = "0.3.0"
|
||||
cortex-m-rt = "0.6.9"
|
||||
heapless = "0.6.1"
|
||||
|
||||
[dependencies.cortex-m]
|
||||
|
|
|
@ -57,8 +57,6 @@ extern crate cortex_m_7 as cortex_m;
|
|||
use cortex_m::interrupt::InterruptNumber;
|
||||
|
||||
use cortex_m::peripheral::{CBP, CPUID, DCB, DWT, FPB, FPU, ITM, MPU, NVIC, SCB, TPIU};
|
||||
#[cfg(all(not(feature = "heterogeneous"), not(feature = "homogeneous")))]
|
||||
use cortex_m_rt as _; // vector table
|
||||
pub use cortex_m_rtic_macros::app;
|
||||
pub use rtic_core::{Exclusive, Mutex};
|
||||
|
||||
|
|
Loading…
Reference in a new issue