aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Tran <[email protected]>2025-02-21 23:40:53 -0600
committerMatthew Tran <[email protected]>2025-02-22 00:02:43 -0600
commit1b4f7884271faf79c9f92f940e9fc7d4c83ca644 (patch)
treeebe5cbeef9b0809dac27209a3a9582a6aa215a7e /embassy-nrf/Cargo.toml
parent2e7a2b61275d70d7d09cb676490e2cba4d2bde3f (diff)
nrf5340: configure LFCLK
Diffstat (limited to 'embassy-nrf/Cargo.toml')
-rw-r--r--embassy-nrf/Cargo.toml3
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
58reset-pin-as-gpio = [] 58reset-pin-as-gpio = []
59 59
60## Allow using the LFXO pins as regular GPIO pins (P0_00/P0_01 on nRF53)
61lfxo-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)
62qspi-multiwrite-flash = [] 65qspi-multiwrite-flash = []