Motion_EC_HC32_archived/.vscode/c_cpp_properties.json

36 lines
1.6 KiB
JSON
Raw Normal View History

2022-01-14 12:16:38 +08:00
{
"configurations": [
{
"name": "Win32",
"defines": [
"HAVE_CCONFIG_H",
"HC32L073",
"RT_USING_NEWLIB",
"USE_DDL_DRIVER",
"__DEBUG",
"__RTTHREAD__"
],
"intelliSenseMode": "gcc-arm",
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
"cStandard": "c99",
"cppStandard": "c++11",
"includePath": [
"/home/bookshiyi/repos/motion_ec",
"/home/bookshiyi/repos/motion_ec/Libraries/CMSIS/Device/HDSC/HC32L073/Include",
"/home/bookshiyi/repos/motion_ec/Libraries/CMSIS/Include",
"/home/bookshiyi/repos/motion_ec/Libraries/HC32L073_StdPeriph_Driver/inc",
"/home/bookshiyi/repos/motion_ec/applications",
"/home/bookshiyi/repos/motion_ec/board",
"/home/bookshiyi/repos/motion_ec/drivers",
"/home/bookshiyi/repos/motion_ec/rt-thread/components/drivers/include",
"/home/bookshiyi/repos/motion_ec/rt-thread/components/finsh",
"/home/bookshiyi/repos/motion_ec/rt-thread/components/libc/compilers/common",
"/home/bookshiyi/repos/motion_ec/rt-thread/components/libc/compilers/gcc/newlib",
"/home/bookshiyi/repos/motion_ec/rt-thread/include",
"/home/bookshiyi/repos/motion_ec/rt-thread/libcpu/arm/common",
"/home/bookshiyi/repos/motion_ec/rt-thread/libcpu/arm/cortex-m0"
]
}
],
"version": 4
}