From cb7ac4ed487088c14c13d07f4a50961b64ed8f4e Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 07 Jul 2026 00:13:55 +0800
Subject: [PATCH] update Keil5 printf implement description

---
 ex1.auto-light/.vscode/tasks.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ex1.auto-light/.vscode/tasks.json b/ex1.auto-light/.vscode/tasks.json
index 4586022..c8d0ec6 100644
--- a/ex1.auto-light/.vscode/tasks.json
+++ b/ex1.auto-light/.vscode/tasks.json
@@ -6,8 +6,8 @@
             "type": "shell",
             "command": "D:\\Program Files\\ST\\STM32CubeProgrammer\\bin\\STM32_Programmer_CLI.exe",
             "args": [
-                "-c",
-                "port=SWD",
+                "-c port=SWD",
+                "-e all",
                 "-w",
                 "${workspaceFolder}\\build\\Release\\ISKBoard.elf",
                 "0x08000000",

--
Gitblit v1.10.0