aboutsummaryrefslogtreecommitdiff
path: root/tests/riscv32/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/riscv32/Cargo.toml')
-rw-r--r--tests/riscv32/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/riscv32/Cargo.toml b/tests/riscv32/Cargo.toml
index 283ea5033..781fec62f 100644
--- a/tests/riscv32/Cargo.toml
+++ b/tests/riscv32/Cargo.toml
@@ -3,6 +3,7 @@ edition = "2021"
3name = "embassy-riscv-tests" 3name = "embassy-riscv-tests"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6publish = false
6 7
7[dependencies] 8[dependencies]
8critical-section = { version = "1.1.1", features = ["restore-state-bool"] } 9critical-section = { version = "1.1.1", features = ["restore-state-bool"] }
@@ -44,3 +45,8 @@ debug = false
44debug-assertions = false 45debug-assertions = false
45opt-level = 0 46opt-level = 0
46overflow-checks = false 47overflow-checks = false
48
49[package.metadata.embassy]
50build = [
51 { target = "riscv32imac-unknown-none-elf" }
52]