From 77616cdb2a205550bf67b70e6eb17925482b2ab5 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Wed, 13 Nov 2024 16:41:43 +0800 Subject: [PATCH] ------------ workable L8 ---------- --- .gitignore | 1 - Core/Src/stm32wlxx_nucleo_bus.c | 2 +- Core/Src/usart_if.c | 2 +- STM32CubeIDE/.cproject | 1 + STM32CubeIDE/.settings/language.settings.xml | 4 +- .../Release/Application/User/Core/subdir.mk | 40 +++++------ .../Application/User/LoRaWAN/App/subdir.mk | 8 +-- .../Application/User/LoRaWAN/Target/subdir.mk | 2 +- .../Application/User/TOF/App/subdir.mk | 2 +- .../Application/User/TOF/Target/subdir.mk | 2 +- .../Release/Drivers/BSP/53L8A1/subdir.mk | 2 +- .../Drivers/BSP/STM32WLxx_Nucleo/subdir.mk | 4 +- STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk | 2 +- .../Drivers/STM32WLxx_HAL_Driver/subdir.mk | 48 +++++++------- .../Release/Middlewares/LoRaWAN/subdir.mk | 66 +++++++++---------- .../Release/Middlewares/SubGHz_Phy/subdir.mk | 6 +- STM32CubeIDE/Release/Utilities/subdir.mk | 16 ++--- 17 files changed, 104 insertions(+), 104 deletions(-) diff --git a/.gitignore b/.gitignore index 21bf964..b0155fc 100644 --- a/.gitignore +++ b/.gitignore @@ -47,7 +47,6 @@ *.o *.dp *.lst -*.elf *.build_log *.build_log.htm diff --git a/Core/Src/stm32wlxx_nucleo_bus.c b/Core/Src/stm32wlxx_nucleo_bus.c index a39f02a..fb87016 100644 --- a/Core/Src/stm32wlxx_nucleo_bus.c +++ b/Core/Src/stm32wlxx_nucleo_bus.c @@ -38,7 +38,7 @@ __weak HAL_StatusTypeDef MX_I2C2_Init(I2C_HandleTypeDef* hi2c); * @{ */ -I2C_HandleTypeDef hi2c2; +extern I2C_HandleTypeDef hi2c2; /** * @} */ diff --git a/Core/Src/usart_if.c b/Core/Src/usart_if.c index 9f0331e..8ac0e4a 100644 --- a/Core/Src/usart_if.c +++ b/Core/Src/usart_if.c @@ -127,7 +127,7 @@ UTIL_ADV_TRACE_Status_t vcom_DeInit(void) /* ##-3- Disable the NVIC for DMA ########################################### */ /* USER CODE BEGIN 1 */ - HAL_NVIC_DisableIRQ(DMA1_Channel5_IRQn); + HAL_NVIC_DisableIRQ(DMA1_Channel6_IRQn); return UTIL_ADV_TRACE_OK; /* USER CODE END 1 */ diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index 342edd1..36fa574 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -126,6 +126,7 @@