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 /docs | |
| parent | dd3ae39d425ee529b2bb4dea0b8f68f42d8ee604 (diff) | |
update documentation and examples to mention RP235x
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/pages/faq.adoc | 2 | ||||
| -rw-r--r-- | docs/pages/hal.adoc | 2 | ||||
| -rw-r--r-- | docs/pages/overview.adoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/pages/faq.adoc b/docs/pages/faq.adoc index 88e0c3330..3b5eafa99 100644 --- a/docs/pages/faq.adoc +++ b/docs/pages/faq.adoc | |||
| @@ -4,7 +4,7 @@ These are a list of unsorted, commonly asked questions and answers. | |||
| 4 | 4 | ||
| 5 | Please feel free to add items to link:https://github.com/embassy-rs/embassy/edit/main/docs/pages/faq.adoc[this page], especially if someone in the chat answered a question for you! | 5 | Please feel free to add items to link:https://github.com/embassy-rs/embassy/edit/main/docs/pages/faq.adoc[this page], especially if someone in the chat answered a question for you! |
| 6 | 6 | ||
| 7 | == How to deploy to RP2040 without a debugging probe. | 7 | == How to deploy to RP2040 or RP235x without a debugging probe. |
| 8 | 8 | ||
| 9 | Install link:https://github.com/JoNil/elf2uf2-rs[elf2uf2-rs] for converting the generated elf binary into a uf2 file. | 9 | Install link:https://github.com/JoNil/elf2uf2-rs[elf2uf2-rs] for converting the generated elf binary into a uf2 file. |
| 10 | 10 | ||
diff --git a/docs/pages/hal.adoc b/docs/pages/hal.adoc index 3c6839792..3bbe94e02 100644 --- a/docs/pages/hal.adoc +++ b/docs/pages/hal.adoc | |||
| @@ -4,7 +4,7 @@ Embassy provides HALs for several microcontroller families: | |||
| 4 | 4 | ||
| 5 | * `embassy-nrf` for the nRF microcontrollers from Nordic Semiconductor | 5 | * `embassy-nrf` for the nRF microcontrollers from Nordic Semiconductor |
| 6 | * `embassy-stm32` for STM32 microcontrollers from ST Microelectronics | 6 | * `embassy-stm32` for STM32 microcontrollers from ST Microelectronics |
| 7 | * `embassy-rp` for the Raspberry Pi RP2040 microcontrollers | 7 | * `embassy-rp` for the Raspberry Pi RP2040 and RP235x microcontrollers |
| 8 | 8 | ||
| 9 | These HALs implement async/await functionality for most peripherals while also implementing the | 9 | These HALs implement async/await functionality for most peripherals while also implementing the |
| 10 | async traits in `embedded-hal` and `embedded-hal-async`. You can also use these HALs with another executor. | 10 | async traits in `embedded-hal` and `embedded-hal-async`. You can also use these HALs with another executor. |
diff --git a/docs/pages/overview.adoc b/docs/pages/overview.adoc index b169c686e..acd757795 100644 --- a/docs/pages/overview.adoc +++ b/docs/pages/overview.adoc | |||
| @@ -28,7 +28,7 @@ The Embassy project maintains HALs for select hardware, but you can still use HA | |||
| 28 | 28 | ||
| 29 | * link:https://docs.embassy.dev/embassy-stm32/[embassy-stm32], for all STM32 microcontroller families. | 29 | * link:https://docs.embassy.dev/embassy-stm32/[embassy-stm32], for all STM32 microcontroller families. |
| 30 | * link:https://docs.embassy.dev/embassy-nrf/[embassy-nrf], for the Nordic Semiconductor nRF52, nRF53, nRF91 series. | 30 | * link:https://docs.embassy.dev/embassy-nrf/[embassy-nrf], for the Nordic Semiconductor nRF52, nRF53, nRF91 series. |
| 31 | * link:https://docs.embassy.dev/embassy-rp/[embassy-rp], for the Raspberry Pi RP2040 microcontroller. | 31 | * link:https://docs.embassy.dev/embassy-rp/[embassy-rp], for the Raspberry Pi RP2040 as well as RP235x microcontroller. |
| 32 | * link:https://docs.embassy.dev/embassy-mspm0/[embassy-mspm0], for the Texas Instruments MSPM0 microcontrollers. | 32 | * link:https://docs.embassy.dev/embassy-mspm0/[embassy-mspm0], for the Texas Instruments MSPM0 microcontrollers. |
| 33 | * link:https://github.com/esp-rs[esp-rs], for the Espressif Systems ESP32 series of chips. | 33 | * link:https://github.com/esp-rs[esp-rs], for the Espressif Systems ESP32 series of chips. |
| 34 | * link:https://github.com/ch32-rs/ch32-hal[ch32-hal], for the WCH 32-bit RISC-V(CH32V) series of chips. | 34 | * link:https://github.com/ch32-rs/ch32-hal[ch32-hal], for the WCH 32-bit RISC-V(CH32V) series of chips. |
