diff options
| author | MathisDerooNXP <[email protected]> | 2025-12-04 09:42:46 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-04 09:42:46 -0800 |
| commit | 22bae2d80153003af4637c4b0cc26d52858f5228 (patch) | |
| tree | 61860b41c823f499984a369f6762489a1766cce8 /src/lib.rs | |
| parent | cc918e997a8709c213c173edb8657ff269dae7a4 (diff) | |
Rtc support v2 (#91)
Signed-off-by: Mathis Deroo <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs index fb204d27b..c6d8adc8f 100644 --- a/src/lib.rs +++ b/src/lib.rs | |||
| @@ -333,7 +333,6 @@ pub use interrupt::InterruptExt; | |||
| 333 | pub use mcxa_pac as pac; | 333 | pub use mcxa_pac as pac; |
| 334 | #[cfg(not(feature = "unstable-pac"))] | 334 | #[cfg(not(feature = "unstable-pac"))] |
| 335 | pub(crate) use mcxa_pac as pac; | 335 | pub(crate) use mcxa_pac as pac; |
| 336 | pub use rtc::Rtc0 as Rtc0Token; | ||
| 337 | 336 | ||
| 338 | /// Initialize HAL with configuration (mirrors embassy-imxrt style). Minimal: just take peripherals. | 337 | /// Initialize HAL with configuration (mirrors embassy-imxrt style). Minimal: just take peripherals. |
| 339 | /// Also applies configurable NVIC priority for the OSTIMER OS_EVENT interrupt (no enabling). | 338 | /// Also applies configurable NVIC priority for the OSTIMER OS_EVENT interrupt (no enabling). |
