diff options
| author | Andelf <[email protected]> | 2024-05-01 08:15:22 +0800 |
|---|---|---|
| committer | Andelf <[email protected]> | 2024-05-01 08:15:22 +0800 |
| commit | 5568cb89c327b9bfa32ec348b5d771947a2ea720 (patch) | |
| tree | 00bc24617bfa2eb8e5c3a773ef1200593bfdafbb /docs/modules/ROOT/pages/hal.adoc | |
| parent | ecc910b76dbfa2064f42e6917a7b5654a89b81ed (diff) | |
Add ch32-hal to HAL list
Diffstat (limited to 'docs/modules/ROOT/pages/hal.adoc')
| -rw-r--r-- | docs/modules/ROOT/pages/hal.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/hal.adoc b/docs/modules/ROOT/pages/hal.adoc index b1382e8e5..14b85e1f1 100644 --- a/docs/modules/ROOT/pages/hal.adoc +++ b/docs/modules/ROOT/pages/hal.adoc | |||
| @@ -10,3 +10,5 @@ These HALs implement async/await functionality for most peripherals while also i | |||
| 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. |
| 11 | 11 | ||
| 12 | For the ESP32 series, there is an link:https://github.com/esp-rs/esp-hal[esp-hal] which you can use. | 12 | For the ESP32 series, there is an link:https://github.com/esp-rs/esp-hal[esp-hal] which you can use. |
| 13 | |||
| 14 | For the WCH 32-bit RISC-V series, there is an link:https://github.com/ch32-rs/ch32-hal[ch32-hal], which you can use. | ||
