You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
[
|
|
{
|
|
"arguments": [
|
|
"arm-none-eabi-gcc",
|
|
"-c",
|
|
"-mcpu=cortex-m4",
|
|
"-mthumb",
|
|
"-mfpu=fpv4-sp-d16",
|
|
"-mfloat-abi=hard",
|
|
"-DUSE_HAL_DRIVER",
|
|
"-DSTM32L432xx",
|
|
"-ICore/Inc",
|
|
"-IDrivers/STM32L4xx_HAL_Driver/Inc",
|
|
"-IDrivers/STM32L4xx_HAL_Driver/Inc/Legacy",
|
|
"-IDrivers/CMSIS/Device/ST/STM32L4xx/Include",
|
|
"-IDrivers/CMSIS/Include",
|
|
"-Ishared",
|
|
"-Ishared/devices",
|
|
"-Ishared/drivers",
|
|
"-Ishared/util",
|
|
"-Og",
|
|
"-Wall",
|
|
"-fdata-sections",
|
|
"-ffunction-sections",
|
|
"-g3",
|
|
"-gdwarf-2",
|
|
"-D_DEBUG",
|
|
"-MFbuild/main.d",
|
|
"-Wa,-a,-ad,-alms=build/main.lst",
|
|
"-o",
|
|
"build/main.o",
|
|
"Core/Src/main.c"
|
|
],
|
|
"directory": "/storage/Shared/Projects/stm32_projects/motor_controller",
|
|
"file": "Core/Src/main.c"
|
|
}
|
|
] |