Skip to content

Commit 35c0ab0

Browse files
Categories
1 parent c9720ff commit 35c0ab0

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

arm-targets/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[package]
2-
authors = ["Jonathan Pallant <[email protected]>", "The Cortex-R Team <[email protected]>"]
2+
authors = [
3+
"Jonathan Pallant <[email protected]>",
4+
"The Cortex-R Team <[email protected]>"
5+
]
6+
categories = ["development-tools::build-utils"]
37
description = "Compile-time feature detection for Arm processors"
48
edition = "2021"
59
license = "MIT OR Apache-2.0"

cortex-ar/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ authors = [
33
"Jonathan Pallant <[email protected]>",
44
"The Cortex-R Team <[email protected]>",
55
]
6+
categories = [
7+
"embedded",
8+
"no-std",
9+
]
610
description = "CPU support for AArch32 Arm Cortex-R and Arm Cortex-A"
711
edition = "2021"
812
keywords = [

cortex-r-rt/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ authors = [
33
"Jonathan Pallant <[email protected]>",
44
"The Cortex-R Team <[email protected]>"
55
]
6+
categories = [
7+
"embedded",
8+
"no-std",
9+
]
610
description = "Run-time support for Arm Cortex-R"
711
edition = "2021"
812
keywords = [

0 commit comments

Comments
 (0)