diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-15 14:29:13 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-25 19:44:50 +0200 |
| commit | 7579ca4ac7de39a4d48cfa3dca0011ebe56eeb35 (patch) | |
| tree | c13345e7c370be3fe5a78f06f557d9d8b14c9fcb /release | |
| parent | a434401322e4e7af64ea7077ce2e4af685eac3d5 (diff) | |
fix: reenable
Diffstat (limited to 'release')
| -rw-r--r-- | release/config.toml | 8 |
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 | ||
| 5 | embassy-rp = { features = ["defmt", "unstable-pac", "time-driver", "rp2040"], target = "thumbv6m-none-eabi" } | 5 | embassy-rp = { features = ["defmt", "unstable-pac", "time-driver", "rp2040"], target = "thumbv6m-none-eabi" } |
| 6 | cyw43 = { features = ["defmt", "firmware-logs"], target = "thumbv6m-none-eabi" } | 6 | cyw43 = { features = ["defmt", "firmware-logs"], target = "thumbv6m-none-eabi" } |
| 7 | #cyw43-pio = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } | 7 | cyw43-pio = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } |
| 8 | 8 | ||
| 9 | embassy-boot = { features = ["defmt"] } | 9 | embassy-boot = { features = ["defmt"] } |
| 10 | #embassy-boot-nrf = { features = ["defmt", "embassy-nrf/nrf52840"], target = "thumbv7em-none-eabihf" } | 10 | embassy-boot-nrf = { features = ["defmt", "embassy-nrf/nrf52840"], target = "thumbv7em-none-eabihf" } |
| 11 | #embassy-boot-rp = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } | 11 | embassy-boot-rp = { features = ["defmt", "embassy-rp/rp2040"], target = "thumbv6m-none-eabi" } |
| 12 | #embassy-boot-stm32 = { features = ["defmt", "embassy-stm32/stm32f429zi"], target = "thumbv7em-none-eabi" } | 12 | embassy-boot-stm32 = { features = ["defmt", "embassy-stm32/stm32f429zi"], target = "thumbv7em-none-eabi" } |
| 13 | 13 | ||
| 14 | embassy-time = { features = ["defmt", "std"] } | 14 | embassy-time = { features = ["defmt", "std"] } |
| 15 | embassy-time-driver = { } | 15 | embassy-time-driver = { } |
