From b4e896fb2f852e2df03e4c3652cd1ac89f4016f4 Mon Sep 17 00:00:00 2001 From: Justin Beaurivage Date: Wed, 4 Sep 2024 13:25:13 -0400 Subject: [PATCH] Update README and HAL changelog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ab7e1ea289a..6288b0aa2c3 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,11 @@ The Peripheral Access Crates (PACs) are automatically generated from Microchip S [wio_terminal]: https://github.com/atsamd-rs/atsamd/tree/master/boards/wio_terminal [xiao_m0]: https://github.com/atsamd-rs/atsamd/tree/master/boards/xiao_m0 + +### `async` APIs + +[`atsamd_hal`](https://crates.io/crate/atsamd-hal) provides APIs for using `async`/`await` constructs with some of its peripherals. To enable `async` support, use the `async` Cargo feature. Detailed documentation is provided in the `atsamd_hal::async_hal` module. + ### Examples The BSPs include examples to quickly get up and running with the board. Building the examples