From c46b076d5b40ddbe74ddeb7f9296b394c078538f Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 23 Dec 2023 15:48:47 +0100 Subject: [PATCH] nrf: some doc fixes. --- embassy-nrf/Cargo.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 4648d56d9..837a941a9 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml @@ -53,8 +53,8 @@ time-driver-rtc1 = ["_time-driver"] nfc-pins-as-gpio = [] ## Allow using the RST pin as a regular GPIO pin. -## * nrf52805, nrf52810, nrf52811, nrf52832: P0_21 -## * nrf52820, nrf52833, nrf52840: P0_18 +## * nRF52805, nRF52810, nRF52811, nRF52832: P0_21 +## * nRF52820, nRF52833, nRF52840: P0_18 reset-pin-as-gpio = [] ## Implements the MultiwriteNorFlash trait for QSPI. Should only be enabled if your external @@ -62,29 +62,29 @@ reset-pin-as-gpio = [] qspi-multiwrite-flash = [] #! ### Chip selection features -## NRF52805 +## nRF52805 nrf52805 = ["nrf52805-pac", "_nrf52"] -## NRF52810 +## nRF52810 nrf52810 = ["nrf52810-pac", "_nrf52"] -## NRF52811 +## nRF52811 nrf52811 = ["nrf52811-pac", "_nrf52"] -## NRF52820 +## nRF52820 nrf52820 = ["nrf52820-pac", "_nrf52"] -## NRF52832 +## nRF52832 nrf52832 = ["nrf52832-pac", "_nrf52", "_nrf52832_anomaly_109"] -## NRF52833 +## nRF52833 nrf52833 = ["nrf52833-pac", "_nrf52", "_gpio-p1"] -## NRF52840 +## nRF52840 nrf52840 = ["nrf52840-pac", "_nrf52", "_gpio-p1"] -## NRF5340-app-s +## nRF5340 application core in Secure mode nrf5340-app-s = ["_nrf5340-app", "_s"] -## NRF5340-app-ns +## nRF5340 application core in Non-Secure mode nrf5340-app-ns = ["_nrf5340-app", "_ns"] -## NRF5340-net +## nRF5340 network core nrf5340-net = ["_nrf5340-net"] -## NRF9160-s +## nRF9160 in Secure mode nrf9160-s = ["_nrf9160", "_s"] -## NRF9160-ns +## nRF9160 in Non-Secure mode nrf9160-ns = ["_nrf9160", "_ns"] # Features starting with `_` are for internal use only. They're not intended