From 0f0030651c4d0fdc8809b341e9b27d7626128cf6 Mon Sep 17 00:00:00 2001 From: decaday Date: Wed, 19 Mar 2025 11:59:05 +0800 Subject: Add py32-hal to documentation --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index ee5c42245..e9f0d3b24 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Rust's async/await allows - 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. - ch32-hal, for the WCH 32-bit RISC-V(CH32V) series of chips. - mpfs-hal, for the Microchip PolarFire SoC. + - py32-hal, for the Puya Semiconductor PY32 series of microcontrollers. - **Time that Just Works** - No more messing with hardware timers. embassy_time provides Instant, Duration and Timer types that are globally available and never overflow. -- cgit