diff options
| author | Ulf Lilleengen <[email protected]> | 2023-12-19 10:11:19 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2023-12-19 10:56:22 +0100 |
| commit | e45e3e76b564b0589a24c1ca56599640238fd672 (patch) | |
| tree | 9b3280a909e9a7da1b5b5e27b9cab698da747604 /embassy-nrf | |
| parent | 08e9a4d84a51a4a1511dcbbd73808731b4d44f06 (diff) | |
docs: embassy-rp rustdoc and refactoring
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-nrf/README.md b/embassy-nrf/README.md index 129ec0c01..39de3854b 100644 --- a/embassy-nrf/README.md +++ b/embassy-nrf/README.md | |||
| @@ -6,6 +6,8 @@ The Embassy nRF HAL targets the Nordic Semiconductor nRF family of hardware. The | |||
| 6 | for many peripherals. The benefit of using the async APIs is that the HAL takes care of waiting for peripherals to | 6 | for many peripherals. The benefit of using the async APIs is that the HAL takes care of waiting for peripherals to |
| 7 | complete operations in low power mod and handling interrupts, so that applications can focus on more important matters. | 7 | complete operations in low power mod and handling interrupts, so that applications can focus on more important matters. |
| 8 | 8 | ||
| 9 | NOTE: The Embassy HALs can be used both for non-async and async operations. For async, you can choose which runtime you want to use. | ||
| 10 | |||
| 9 | ## EasyDMA considerations | 11 | ## EasyDMA considerations |
| 10 | 12 | ||
| 11 | On nRF chips, peripherals can use the so called EasyDMA feature to offload the task of interacting | 13 | On nRF chips, peripherals can use the so called EasyDMA feature to offload the task of interacting |
