Skip to content

Commit d458f24

Browse files
authored
Remove custom board from CMakeLists.txt
1 parent d81f520 commit d458f24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/TARGET_STM/TARGET_STM32F1/TARGET_STM32F103xE/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
add_subdirectory(TARGET_IVM22_F103RE EXCLUDE_FROM_ALL)
5-
64
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
75
set(STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32f103xe.S)
86
set(LINKER_FILE TOOLCHAIN_GCC_ARM/stm32f103xe.ld)

0 commit comments

Comments
 (0)