diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-26 09:11:17 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-26 09:11:17 +0100 |
| commit | 531645e5d4650c87df5c0a3e2603a43ee9049f7b (patch) | |
| tree | 118922a065de659f650b8ba9957e36b3266ad65a | |
| parent | bea3c5495a37481c85bcfce8d55f94049e4b89fd (diff) | |
docs: mention nrf51
| -rw-r--r-- | embassy-nrf/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-nrf/README.md b/embassy-nrf/README.md index 50662749d..3df5f1fa5 100644 --- a/embassy-nrf/README.md +++ b/embassy-nrf/README.md | |||
| @@ -14,11 +14,12 @@ For a complete list of available peripherals and features, see the [embassy-nrf | |||
| 14 | 14 | ||
| 15 | The `embassy-nrf` HAL supports most variants of the nRF family: | 15 | The `embassy-nrf` HAL supports most variants of the nRF family: |
| 16 | 16 | ||
| 17 | * nRF51 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf51)) | ||
| 17 | * nRF52 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf52840)) | 18 | * nRF52 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf52840)) |
| 18 | * nRF53 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf5340)) | 19 | * nRF53 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf5340)) |
| 19 | * nRF91 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf9160)) | 20 | * nRF91 ([examples](https://github.com/embassy-rs/embassy/tree/main/examples/nrf9160)) |
| 20 | 21 | ||
| 21 | Most peripherals are supported. To check what's available, make sure to pick the MCU you're targeting in the top menu in the [documentation](https://docs.embassy.dev/embassy-nrf). | 22 | Most peripherals are supported, but can vary between chip families. To check what's available, make sure to pick the MCU you're targeting in the top menu in the [documentation](https://docs.embassy.dev/embassy-nrf). |
| 22 | 23 | ||
| 23 | For MCUs with TrustZone support, both Secure (S) and Non-Secure (NS) modes are supported. Running in Secure mode | 24 | For MCUs with TrustZone support, both Secure (S) and Non-Secure (NS) modes are supported. Running in Secure mode |
| 24 | allows running Rust code without a SPM or TF-M binary, saving flash space and simplifying development. | 25 | allows running Rust code without a SPM or TF-M binary, saving flash space and simplifying development. |
