File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
targets/TARGET_STM/TARGET_STM32F1/TARGET_STM32F103xE Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
9
9
set (LINKER_FILE TOOLCHAIN_ARM/stm32f103xe.sct )
10
10
endif ()
11
11
12
- add_library (STM32F103xE INTERFACE )
12
+ add_library (mbed-stm32f103xe INTERFACE )
13
13
14
- target_sources (STM32F103xE
14
+ target_sources (mbed-stm32f103xe
15
15
INTERFACE
16
16
system_clock.c
17
17
${STARTUP_FILE}
18
18
)
19
19
20
- target_include_directories (STM32F103xE
20
+ target_include_directories (mbed-stm32f103xe
21
21
INTERFACE
22
22
.
23
23
)
24
24
25
- mbed_set_linker_script (STM32F103xE ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
25
+ mbed_set_linker_script (mbed-stm32f103xe ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
26
26
27
- target_link_libraries (STM32F103xE INTERFACE STM32F1 )
27
+ target_link_libraries (mbed-stm32f103xe INTERFACE mbed-stm32f1 )
You can’t perform that action at this time.
0 commit comments