From a91d6db680c00dd761c9e5771873305b5711aa60 Mon Sep 17 00:00:00 2001 From: iorebuild Date: Tue, 26 May 2026 22:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0LetterShell=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/vcs.xml | 2 +- App/Voilet.h | 1 - CMakeLists.txt | 4 ++-- VoiletBspStm32F10x | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 04a8302..cbd5723 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -3,6 +3,6 @@ - + \ No newline at end of file diff --git a/App/Voilet.h b/App/Voilet.h index 61dee82..45f49df 100644 --- a/App/Voilet.h +++ b/App/Voilet.h @@ -21,7 +21,6 @@ #if (DO_NUM != 0) #endif -#define TTY_COM COM1 #define TTY_BAUD 115200 typedef struct { diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f8e964..8955f09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ include_directories( VoiletBspStm32F10x/StdLib/Inc VoiletBspStm32F10x/System VoiletBspStm32F10x/System/Cmsis/Inc - VoiletBspStm32F10x/ThirdParty/LetterShell/Inc + VoiletBspStm32F10x/ThirdParty/LetterShellV3/Inc ) # [我加的] 自动收集源文件(递归搜索指定目录下的所有源文件) @@ -91,7 +91,7 @@ file(GLOB_RECURSE SOURCES VoiletBspStm32F10x/StdLib/Src/*.c VoiletBspStm32F10x/System/*.c VoiletBspStm32F10x/System/Cmsis/Src/*.c - VoiletBspStm32F10x/ThirdParty/LetterShell/Src/*.c + VoiletBspStm32F10x/ThirdParty/LetterShellV3/Src/*.c ) # [我加的] 排除模板文件和测试套件 list(FILTER SOURCES EXCLUDE REGEX ".*template.*") diff --git a/VoiletBspStm32F10x b/VoiletBspStm32F10x index 42ceefc..9f38c6e 160000 --- a/VoiletBspStm32F10x +++ b/VoiletBspStm32F10x @@ -1 +1 @@ -Subproject commit 42ceefc5ad05d9ffe933c7fac36a15507a6a5775 +Subproject commit 9f38c6ea75a693fdd9f164e8ebced450e7ebeb23