From 76c90609bc212767208dd36cc5312bca08305769 Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sat, 13 Nov 2021 10:00:26 +0800 Subject: [PATCH] Update Makefile --- bsp/stm32g030c8/Makefile | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/bsp/stm32g030c8/Makefile b/bsp/stm32g030c8/Makefile index 0cd04dbc1..eeefc4453 100644 --- a/bsp/stm32g030c8/Makefile +++ b/bsp/stm32g030c8/Makefile @@ -49,18 +49,36 @@ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c \ -Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c \ -Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c \ Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_adc.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_comp.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crc.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crs.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dac.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_i2c.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lptim.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lpuart.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_pwr.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rng.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rtc.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_spi.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_tim.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_ucpd.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c \ +Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c \ # ASM sources ASM_SOURCES = \