diff --git a/README.md b/README.md
index 374133c4b3..ee5c422450 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ Rust's async/await allows
- esp-rs, for the Espressif Systems ESP32 series of chips.
- 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.
- **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.