aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
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 = { }