From 92e8b401a4c2826fb301601e0d0dc1f53ff39b97 Mon Sep 17 00:00:00 2001 From: hangpersonal Date: Sun, 30 Aug 2026 18:53:38 -0700 Subject: [PATCH] first commit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b8e2d3..475c4e8 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,12 @@ Run these commands from the workspace root: ```powershell $board = "stm32f4_disco" +$project = "kconfig_hello" west build -p always ` - -s apps\kconfig_hello ` - -d build\kconfig_hello ` + -s apps\$project ` + -d build\$project ` -b $board -west flash -d build\kconfig_hello +west flash -d build\$project ```