aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43-pio/README.md')
-rw-r--r--cyw43-pio/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/cyw43-pio/README.md b/cyw43-pio/README.md
index 2b22db360..4a2b2aa4b 100644
--- a/cyw43-pio/README.md
+++ b/cyw43-pio/README.md
@@ -1,17 +1,3 @@
1# cyw43-pio 1# cyw43-pio
2 2
3RP2040 PIO driver for the nonstandard half-duplex SPI used in the Pico W. The PIO driver offloads SPI communication with the WiFi chip and improves throughput. 3RP2040 PIO driver for the nonstandard half-duplex SPI used in the Pico W. The PIO driver offloads SPI communication with the WiFi chip and improves throughput.
4
5## Minimum supported Rust version (MSRV)
6
7Embassy is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release.
8
9## License
10
11This work is licensed under either of
12
13- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
14 <http://www.apache.org/licenses/LICENSE-2.0>)
15- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
16
17at your option.