diff options
| author | Alex Charlton <[email protected]> | 2025-03-03 14:09:14 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-03 14:09:14 -0800 |
| commit | 8b3460fd4ef0157b1111bca115667966d602ca40 (patch) | |
| tree | 6a0b1fd6f2b338aa82db2f3a6dd4f9d0c251c215 | |
| parent | 0edd45e61013539f0d8379bf38177f6cb03f5fc0 (diff) | |
Update README.md to include a reference to mpfs-hal
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -18,6 +18,7 @@ Rust's <a href="https://rust-lang.github.io/async-book/">async/await</a> allows | |||
| 18 | - <a href="https://github.com/esp-rs">esp-rs</a>, for the Espressif Systems ESP32 series of chips. | 18 | - <a href="https://github.com/esp-rs">esp-rs</a>, for the Espressif Systems ESP32 series of chips. |
| 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 | 22 | ||
| 22 | - **Time that Just Works** - | 23 | - **Time that Just Works** - |
| 23 | 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. | 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. |
