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.
38 lines
1.1 KiB
JSON
38 lines
1.1 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",
|
|
"-IPenguinBuffer",
|
|
"-Og",
|
|
"-Wall",
|
|
"-fdata-sections",
|
|
"-ffunction-sections",
|
|
"-g3",
|
|
"-gdwarf-2",
|
|
"-D_DEBUG",
|
|
"-MFbuild/p_serial_mgr.d",
|
|
"-Wa,-a,-ad,-alms=build/p_serial_mgr.lst",
|
|
"-o",
|
|
"build/p_serial_mgr.o",
|
|
"shared/drivers/p_serial_mgr.c"
|
|
],
|
|
"directory": "/storage/Shared/Projects/Penguinator/motor_controller",
|
|
"file": "shared/drivers/p_serial_mgr.c"
|
|
}
|
|
] |