fix: skip publish on a few more

This commit is contained in:
Ulf Lilleengen 2025-08-16 17:57:19 +02:00
parent bda6368b9b
commit a672861f69
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name = "embassy-nxp"
version = "0.1.0"
edition = "2021"
publish = false
[package.metadata.embassy]
build = [
{target = "thumbv8m.main-none-eabihf", features = ["defmt", "lpc55"]},

View File

@ -9,6 +9,8 @@ categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
repository = "https://github.com/embassy-rs/embassy"
documentation = "https://docs.embassy.dev/embassy-stm32-wpan"
publish = false
[package.metadata.embassy]
build = [
{target = "thumbv7em-none-eabi", features = ["stm32wb55rg"]},