feat: 添加vscode宏定义
parent
4765afdc17
commit
e8c0477c41
|
@ -13,7 +13,13 @@
|
||||||
"${workspaceFolder}/rt-thread/include/**",
|
"${workspaceFolder}/rt-thread/include/**",
|
||||||
"${workspaceFolder}/packages/agile_button-v1.1.1/inc/**"
|
"${workspaceFolder}/packages/agile_button-v1.1.1/inc/**"
|
||||||
],
|
],
|
||||||
"defines": [],
|
"defines": [
|
||||||
|
"HAVE_CCONFIG_H",
|
||||||
|
"RT_USING_NEWLIB",
|
||||||
|
"STM32F072xB",
|
||||||
|
"USE_HAL_DRIVER",
|
||||||
|
"__RTTHREAD__"
|
||||||
|
],
|
||||||
"macFrameworkPath": [
|
"macFrameworkPath": [
|
||||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue