Skip to content

Commit 3839e53

Browse files
committed
Add missing README
1 parent 2816a86 commit 3839e53

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

cortex-ar-rt-macros/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Macros for `cortex-a-rt` and `cortex-r-rt`
2+
3+
This crate contains proc-macros that are re-exported through the following crates:
4+
5+
* [`cortex-a-rt`]
6+
* [`cortex-r-rt`]
7+
8+
[cortex-a-rt]: https://crates.io/crates/cortex-a-rt
9+
[cortex-r-rt]: https://crates.io/crates/cortex-r-rt
10+
11+
## Minimum Supported Rust Version (MSRV)
12+
13+
This crate is guaranteed to compile on stable Rust 1.82.0 and up. It *might*
14+
compile with older versions but that may change in any new patch release.
15+
16+
## Licence
17+
18+
* Copyright (c) Ferrous Systems
19+
* Copyright (c) The Rust Embedded Devices Working Group developers
20+
21+
Licensed under either [MIT](./LICENSE-MIT) or [Apache-2.0](./LICENSE-APACHE) at
22+
your option.
23+
24+
## Contribution
25+
26+
Unless you explicitly state otherwise, any contribution intentionally submitted
27+
for inclusion in the work by you shall be licensed as above, without any
28+
additional terms or conditions.

0 commit comments

Comments
 (0)