aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
commitb452a6bcf6858893a85882614e2dcde5a3405748 (patch)
tree9ecdfff438d0a6a052abd082f046ee1da587367b /cyw43-pio
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'cyw43-pio')
-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.