Skip to content

Commit 5750444

Browse files
Move IEEE 802.15.4 HAL to nrf-hal-common
...and enable it for nRF52833
1 parent 6b299aa commit 5750444

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

nrf-hal-common/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ pub mod gpio;
4343
pub mod gpiote;
4444
#[cfg(not(any(feature = "51", feature = "52810", feature = "52811")))]
4545
pub mod i2s;
46+
#[cfg(any(feature = "52833", feature = "52840"))]
47+
pub mod ieee802154;
4648
#[cfg(not(any(feature = "52811", feature = "52810", feature = "9160")))]
4749
pub mod lpcomp;
4850
#[cfg(not(feature = "9160"))]

nrf52840-hal/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ pub use crate::spim::Spim;
2020
pub use crate::temp::Temp;
2121
pub use crate::timer::Timer;
2222
pub use crate::uarte::Uarte;
23-
24-
pub mod ieee802154;

0 commit comments

Comments
 (0)