diff options
| author | Matthew Tran <[email protected]> | 2025-02-21 23:40:53 -0600 |
|---|---|---|
| committer | Matthew Tran <[email protected]> | 2025-02-22 00:02:43 -0600 |
| commit | 1b4f7884271faf79c9f92f940e9fc7d4c83ca644 (patch) | |
| tree | ebe5cbeef9b0809dac27209a3a9582a6aa215a7e /embassy-nrf/Cargo.toml | |
| parent | 2e7a2b61275d70d7d09cb676490e2cba4d2bde3f (diff) | |
nrf5340: configure LFCLK
Diffstat (limited to 'embassy-nrf/Cargo.toml')
| -rw-r--r-- | embassy-nrf/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 1d5485f2a..405115dd7 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -57,6 +57,9 @@ nfc-pins-as-gpio = [] | |||
| 57 | ## * nRF52820, nRF52833, nRF52840: P0_18 | 57 | ## * nRF52820, nRF52833, nRF52840: P0_18 |
| 58 | reset-pin-as-gpio = [] | 58 | reset-pin-as-gpio = [] |
| 59 | 59 | ||
| 60 | ## Allow using the LFXO pins as regular GPIO pins (P0_00/P0_01 on nRF53) | ||
| 61 | lfxo-pins-as-gpio = [] | ||
| 62 | |||
| 60 | ## Implements the MultiwriteNorFlash trait for QSPI. Should only be enabled if your external | 63 | ## Implements the MultiwriteNorFlash trait for QSPI. Should only be enabled if your external |
| 61 | ## flash supports the semantics described [here](https://docs.rs/embedded-storage/0.3.1/embedded_storage/nor_flash/trait.MultiwriteNorFlash.html) | 64 | ## flash supports the semantics described [here](https://docs.rs/embedded-storage/0.3.1/embedded_storage/nor_flash/trait.MultiwriteNorFlash.html) |
| 62 | qspi-multiwrite-flash = [] | 65 | qspi-multiwrite-flash = [] |
