diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-04-07 23:13:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-07 23:13:35 +0000 |
| commit | a23e971d313e8098b8d3a13f3ddf7629aa79a98c (patch) | |
| tree | d45c6783176caa1131fcbb022e62433ed7f73674 /embassy-rp/src/lib.rs | |
| parent | db3179cfb4be8596adbc601b27056bce03781407 (diff) | |
| parent | 313328c09a52ba6f8f30105a3a9f98a76a5aef69 (diff) | |
Merge pull request #4017 from shilga/SpinlockMutex
embassy-rp: Spinlock mutex implementation
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index 35099d07b..f549446bc 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -41,6 +41,8 @@ pub mod rom_data; | |||
| 41 | #[cfg(feature = "rp2040")] | 41 | #[cfg(feature = "rp2040")] |
| 42 | pub mod rtc; | 42 | pub mod rtc; |
| 43 | pub mod spi; | 43 | pub mod spi; |
| 44 | mod spinlock; | ||
| 45 | pub mod spinlock_mutex; | ||
| 44 | #[cfg(feature = "time-driver")] | 46 | #[cfg(feature = "time-driver")] |
| 45 | pub mod time_driver; | 47 | pub mod time_driver; |
| 46 | #[cfg(feature = "_rp235x")] | 48 | #[cfg(feature = "_rp235x")] |
