From 4225a893c6c67cbed43e1aae264a3f79c010c998 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 14 一月 2025 10:32:50 +0800 Subject: [PATCH] 3.2,修改灯亮的逻辑。 --- MDK-ARM/STM32L071RB.uvprojx | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/MDK-ARM/STM32L071RB.uvprojx b/MDK-ARM/STM32L071RB.uvprojx index 30e308b..707a944 100644 --- a/MDK-ARM/STM32L071RB.uvprojx +++ b/MDK-ARM/STM32L071RB.uvprojx @@ -16,8 +16,8 @@ <TargetCommonOption> <Device>STM32L071RBTx</Device> <Vendor>STMicroelectronics</Vendor> - <PackID>Keil.STM32L0xx_DFP.2.3.0</PackID> - <PackURL>https://www.keil.com/pack/</PackURL> + <PackID>Keil.STM32L0xx_DFP.2.2.0</PackID> + <PackURL>http://www.keil.com/pack/</PackURL> <Cpu>IRAM(0x20000000-0x20004FFF) IROM(0x8000000-0x801FFFF) CLOCK(8000000) CPUTYPE("Cortex-M0+")</Cpu> <FlashUtilSpec></FlashUtilSpec> <StartupFile></StartupFile> @@ -708,6 +708,16 @@ </FileOption> </File> <File> + <FileName>stm32l0xx_hal_uart.c</FileName> + <FileType>1</FileType> + <FilePath>../Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.c</FilePath> + </File> + <File> + <FileName>stm32l0xx_hal_uart_ex.c</FileName> + <FileType>1</FileType> + <FilePath>../Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.c</FilePath> + </File> + <File> <FileName>stm32l0xx_hal_rtc.c</FileName> <FileType>1</FileType> <FilePath>../Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_rtc.c</FilePath> @@ -782,16 +792,6 @@ <FileName>stm32l0xx_hal_tim_ex.c</FileName> <FileType>1</FileType> <FilePath>../Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tim_ex.c</FilePath> - </File> - <File> - <FileName>stm32l0xx_hal_uart.c</FileName> - <FileType>1</FileType> - <FilePath>../Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart.c</FilePath> - </File> - <File> - <FileName>stm32l0xx_hal_uart_ex.c</FileName> - <FileType>1</FileType> - <FilePath>../Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_uart_ex.c</FilePath> </File> </Files> </Group> -- Gitblit v1.9.3