From 7579ca4ac7de39a4d48cfa3dca0011ebe56eeb35 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Fri, 15 Aug 2025 14:29:13 +0200 Subject: fix: reenable --- release/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'release') 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 embassy-rp = { features = ["defmt", "unstable-pac", "time-driver", "rp2040"], target = "thumbv6m-none-eabi" } cyw43 = { features = ["defmt", "firmware-logs"], target = "thumbv6m-none-eabi" } -#cyw43-pio = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } +cyw43-pio = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } embassy-boot = { features = ["defmt"] } -#embassy-boot-nrf = { features = ["defmt", "embassy-nrf/nrf52840"], target = "thumbv7em-none-eabihf" } -#embassy-boot-rp = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } -#embassy-boot-stm32 = { features = ["defmt", "embassy-stm32/stm32f429zi"], target = "thumbv7em-none-eabi" } +embassy-boot-nrf = { features = ["defmt", "embassy-nrf/nrf52840"], target = "thumbv7em-none-eabihf" } +embassy-boot-rp = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } +embassy-boot-stm32 = { features = ["defmt", "embassy-stm32/stm32f429zi"], target = "thumbv7em-none-eabi" } embassy-time = { features = ["defmt", "std"] } embassy-time-driver = { } -- cgit