Skip to content

Commit 47eb470

Browse files
committed
renamed async-cortex-m to async-embedded as it's now generic over Cortex-M and RISC-V ISA's
1 parent 8918a9c commit 47eb470

23 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
members = [
3-
"async-cortex-m",
3+
"async-embedded",
44
"cortex-m-udf",
55
"nrf52",
66
"panic-udf",

async-cortex-m/Cargo.toml renamed to async-embedded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Jorge Aparicio <[email protected]>"]
33
edition = "2018"
44
license = "MIT OR Apache-2.0"
5-
name = "async-cortex-m"
5+
name = "async-embedded"
66
publish = false
77
version = "0.0.0-alpha.0"
88

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)