
{
"name": "Battery_Depassivation",
"target": "Debug",
"toolchain": "GCC",
"toolchainLocation": "D:\cubeide\STM32CubeIDE_1.13.1\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506\tools",
"toolchainCfgFile": "c:\Users\YSC\.vscode\extensions\cl.eide-3.21.3\res\data\models\win32/arm.gcc.model.json",
"buildMode": "fast|multhread",
"showRepathOnLog": true,
"threadNum": 8,
"rootDir": "c:\Users\YSC\Desktop\Battery_Depassivation\code\Battery_Depassivation",
"dumpPath": "build\Debug",
"outDir": "build\Debug",
"incDirs": [
".",
"Core/Inc",
"Drivers/STM32F1xx_HAL_Driver/Inc/Legacy",
"Drivers/STM32F1xx_HAL_Driver/Inc",
"Drivers/CMSIS/Device/ST/STM32F1xx/Include",
"Drivers/CMSIS/Include"
],
"libDirs": [],
"defines": [
"DEBUG",
"USE_HAL_DRIVER",
"STM32F103xE"
],
"sourceList": [
"Core/Src/adc.c",
"Core/Src/dma.c",
"Core/Src/gpio.c",
"Core/Src/main.c",
"Core/Src/spi.c",
"Core/Src/stm32f1xx_hal_msp.c",
"Core/Src/stm32f1xx_it.c",
"Core/Src/syscalls.c",
"Core/Src/sysmem.c",
"Core/Src/system_stm32f1xx.c",
"Core/Src/usart.c",
"Core/Startup/startup_stm32f103vetx.s",
"Drivers/BSP/AD5262/AD5262.c",
"Drivers/BSP/LED/led.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c",
"Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c",
"Drivers/SYSTEM/delay/delay.c",
"Drivers/SYSTEM/sys/sys.c"
],
"alwaysInBuildSources": [],
"sourceParams": {},
"options": {
"version": 5,
"beforeBuildTasks": [],
"afterBuildTasks": [],
"global": {
"$float-abi-type": "softfp",
"output-debug-info": "enable",
"misc-control": [],
"toolPrefix": "arm-none-eabi-",
"microcontroller-cpu": "cortex-m3",
"microcontroller-fpu": "cortex-m3",
"microcontroller-float": "cortex-m3",
"target": "cortex-m3"
},
"c/cpp-compiler": {
"language-c": "c11",
"language-cpp": "c++11",
"optimization": "level-debug",
"warnings": "all-warnings",
"one-elf-section-per-function": true,
"one-elf-section-per-data": true,
"C_FLAGS": "",
"CXX_FLAGS": ""
},
"asm-compiler": {
"ASM_FLAGS": "-DDEBUG"
},
"linker": {
"output-format": "elf",
"remove-unused-input-sections": true,
"LD_FLAGS": "-TSTM32F103VETX_FLASH.ld",
"LIB_FLAGS": "",
"$toolName": "gcc",
"link-scatter": []
}
},
"env": {
"workspaceFolder": "c:\Users\YSC\Desktop\Battery_Depassivation\code\Battery_Depassivation",
"workspaceFolderBasename": "Battery_Depassivation",
"OutDir": "c:\Users\YSC\Desktop\Battery_Depassivation\code\Battery_Depassivation\build\Debug",
"OutDirRoot": "build",
"OutDirBase": "build\Debug",
"ProjectName": "Battery_Depassivation",
"ConfigName": "Debug",
"ProjectRoot": "c:\Users\YSC\Desktop\Battery_Depassivation\code\Battery_Depassivation",
"ExecutableName": "c:\Users\YSC\Desktop\Battery_Depassivation\code\Battery_Depassivation\build\Debug\Battery_Depassivation",
"ChipPackDir": ".pack/Keil/STM32F1xx_DFP.2.2.0",
"ChipName": "",
"SYS_Platform": "win32",
"SYS_DirSep": "\",
"SYS_DirSeparator": "\",
"SYS_PathSep": ";",
"SYS_PathSeparator": ";",
"SYS_EOL": "\r\n",
"EIDE_BUILDER_DIR": "c:\Users\YSC\.vscode\extensions\cl.eide-3.21.3\res\tools\win32\unify_builder",
"EIDE_BINARIES_VER": "12.0.1",
"EIDE_MSYS": "C:\Users\YSC\.eide\bin\builder\msys\bin",
"ToolchainRoot": "D:\cubeide\STM32CubeIDE_1.13.1\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506\tools"
},
"sysPaths": []
}