File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments