Skip to content

Commit

Permalink
Add Gimlet-E to flashing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Aug 16, 2023
1 parent 810de5b commit 7b75308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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" | "stm32h7b3i-dk" | "gemini-bu-1" | "gimletlet-1"
| "gimletlet-2" | "gimlet-b" | "gimlet-c" | "gimlet-d" | "psc-a"
| "psc-b" | "psc-c" | "sidecar-b" | "sidecar-c"
| "gimletlet-2" | "gimlet-b" | "gimlet-c" | "gimlet-d" | "gimlet-e"
| "psc-a" | "psc-b" | "psc-c" | "sidecar-b" | "sidecar-c"
| "stm32g031-nucleo" | "donglet-g030" | "donglet-g031"
| "stm32g070" | "stm32g0b1" => {
let cfg = FlashProgramConfig::new(chip_dir.join("openocd.cfg"));
Expand Down Expand Up @@ -212,8 +212,8 @@ pub fn chip_name(board: &str) -> anyhow::Result<&'static str> {
"nucleo-h753zi" => "STM32H753ZITx",
"stm32h7b3i-dk" => "STM32H7B3IITx",
"gemini-bu-1" | "gimletlet-1" | "gimletlet-2" | "gimlet-b"
| "gimlet-c" | "gimlet-d" | "psc-a" | "psc-b" | "psc-c"
| "sidecar-b" | "sidecar-c" => "STM32H753ZITx",
| "gimlet-c" | "gimlet-d" | "gimlet-e" | "psc-a" | "psc-b"
| "psc-c" | "sidecar-b" | "sidecar-c" => "STM32H753ZITx",
"donglet-g030" => "STM32G030F6Px",
"donglet-g031" => "STM32G031F8Px",
"stm32g031-nucleo" => "STM32G031Y8Yx",
Expand Down

0 comments on commit 7b75308

Please sign in to comment.