aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-16 17:56:17 +0200
committerUlf Lilleengen <[email protected]>2025-08-25 19:44:51 +0200
commitbda6368b9be2f24631315c27b71213dbef333341 (patch)
tree4ef80dc37013e780f5f3a224a751da439402d4c4 /embassy-mspm0
parent90baa19b591b5d09f7fefe6273f1d1337e7c41df (diff)
fix: skip publish for now
Diffstat (limited to 'embassy-mspm0')
-rw-r--r--embassy-mspm0/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index d13f16eff..08e0fa9b3 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -9,6 +9,9 @@ categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
9repository = "https://github.com/embassy-rs/embassy" 9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/embassy-mspm0" 10documentation = "https://docs.embassy.dev/embassy-mspm0"
11 11
12# TODO: Remove to publish initial version
13publish = false
14
12[package.metadata.embassy] 15[package.metadata.embassy]
13build = [ 16build = [
14 {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1104dgs20", "time-driver-any"]}, 17 {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1104dgs20", "time-driver-any"]},