diff options
| author | decaday <[email protected]> | 2025-03-19 11:59:05 +0800 |
|---|---|---|
| committer | decaday <[email protected]> | 2025-03-19 11:59:05 +0800 |
| commit | 0f0030651c4d0fdc8809b341e9b27d7626128cf6 (patch) | |
| tree | b74c83b8a89a60dc361ad241c9cb4691cf703064 /docs/pages/overview.adoc | |
| parent | 9806f78ea067297a53cb3877a380804c79961bd2 (diff) | |
Add py32-hal to documentation
Diffstat (limited to 'docs/pages/overview.adoc')
| -rw-r--r-- | docs/pages/overview.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pages/overview.adoc b/docs/pages/overview.adoc index 9b93ba10c..abc7d25de 100644 --- a/docs/pages/overview.adoc +++ b/docs/pages/overview.adoc | |||
| @@ -32,6 +32,7 @@ The Embassy project maintains HALs for select hardware, but you can still use HA | |||
| 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 | * 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/AlexCharlton/mpfs-hal[mpfs-hal], for the Microchip PolarFire SoC. | 34 | * link:https://github.com/AlexCharlton/mpfs-hal[mpfs-hal], for the Microchip PolarFire SoC. |
| 35 | * link:https://github.com/py32-rs/py32-hal[py32-hal], for the Puya Semiconductor PY32 series of chips. | ||
| 35 | 36 | ||
| 36 | NOTE: 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, | 37 | NOTE: 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, |
| 37 | as they implement both the link:https://github.com/rust-embedded/embedded-hal[Embedded HAL] blocking and async traits. | 38 | as they implement both the link:https://github.com/rust-embedded/embedded-hal[Embedded HAL] blocking and async traits. |
