From 5b6a7416c9209a487ea7e41c06a6257626f2325c Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Thu, 10 Oct 2024 20:45:39 +0800 Subject: [PATCH] wip --- STM32CubeIDE/Release/makefile | 1 + STM32CubeIDE/Release/sources.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/STM32CubeIDE/Release/makefile b/STM32CubeIDE/Release/makefile index cc20b6b..809ed37 100644 --- a/STM32CubeIDE/Release/makefile +++ b/STM32CubeIDE/Release/makefile @@ -15,6 +15,7 @@ RM := rm -rf -include Drivers/STM32WLxx_HAL_Driver/subdir.mk -include Drivers/CMSIS/subdir.mk -include Drivers/BSP/STM32WLxx_Nucleo/subdir.mk +-include Drivers/BSP/53L8A1/subdir.mk -include Application/User/Startup/subdir.mk -include Application/User/LoRaWAN/Target/subdir.mk -include Application/User/LoRaWAN/App/subdir.mk diff --git a/STM32CubeIDE/Release/sources.mk b/STM32CubeIDE/Release/sources.mk index a11435c..b0e063e 100644 --- a/STM32CubeIDE/Release/sources.mk +++ b/STM32CubeIDE/Release/sources.mk @@ -26,6 +26,7 @@ Application/User/Core \ Application/User/LoRaWAN/App \ Application/User/LoRaWAN/Target \ Application/User/Startup \ +Drivers/BSP/53L8A1 \ Drivers/BSP/STM32WLxx_Nucleo \ Drivers/CMSIS \ Drivers/STM32WLxx_HAL_Driver \