Skip to content

Commit ba5b830

Browse files
committed
Clarify development status
1 parent d175998 commit ba5b830

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

embedded-hal-async/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An asynchronous Hardware Abstraction Layer (HAL) for embedded systems.
1212
This crate contains asynchronous versions of the [`embedded-hal`] traits and shares its scope and [design goals].
1313
The purpose of this crate is to iterate over these trait versions before integrating them into [`embedded-hal`].
1414

15-
**NOTE** This HAL is in active development.
15+
**NOTE** These traits are still experimental. At least one breaking change to this crate is expected in the future (changing from GATs to `async fn`), but there might be more.
1616

1717
<!-- This project is developed and maintained by the [HAL team][team]. -->
1818

embedded-hal-async/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! An asynchronous Hardware Abstraction Layer (HAL) for embedded systems
22
//!
3-
//! **NOTE** This HAL is in active development.
3+
//! **NOTE** These traits are still experimental. At least one breaking
4+
//! change to this crate is expected in the future (changing from GATs to
5+
//! `async fn`), but there might be more.
46
//!
57
//! **NOTE** The traits and modules in this crate should follow the same structure as in
68
//! `embedded-hal` to ease merging and migration.

0 commit comments

Comments
 (0)