aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/hal.adoc
diff options
context:
space:
mode:
author1-rafael-1 <[email protected]>2025-04-13 22:23:07 +0200
committer1-rafael-1 <[email protected]>2025-04-13 22:23:07 +0200
commit6719e1305921c08fcfba7e8f48e315ef8b676c6e (patch)
tree3402ff42066c990a29787671f659c5b919f6e8ac /docs/pages/hal.adoc
parentdd3ae39d425ee529b2bb4dea0b8f68f42d8ee604 (diff)
update documentation and examples to mention RP235x
Diffstat (limited to 'docs/pages/hal.adoc')
-rw-r--r--docs/pages/hal.adoc2
1 files changed, 1 insertions, 1 deletions
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.