mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-07 23:17:37 -06:00
stm32: Add support for flashing over usb on stm32f042
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
2ecc8d8f62
commit
5131ec5eb0
3 changed files with 18 additions and 1 deletions
|
@ -211,7 +211,8 @@ def flash_stm32f4(options, binfile):
|
|||
|
||||
MCUTYPES = {
|
||||
'atsam3': flash_atsam3, 'atsam4': flash_atsam4, 'atsamd': flash_atsamd,
|
||||
'lpc176x': flash_lpc176x, 'stm32f1': flash_stm32f1, 'stm32f4': flash_stm32f4
|
||||
'lpc176x': flash_lpc176x, 'stm32f1': flash_stm32f1,
|
||||
'stm32f4': flash_stm32f4, 'stm32f0': flash_stm32f4,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue