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 /README.md | |
| parent | 9806f78ea067297a53cb3877a380804c79961bd2 (diff) | |
Add py32-hal to documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -19,6 +19,7 @@ Rust's <a href="https://rust-lang.github.io/async-book/">async/await</a> allows | |||
| 19 | - Embassy HAL support for Espressif chips, as well as Async WiFi, Bluetooth and ESP-NOW, is being developed in the [esp-rs/esp-hal](https://github.com/esp-rs/esp-hal) repository. | 19 | - Embassy HAL support for Espressif chips, as well as Async WiFi, Bluetooth and ESP-NOW, is being developed in the [esp-rs/esp-hal](https://github.com/esp-rs/esp-hal) repository. |
| 20 | - <a href="https://github.com/ch32-rs/ch32-hal">ch32-hal</a>, for the WCH 32-bit RISC-V(CH32V) series of chips. | 20 | - <a href="https://github.com/ch32-rs/ch32-hal">ch32-hal</a>, for the WCH 32-bit RISC-V(CH32V) series of chips. |
| 21 | - <a href="https://github.com/AlexCharlton/mpfs-hal">mpfs-hal</a>, for the Microchip PolarFire SoC. | 21 | - <a href="https://github.com/AlexCharlton/mpfs-hal">mpfs-hal</a>, for the Microchip PolarFire SoC. |
| 22 | - <a href="https://github.com/py32-rs/py32-hal">py32-hal</a>, for the Puya Semiconductor PY32 series of microcontrollers. | ||
| 22 | 23 | ||
| 23 | - **Time that Just Works** - | 24 | - **Time that Just Works** - |
| 24 | No more messing with hardware timers. <a href="https://docs.embassy.dev/embassy-time">embassy_time</a> provides Instant, Duration and Timer types that are globally available and never overflow. | 25 | No more messing with hardware timers. <a href="https://docs.embassy.dev/embassy-time">embassy_time</a> provides Instant, Duration and Timer types that are globally available and never overflow. |
