配置按键输入成功

This commit is contained in:
2026-07-05 18:07:31 +08:00
parent 9687338dab
commit a0aa2654c9
6 changed files with 106 additions and 9 deletions
+68
View File
@@ -72,6 +72,74 @@ miscInfo:
uid: d92a06a9fb4c340402d39197c79d1252
targets:
Debug:
cppPreprocessAttrs:
defineList:
- USE_STDPERIPH_DRIVER
- STM32F10X_HD
- DEBUG
incList:
- App/Inc
- Board
- VoiletBspStm32F10x/Bsp/Inc
- VoiletBspStm32F10x/StdLib/Inc
- VoiletBspStm32F10x/System/Cmsis/Inc
- VoiletBspStm32F10x/System
- VoiletBspStm32F10x/ThirdParty/LetterShellV3/Inc
libList: []
excludeList: []
settings:
debugger: cortex-debug
toolchain: GCC
toolchainConfigMap:
GCC:
archExtensions: ""
cpuType: Cortex-M3
floatingPointHardware: none
options:
version: 5
afterBuildTasks: []
asm-compiler:
ASM_FLAGS: ""
beforeBuildTasks: []
c/cpp-compiler:
CXX_FLAGS: ""
C_FLAGS: ""
language-c: c11
language-cpp: c++11
one-elf-section-per-data: true
one-elf-section-per-function: true
optimization: level-debug
warnings: all-warnings
global:
$float-abi-type: hard
misc-control: ""
not-use-syscalls: true
output-debug-info: enable
use-newlib-nano: true
linker:
$outputTaskExcludes:
- .bin
LD_FLAGS: ""
LIB_FLAGS: -lm
output-format: elf
remove-unused-input-sections: true
scatterFilePath: VoiletBspStm32F10x/System/LinkScripts/Gcc/stm32_flash_ze.ld
storageLayout:
RAM: []
ROM: []
useCustomScatterFile: true
uploadConfigMap:
JLink:
baseAddr: ""
bin: ""
cpuInfo:
cpuName: STM32F103ZE
vendor: ST
otherCmds: ""
proType: 1
speed: 8000
uploader: JLink
Release:
cppPreprocessAttrs:
defineList:
- USE_STDPERIPH_DRIVER
+3
View File
@@ -18,3 +18,6 @@ options:
Debug:
files: {}
virtualPathFiles: {}
Release:
files: {}
virtualPathFiles: {}