Skip to content

Commit

Permalink
Restore gimlet-f to the horrible flash match.
Browse files Browse the repository at this point in the history
This was added while my cfg-check PR was outstanding, and got lost when
I resolved the merge conflicts on this horrible, horrible code.
  • Loading branch information
cbiffle committed Oct 1, 2024
1 parent b6e4a37 commit a960a62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/xtask/src/flash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ pub fn config(

"stm32f3-discovery" | "stm32f4-discovery" | "nucleo-h743zi2"
| "nucleo-h753zi" | "gemini-bu-1" | "gimletlet-1" | "gimletlet-2"
| "gimlet-b" | "gimlet-c" | "gimlet-d" | "gimlet-e" | "psc-b"
| "psc-c" | "sidecar-b" | "sidecar-c" | "sidecar-d"
| "gimlet-b" | "gimlet-c" | "gimlet-d" | "gimlet-e" | "gimlet-f"
| "psc-b" | "psc-c" | "sidecar-b" | "sidecar-c" | "sidecar-d"
| "stm32g031-nucleo" | "donglet-g030" | "donglet-g031"
| "oxcon2023g0" | "stm32g070-nucleo" | "stm32g0b1-nucleo"
| "medusa-a" | "grapefruit" => {
Expand Down Expand Up @@ -212,9 +212,9 @@ pub fn chip_name(board: &str) -> anyhow::Result<&'static str> {
"nucleo-h743zi2" => "STM32H743ZITx",
"nucleo-h753zi" => "STM32H753ZITx",
"gemini-bu-1" | "gimletlet-1" | "gimletlet-2" | "gimlet-b"
| "gimlet-c" | "gimlet-d" | "gimlet-e" | "psc-a" | "psc-b"
| "psc-c" | "sidecar-b" | "sidecar-c" | "sidecar-d" | "medusa-a"
| "grapefruit" => "STM32H753ZITx",
| "gimlet-c" | "gimlet-d" | "gimlet-e" | "gimlet-f" | "psc-a"
| "psc-b" | "psc-c" | "sidecar-b" | "sidecar-c" | "sidecar-d"
| "medusa-a" | "grapefruit" => "STM32H753ZITx",
"donglet-g030" => "STM32G030F6Px",
"donglet-g031" => "STM32G031F8Px",
"stm32g031-nucleo" => "STM32G031Y8Yx",
Expand Down

0 comments on commit a960a62

Please sign in to comment.