aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/pages/index.adoc
diff options
context:
space:
mode:
authorAndelf <[email protected]>2024-05-01 08:15:22 +0800
committerAndelf <[email protected]>2024-05-01 08:15:22 +0800
commit5568cb89c327b9bfa32ec348b5d771947a2ea720 (patch)
tree00bc24617bfa2eb8e5c3a773ef1200593bfdafbb /docs/modules/ROOT/pages/index.adoc
parentecc910b76dbfa2064f42e6917a7b5654a89b81ed (diff)
Add ch32-hal to HAL list
Diffstat (limited to 'docs/modules/ROOT/pages/index.adoc')
-rw-r--r--docs/modules/ROOT/pages/index.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index e17adbbd7..7116f357f 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -30,6 +30,7 @@ The Embassy project maintains HALs for select hardware, but you can still use HA
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 microcontroller.
32* link:https://github.com/esp-rs[esp-rs], for the Espressif Systems ESP32 series of chips. 32* link:https://github.com/esp-rs[esp-rs], for the Espressif Systems ESP32 series of chips.
33* link:https://github.com/ch32-rs/ch32-hal[ch32-hal], for the WCH 32-bit RISC-V(CH32V) series of chips.
33 34
34NOTE: A common question is if one can use the Embassy HALs standalone. Yes, it is possible! There are no dependency on the executor within the HALs. You can even use them without async, 35NOTE: A common question is if one can use the Embassy HALs standalone. Yes, it is possible! There are no dependency on the executor within the HALs. You can even use them without async,
35as they implement both the link:https://github.com/rust-embedded/embedded-hal[Embedded HAL] blocking and async traits. 36as they implement both the link:https://github.com/rust-embedded/embedded-hal[Embedded HAL] blocking and async traits.