From e8e689b25c2f3713a74a56b6a24f7c574a16d9c3 Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Thu, 19 Nov 2015 00:37:06 +0100 Subject: [PATCH] STM32F411: rename arm-startup_stm32f411xe.s to cmsis-startup_stm32f411xe.s. --- Makefile-ARM | 2 +- arm-startup_stm32f411xe.s => cmsis-startup_stm32f411xe.s | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arm-startup_stm32f411xe.s => cmsis-startup_stm32f411xe.s (100%) diff --git a/Makefile-ARM b/Makefile-ARM index 9f008dc..0c003ce 100644 --- a/Makefile-ARM +++ b/Makefile-ARM @@ -126,7 +126,7 @@ endif ifeq ($(MCU), lpc1114) STARTUP_FILE = cmsis-startup_lpc11xx.s else ifeq ($(MCU), stm32f411) - STARTUP_FILE = arm-startup_stm32f411xe.s + STARTUP_FILE = cmsis-startup_stm32f411xe.s endif # Startup definitions. Not target MCU specific. diff --git a/arm-startup_stm32f411xe.s b/cmsis-startup_stm32f411xe.s similarity index 100% rename from arm-startup_stm32f411xe.s rename to cmsis-startup_stm32f411xe.s