diff options
| author | Scott Mansell <[email protected]> | 2023-09-23 17:34:47 +1200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-07 01:39:29 +0200 |
| commit | 3e054a6f0d3ba018315f7cb7f0a373221e15737a (patch) | |
| tree | 8446ca7d411de6cb18ba2e3bb581ae38857fdf44 /embassy-rp/src/lib.rs | |
| parent | c6d53e7bce9a9f04b2d479a150c4e1aee1bb4ea8 (diff) | |
rp2040: implement BOOTSEL button support
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index e8f818bcf..fb9189203 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -10,6 +10,7 @@ mod critical_section_impl; | |||
| 10 | mod intrinsics; | 10 | mod intrinsics; |
| 11 | 11 | ||
| 12 | pub mod adc; | 12 | pub mod adc; |
| 13 | pub mod bootsel; | ||
| 13 | pub mod clocks; | 14 | pub mod clocks; |
| 14 | pub mod dma; | 15 | pub mod dma; |
| 15 | pub mod flash; | 16 | pub mod flash; |
