This commit is contained in:
2025-11-05 14:31:59 -06:00
commit bc11f8ec5e
1458 changed files with 1055365 additions and 0 deletions

809
compile_commands.json Normal file
View File

@@ -0,0 +1,809 @@
[
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/main.lst",
"-o",
"build/main.o",
"Core/Src/main.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Core/Src/main.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/main.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_it.lst",
"-o",
"build/stm32f4xx_it.o",
"Core/Src/stm32f4xx_it.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Core/Src/stm32f4xx_it.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_it.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_msp.lst",
"-o",
"build/stm32f4xx_hal_msp.o",
"Core/Src/stm32f4xx_hal_msp.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Core/Src/stm32f4xx_hal_msp.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_msp.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_adc.lst",
"-o",
"build/stm32f4xx_hal_adc.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_adc.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_adc_ex.lst",
"-o",
"build/stm32f4xx_hal_adc_ex.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_adc_ex.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_ll_adc.lst",
"-o",
"build/stm32f4xx_ll_adc.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_ll_adc.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_rcc.lst",
"-o",
"build/stm32f4xx_hal_rcc.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_rcc.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_rcc_ex.lst",
"-o",
"build/stm32f4xx_hal_rcc_ex.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_rcc_ex.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_flash.lst",
"-o",
"build/stm32f4xx_hal_flash.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_flash.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_flash_ex.lst",
"-o",
"build/stm32f4xx_hal_flash_ex.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_flash_ex.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_flash_ramfunc.lst",
"-o",
"build/stm32f4xx_hal_flash_ramfunc.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_flash_ramfunc.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_gpio.lst",
"-o",
"build/stm32f4xx_hal_gpio.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_gpio.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_dma_ex.lst",
"-o",
"build/stm32f4xx_hal_dma_ex.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_dma_ex.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_dma.lst",
"-o",
"build/stm32f4xx_hal_dma.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_dma.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_pwr.lst",
"-o",
"build/stm32f4xx_hal_pwr.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_pwr.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_pwr_ex.lst",
"-o",
"build/stm32f4xx_hal_pwr_ex.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_pwr_ex.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_cortex.lst",
"-o",
"build/stm32f4xx_hal_cortex.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_cortex.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal.lst",
"-o",
"build/stm32f4xx_hal.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_exti.lst",
"-o",
"build/stm32f4xx_hal_exti.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_exti.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_tim.lst",
"-o",
"build/stm32f4xx_hal_tim.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_tim.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_tim_ex.lst",
"-o",
"build/stm32f4xx_hal_tim_ex.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_tim_ex.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/stm32f4xx_hal_uart.lst",
"-o",
"build/stm32f4xx_hal_uart.o",
"Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/stm32f4xx_hal_uart.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/system_stm32f4xx.lst",
"-o",
"build/system_stm32f4xx.o",
"Core/Src/system_stm32f4xx.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Core/Src/system_stm32f4xx.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/system_stm32f4xx.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/sysmem.lst",
"-o",
"build/sysmem.o",
"Core/Src/sysmem.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Core/Src/sysmem.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/sysmem.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-Wa,-a,-ad,-alms=build/syscalls.lst",
"-o",
"build/syscalls.o",
"Core/Src/syscalls.c"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/Core/Src/syscalls.c",
"output": "/home/ja/STM/NEW-ADC_Polling/build/syscalls.o"
},
{
"arguments": [
"/home/ja/.arm-gcc/bin/arm-none-eabi-gcc",
"-x",
"assembler-with-cpp",
"-c",
"-mcpu=cortex-m4",
"-mthumb",
"-mfpu=fpv4-sp-d16",
"-mfloat-abi=hard",
"-DUSE_HAL_DRIVER",
"-DSTM32F429xx",
"-I/usr/include",
"-ICore/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc",
"-IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"-IDrivers/CMSIS/Device/ST/STM32F4xx/Include",
"-IDrivers/CMSIS/Include",
"-Og",
"-Wall",
"-fdata-sections",
"-ffunction-sections",
"-g",
"-gdwarf-2",
"-o",
"build/startup_stm32f429xx.o",
"startup_stm32f429xx.s"
],
"directory": "/home/ja/STM/NEW-ADC_Polling",
"file": "/home/ja/STM/NEW-ADC_Polling/startup_stm32f429xx.s",
"output": "/home/ja/STM/NEW-ADC_Polling/build/startup_stm32f429xx.o"
}
]