aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-04-14 07:58:59 +0000
committerGitHub <[email protected]>2025-04-14 07:58:59 +0000
commit8fc40e0b841d958a4885849b9c883ecd15afc1fc (patch)
treebcaa0014d958cff5229a0560585ba0e959480ffb /docs
parente0f85249f9ab7d8a47da08405eadfac34382b86d (diff)
parent4e90c535d24b4c575c2fc63556738ebc24ddab5f (diff)
Merge pull request #4085 from 1-rafael-1/add-rp235x-in-docs-comments
update documentation and examples to mention RP235x
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/faq.adoc2
-rw-r--r--docs/pages/hal.adoc2
-rw-r--r--docs/pages/overview.adoc2
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
5Please 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! 5Please 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
9Install link:https://github.com/JoNil/elf2uf2-rs[elf2uf2-rs] for converting the generated elf binary into a uf2 file. 9Install 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
9These HALs implement async/await functionality for most peripherals while also implementing the 9These HALs implement async/await functionality for most peripherals while also implementing the
10async traits in `embedded-hal` and `embedded-hal-async`. You can also use these HALs with another executor. 10async 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.