From dd419489dbf20d52ec89e7d280b0c1bbfbdbaef6 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 03 八月 2023 16:15:18 +0800 Subject: [PATCH] V2.5 --- MDK-ARM/L051/L051.lnp | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/MDK-ARM/L051/L051.lnp b/MDK-ARM/L051/L051.lnp index 73e2d00..d070f0b 100644 --- a/MDK-ARM/L051/L051.lnp +++ b/MDK-ARM/L051/L051.lnp @@ -1,10 +1,11 @@ --cpu Cortex-M0+ "l051\startup_stm32l051xx.o" "l051\lis3dh_driver.o" +"l051\dw_driver.o" +"l051\bmp390.o" "l051\deca_device.o" "l051\deca_params_init.o" "l051\deca_range_tables.o" -"l051\dw_driver.o" "l051\spi.o" "l051\adc.o" "l051\usart.o" @@ -12,6 +13,7 @@ "l051\global_param.o" "l051\dw_app.o" "l051\serial_at_cmd_app.o" +"l051\dw_ds_anc.o" "l051\main.o" "l051\stm32l0xx_it.o" "l051\stm32l0xx_hal_msp.o" @@ -30,6 +32,7 @@ "l051\stm32l0xx_hal_pwr.o" "l051\stm32l0xx_hal_pwr_ex.o" "l051\stm32l0xx_hal_cortex.o" +"l051\stm32l0xx_hal_exti.o" "l051\stm32l0xx_hal_lptim.o" "l051\stm32l0xx_hal_spi.o" "l051\stm32l0xx_hal_tim.o" -- Gitblit v1.9.3