aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-internal
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 /embassy-hal-internal
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-hal-internal')
-rw-r--r--embassy-hal-internal/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/embassy-hal-internal/README.md b/embassy-hal-internal/README.md
index 6b060d1c0..1adce5b33 100644
--- a/embassy-hal-internal/README.md
+++ b/embassy-hal-internal/README.md
@@ -4,13 +4,3 @@ An [Embassy](https://embassy.dev) project.
4 4
5Internal implementation details for Embassy HALs. DO NOT USE DIRECTLY. Embassy HALs (`embassy-nrf`, `embassy-stm32`, `embassy-rp`) already reexport 5Internal implementation details for Embassy HALs. DO NOT USE DIRECTLY. Embassy HALs (`embassy-nrf`, `embassy-stm32`, `embassy-rp`) already reexport
6everything you need to use them effectively. 6everything you need to use them effectively.
7
8## License
9
10This work is licensed under either of
11
12- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
13 <http://www.apache.org/licenses/LICENSE-2.0>)
14- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
15
16at your option.