Add stm32-vserprog

Tested on a Nucleo-F042K6.

That has an onboard stlink:
`st-flash --format ihex write bin/serprog_stm32/serprog_nucleo-f042k6.hex`

The usb port used for flashing is separate, its is exposed on
the pin header instead. Check boards/nucleo-f042k6.h for usb pinout.

Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
This commit is contained in:
Riku Viitanen
2023-09-09 16:49:27 +03:00
parent 7b6fb95897
commit bed444ff90
3 changed files with 66 additions and 0 deletions
+7
View File
@@ -96,3 +96,10 @@
depend: rpi-pico-sdk
depend: rpi-pico-tinyusb
}
{stm32-vserprog}{
rev: 60c6274f7f5d45d01c64b7acdc5b0e4ed71caa96
loc: util-fw/stm32-vserprog
url: https://codeberg.org/libreboot/stm32-vserprog
bkup_url: https://notabug.org/libreboot/stm32-vserprog
}