Skip to content

Commit ce707f6

Browse files
Add "embedded" category to semihosting crates
1 parent 5b65e95 commit ce707f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cortex-m-semihosting/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = [
66
description = "Semihosting for ARM Cortex-M processors"
77
documentation = "https://docs.rs/cortex-m-semihosting"
88
keywords = ["semihosting", "arm", "cortex-m"]
9+
categories = ["no-std", "embedded"]
910
license = "MIT OR Apache-2.0"
1011
name = "cortex-m-semihosting"
1112
readme = "README.md"

panic-semihosting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [
33
"The Cortex-M Team <[email protected]>",
44
"Jorge Aparicio <[email protected]>",
55
]
6-
categories = ["no-std"]
6+
categories = ["no-std", "embedded"]
77
description = "Report panic messages to the host stderr using semihosting"
88
documentation = "https://docs.rs/panic-semihosting"
99
keywords = ["panic-handler", "panic-impl", "panic", "semihosting"]

0 commit comments

Comments
 (0)