添加LetterShell库
This commit is contained in:
Generated
+1
-1
@@ -3,6 +3,6 @@
|
|||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/VoiletBspStm32F10x" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/VoiletBspStm32F10x" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/VoiletBspStm32F10x/ThirdParty/LetterShell" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/VoiletBspStm32F10x/ThirdParty/LetterShellV3" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -21,7 +21,6 @@
|
|||||||
#if (DO_NUM != 0)
|
#if (DO_NUM != 0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TTY_COM COM1
|
|
||||||
#define TTY_BAUD 115200
|
#define TTY_BAUD 115200
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
+2
-2
@@ -80,7 +80,7 @@ include_directories(
|
|||||||
VoiletBspStm32F10x/StdLib/Inc
|
VoiletBspStm32F10x/StdLib/Inc
|
||||||
VoiletBspStm32F10x/System
|
VoiletBspStm32F10x/System
|
||||||
VoiletBspStm32F10x/System/Cmsis/Inc
|
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/StdLib/Src/*.c
|
||||||
VoiletBspStm32F10x/System/*.c
|
VoiletBspStm32F10x/System/*.c
|
||||||
VoiletBspStm32F10x/System/Cmsis/Src/*.c
|
VoiletBspStm32F10x/System/Cmsis/Src/*.c
|
||||||
VoiletBspStm32F10x/ThirdParty/LetterShell/Src/*.c
|
VoiletBspStm32F10x/ThirdParty/LetterShellV3/Src/*.c
|
||||||
)
|
)
|
||||||
# [我加的] 排除模板文件和测试套件
|
# [我加的] 排除模板文件和测试套件
|
||||||
list(FILTER SOURCES EXCLUDE REGEX ".*template.*")
|
list(FILTER SOURCES EXCLUDE REGEX ".*template.*")
|
||||||
|
|||||||
+1
-1
Submodule VoiletBspStm32F10x updated: 42ceefc5ad...9f38c6ea75
Reference in New Issue
Block a user