diff options
| author | 1-rafael-1 <[email protected]> | 2025-04-13 22:23:07 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-04-13 22:23:07 +0200 |
| commit | 6719e1305921c08fcfba7e8f48e315ef8b676c6e (patch) | |
| tree | 3402ff42066c990a29787671f659c5b919f6e8ac /embassy-rp/README.md | |
| parent | dd3ae39d425ee529b2bb4dea0b8f68f42d8ee604 (diff) | |
update documentation and examples to mention RP235x
Diffstat (limited to 'embassy-rp/README.md')
| -rw-r--r-- | embassy-rp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/README.md b/embassy-rp/README.md index 16b189344..8e16184b8 100644 --- a/embassy-rp/README.md +++ b/embassy-rp/README.md | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | HALs implement safe, idiomatic Rust APIs to use the hardware capabilities, so raw register manipulation is not needed. | 3 | HALs implement safe, idiomatic Rust APIs to use the hardware capabilities, so raw register manipulation is not needed. |
| 4 | 4 | ||
| 5 | The embassy-rp HAL targets the Raspberry Pi RP2040 microcontroller. The HAL implements both blocking and async APIs | 5 | The embassy-rp HAL targets the Raspberry Pi RP2040 as well as RP235x microcontroller. The HAL implements both blocking and async APIs |
| 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 mode and handling interrupts, so that applications can focus on more important matters. | 7 | complete operations in low power mode and handling interrupts, so that applications can focus on more important matters. |
| 8 | 8 | ||
