aboutsummaryrefslogtreecommitdiff
path: root/src/register
diff options
context:
space:
mode:
Diffstat (limited to 'src/register')
-rw-r--r--src/register/mod.rs21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/register/mod.rs b/src/register/mod.rs
index e7879c5..d69c1a5 100644
--- a/src/register/mod.rs
+++ b/src/register/mod.rs
@@ -29,35 +29,14 @@
#[cfg(all(not(armv6m), not(armv8m_base)))]
pub mod basepri;
-#[cfg(armv8m_base)]
-#[deprecated(
- since = "0.6.2",
- note = "basepri is unavailable on thumbv8.base, and will be removed in the next release"
-)]
-pub mod basepri;
-
#[cfg(all(not(armv6m), not(armv8m_base)))]
pub mod basepri_max;
-#[cfg(armv8m_base)]
-#[deprecated(
- since = "0.6.2",
- note = "basepri is unavailable on thumbv8m.base, and will be removed in the next release"
-)]
-pub mod basepri_max;
-
pub mod control;
#[cfg(all(not(armv6m), not(armv8m_base)))]
pub mod faultmask;
-#[cfg(armv8m_base)]
-#[deprecated(
- since = "0.6.2",
- note = "faultmask is unavailable on thumbv8m.base, and will be removed in the next release"
-)]
-pub mod faultmask;
-
pub mod msp;
pub mod primask;