Refine no-std sample.
This commit is contained in:
18
no_std/no_std_test/README.md
Normal file
18
no_std/no_std_test/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
`no-std` Test Sample
|
||||
====================
|
||||
|
||||
This sample application is a bare-bones `no-std` build for testing.
|
||||
|
||||
[`wee_alloc`](https://crates.io/crates/wee_alloc) is used as the allocator.
|
||||
|
||||
|
||||
To Compile
|
||||
----------
|
||||
|
||||
The nightly compiler is required:
|
||||
|
||||
```bash
|
||||
cargo +nightly build --release
|
||||
```
|
||||
|
||||
The release build is optimized for size. It can be changed to optimize on speed instead.
|
Reference in New Issue
Block a user