Skip to content

Commit 863db98

Browse files
committed
Remove cortex-m-udf as udf instruction is now part of cortex-m.
1 parent 9d816c9 commit 863db98

File tree

14 files changed

+4
-77
lines changed

14 files changed

+4
-77
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[workspace]
22
members = [
33
"async-embedded",
4-
"cortex-m-udf",
54
"nrf52",
65
"panic-udf",
76
]

async-embedded/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ pin-utils = "0.1.0"
1313
typenum = "1.12.0"
1414

1515
[target.'cfg(target_arch = "arm")'.dependencies]
16-
cortex-m = "0.6.2"
17-
cortex-m-udf = { path = "../cortex-m-udf" }
16+
cortex-m = "0.6"
1817

1918
[target.'cfg(any(target_arch = "riscv32", target_arch = "riscv64"))'.dependencies]
2019
riscv = "0.5.6"

async-embedded/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use cortex_m::asm;
1515

1616

1717
#[cfg(target_arch = "arm")]
18-
pub use cortex_m_udf::udf as abort;
18+
pub use cortex_m::asm::udf as abort;
1919

2020
#[cfg(target_arch = "arm")]
2121
#[inline]

cortex-m-udf/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

cortex-m-udf/asm.s

Lines changed: 0 additions & 5 deletions
This file was deleted.

cortex-m-udf/assemble.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.
-798 Bytes
Binary file not shown.
-798 Bytes
Binary file not shown.
-798 Bytes
Binary file not shown.
-798 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)