aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-15 14:29:13 +0200
committerUlf Lilleengen <[email protected]>2025-08-25 19:44:50 +0200
commit7579ca4ac7de39a4d48cfa3dca0011ebe56eeb35 (patch)
treec13345e7c370be3fe5a78f06f557d9d8b14c9fcb /release
parenta434401322e4e7af64ea7077ce2e4af685eac3d5 (diff)
fix: reenable
Diffstat (limited to 'release')
-rw-r--r--release/config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/config.toml b/release/config.toml
index f572b450c..014c73a91 100644
--- a/release/config.toml
+++ b/release/config.toml
@@ -4,12 +4,12 @@ embassy-nrf = { features = ["nrf52840", "time", "defmt", "unstable-pac", "gpiote
4 4
5embassy-rp = { features = ["defmt", "unstable-pac", "time-driver", "rp2040"], target = "thumbv6m-none-eabi" } 5embassy-rp = { features = ["defmt", "unstable-pac", "time-driver", "rp2040"], target = "thumbv6m-none-eabi" }
6cyw43 = { features = ["defmt", "firmware-logs"], target = "thumbv6m-none-eabi" } 6cyw43 = { features = ["defmt", "firmware-logs"], target = "thumbv6m-none-eabi" }
7#cyw43-pio = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } 7cyw43-pio = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" }
8 8
9embassy-boot = { features = ["defmt"] } 9embassy-boot = { features = ["defmt"] }
10#embassy-boot-nrf = { features = ["defmt", "embassy-nrf/nrf52840"], target = "thumbv7em-none-eabihf" } 10embassy-boot-nrf = { features = ["defmt", "embassy-nrf/nrf52840"], target = "thumbv7em-none-eabihf" }
11#embassy-boot-rp = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } 11embassy-boot-rp = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" }
12#embassy-boot-stm32 = { features = ["defmt", "embassy-stm32/stm32f429zi"], target = "thumbv7em-none-eabi" } 12embassy-boot-stm32 = { features = ["defmt", "embassy-stm32/stm32f429zi"], target = "thumbv7em-none-eabi" }
13 13
14embassy-time = { features = ["defmt", "std"] } 14embassy-time = { features = ["defmt", "std"] }
15embassy-time-driver = { } 15embassy-time-driver = { }