Skip to content

Commit 02a5236

Browse files
committed
Add more keywords to crates
1 parent f8a215f commit 02a5236

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

aarch32-cpu/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ keywords = [
1313
"arm",
1414
"cortex-a",
1515
"cortex-r",
16+
"arm7",
17+
"arm9",
1618
"embedded",
1719
"no-std",
1820
]

aarch32-rt/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ edition = "2021"
1212
keywords = [
1313
"arm",
1414
"cortex-r",
15+
"cortex-a",
16+
"arm7",
17+
"arm9",
1518
"embedded",
1619
"no-std",
1720
"run-time",

0 commit comments

Comments
 (0)