Skip to content

Commit 9aae960

Browse files
committed
mention no_std in embedded requirement
1 parent bdb5812 commit 9aae960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Needs we have ourselves or features we have seen requested but can not link too.
8080
- Microphone as input node to the audio graph @dvdsk.
8181
- Add an output to the OS, any audio send to it enters the audio graph. @dvdsk
8282
- Add an input to the OS, it gets audio from an output of the audio graph. @dvdsk
83-
- Support features on capable embedded hardware where possible. With capable hardware we mean the target:
83+
- Have (partial) functionality on `no_std` targets. Such as capable embedded hardware. The targets need to at least:
8484
- Can supports 32 bit floating points through [libm](https://crates.io/crates/libm).
8585
- Has 32 bit float atomics via [portable-atomics](https://crates.io/crates/portable-atomic).
8686
This would allow applications such as:

0 commit comments

Comments
 (0)