diff --git a/firmware/hw_layer/ports/stm32/stm32f4/openblt/port.mk b/firmware/hw_layer/ports/stm32/stm32f4/openblt/port.mk index 0e5bb07bec..532ba954b0 100644 --- a/firmware/hw_layer/ports/stm32/stm32f4/openblt/port.mk +++ b/firmware/hw_layer/ports/stm32/stm32f4/openblt/port.mk @@ -4,7 +4,7 @@ # Collect all application files in the current directory and its subdirectories, but # exclude flash-layout.c as this one is directly included in a source file, when used. PROJ_FILES += $(filter-out $(OPENBLT_PORT_DIR)/flash_layout.c, $(call rwildcard, $(OPENBLT_PORT_DIR), *.c *.h *.s)) -# reuse ST32F4xx HAL and CMSIS from one of OpenBLT exaples to avoid having copy in RusEFI git +# reuse ST32F4xx HAL and CMSIS from one of OpenBLT examples to avoid having copy in rusEFI git PROJ_FILES += $(filter-out uip, $(call rwildcard, $(OPENBLT_TRGT_DIR)/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/lib/CMSIS/, *.c *.h *.s)) PROJ_FILES += $(filter-out uip, $(call rwildcard, $(OPENBLT_TRGT_DIR)/Demo/ARMCM4_STM32F4_Nucleo_F429ZI_GCC/Boot/lib/STM32F4xx_HAL_Driver/, *.c *.h *.s)) diff --git a/firmware/hw_layer/ports/stm32/stm32f7/openblt/port.mk b/firmware/hw_layer/ports/stm32/stm32f7/openblt/port.mk index bb8d1761f7..ea24185cd3 100644 --- a/firmware/hw_layer/ports/stm32/stm32f7/openblt/port.mk +++ b/firmware/hw_layer/ports/stm32/stm32f7/openblt/port.mk @@ -4,7 +4,7 @@ # Collect all application files in the current directory and its subdirectories, but # exclude flash-layout.c as this one is directly included in a source file, when used. PROJ_FILES += $(filter-out $(OPENBLT_PORT_DIR)/flash_layout.c, $(call rwildcard, $(OPENBLT_PORT_DIR), *.c *.h *.s)) -# reuse ST32F7xx HAL and CMSIS from one of OpenBLT exaples to avoid having copy in RusEFI git +# reuse ST32F7xx HAL and CMSIS from one of OpenBLT examples to avoid having copy in rusEFI git PROJ_FILES += $(filter-out uip, $(call rwildcard, $(OPENBLT_TRGT_DIR)/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/lib/CMSIS/, *.c *.h *.s)) PROJ_FILES += $(filter-out uip, $(call rwildcard, $(OPENBLT_TRGT_DIR)/Demo/ARMCM7_STM32F7_Nucleo_F767ZI_GCC/Boot/lib/STM32F7xx_HAL_Driver/, *.c *.h *.s)) PROJ_FILES += $(wildcard $(OPENBLT_TRGT_DIR)/Demo/ARMCM7_STM32F7_Nucleo_F746ZG_GCC/Boot/lib/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_can.c)