project: packs: - pack: Keil::STM32G4xx_DFP - pack: ARM::CMSIS@5.9.0 setups: - setup: Options for STM32G474RETxDemoBlink processor: fpu: sp add-path: - ../Core/Inc - ../Drivers/STM32G4xx_HAL_Driver/Inc - ../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy - ../Drivers/CMSIS/Device/ST/STM32G4xx/Include - ../Drivers/CMSIS/Include - ../FOC_Related/CONTROL - ../FOC_Related/AS5600 - ../FOC_Related/FOC - ../FOC_Related/LOWPASS_FILTER - ../FOC_Related/PID - ../FOC_Related/ABZ - ../FOC_Related/HALL debug: "on" define: - USE_HAL_DRIVER - STM32G474xx - __MICROLIB misc: - C: - -std=c99 C-CPP: - -fno-rtti - -funsigned-char - -fshort-enums - -fshort-wchar - -ffunction-sections - -Wno-packed - -Wno-missing-variable-declarations - -Wno-missing-prototypes - -Wno-missing-noreturn - -Wno-sign-conversion - -Wno-nonportable-include-path - -Wno-reserved-id-macro - -Wno-unused-macros - -Wno-documentation-unknown-command - -Wno-documentation - -Wno-license-management - -Wno-parentheses-equality CPP: - -xc++ - -std=c++03 Link: - --library_type=microlib - --map - --load_addr_map_info - --xref - --callgraph - --symbols - --info sizes - --info totals - --info unused - --info veneers - --strict - --summary_stderr - --info summarysizes linker: - script: STM32G474RETx_Demo_Blink_STM32G474RETxDemoBlink.sct groups: - group: Application/MDK-ARM files: - file: startup_stm32g474xx.s misc: - ASM: - -masm=auto - group: Application/User/Core files: - file: ../FOC_Related/AS5600/AS5600.c - file: ../FOC_Related/CONTROL/control.c - file: ../FOC_Related/FOC/FOC.c - file: ../FOC_Related/LOWPASS_FILTER/LowPass_Filter.c - file: ../FOC_Related/PID/pid.c - file: ../FOC_Related/HALL/HALL.c - file: ../FOC_Related/ABZ/ABZ.c - file: ../Core/Src/main.c - file: ../Core/Src/gpio.c misc: - CPP: - -xc++ - file: ../Core/Src/adc.c misc: - CPP: - -xc++ - file: ../Core/Src/dma.c misc: - CPP: - -xc++ - file: ../Core/Src/fdcan.c misc: - CPP: - -xc++ - file: ../Core/Src/i2c.c misc: - CPP: - -xc++ - file: ../Core/Src/usart.c misc: - CPP: - -xc++ - file: ../Core/Src/tim.c misc: - CPP: - -xc++ - file: ../Core/Src/stm32g4xx_it.c - file: ../Core/Src/stm32g4xx_hal_msp.c - group: Drivers/STM32G4xx_HAL_Driver files: - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c misc: - CPP: - -xc++ - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c misc: - CPP: - -xc++ - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c misc: - CPP: - -xc++ - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fdcan.c misc: - CPP: - -xc++ - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c misc: - CPP: - -xc++ - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c misc: - CPP: - -xc++ - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim.c - file: ../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_tim_ex.c - group: Drivers/CMSIS files: - file: ../Core/Src/system_stm32g4xx.c components: - component: ARM::CMSIS:CORE