1
0
forked from me/IronOS

Refactor: Rename Sequre bsp (#1927)

* Rename Sequre BSP Folder

* Update Makefile
This commit is contained in:
Ben V. Brown
2024-06-08 17:53:19 +10:00
committed by GitHub
parent e925037988
commit 2a4e1cd8ab
78 changed files with 2 additions and 2 deletions

View File

@@ -118,9 +118,9 @@ endif # ALL_MINIWARE_MODELS
ifeq ($(model),$(filter $(model),$(ALL_SEQURE_MODELS)))
$(info Building for Sequre )
DEVICE_BSP_DIR=./Core/BSP/Sequre_S60
DEVICE_BSP_DIR=./Core/BSP/Sequre
S_SRCS:=$(shell find $(S60_STARTUP_DIR) -type f -name '*.S')
LDSCRIPT=./Core/BSP/Sequre_S60/stm32f103.ld
LDSCRIPT=./Core/BSP/Sequre/stm32f103.ld
DEV_GLOBAL_DEFS=-D STM32F103T8Ux \
-D STM32F1 \
-D STM32 \