mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-20 15:19:58 +01:00
flash_usb: Inform user to manually reset after stm32f4 flash
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -208,6 +208,9 @@ def flash_stm32f4(options, binfile):
|
|||||||
sys.stderr.write(STM32F4_HELP % (
|
sys.stderr.write(STM32F4_HELP % (
|
||||||
options.device, str(e), options.device))
|
options.device, str(e), options.device))
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
sys.stdout.write("\n\nFlash appears successful.\n"
|
||||||
|
"Device must be manually reset for new code to run.\n"
|
||||||
|
"\n")
|
||||||
|
|
||||||
MCUTYPES = {
|
MCUTYPES = {
|
||||||
'atsam3': flash_atsam3, 'atsam4': flash_atsam4, 'atsamd': flash_atsamd,
|
'atsam3': flash_atsam3, 'atsam4': flash_atsam4, 'atsamd': flash_atsamd,
|
||||||
|
|||||||
Reference in New Issue
Block a user