File tree Expand file tree Collapse file tree 14 files changed +43
-36
lines changed
TARGET_STM32F072xB/TARGET_NUCLEO_F072RB
TARGET_STM32F091xC/TARGET_NUCLEO_F091RC
TARGET_STM32F1/TARGET_STM32F103xB/TARGET_NUCLEO_F103RB
TARGET_STM32F2/TARGET_STM32F207xG
TARGET_STM32F303x8/TARGET_NUCLEO_F303K8
TARGET_STM32L471xG/TARGET_MTS_DRAGONFLY_L471QG
TARGET_STM32L475xG/TARGET_DISCO_L475VG_IOT01A
TARGET_STM32L486xG/TARGET_ADV_WISE_1570
TARGET_STM32L5/TARGET_STM32L562xE/TARGET_DISCO_L562QE Expand file tree Collapse file tree 14 files changed +43
-36
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
11
11
set (LINKER_FILE TOOLCHAIN_ARM/stm32f070xb.sct )
12
12
endif ()
13
13
14
- add_library (mbed-stm32f070xB INTERFACE )
14
+ add_library (mbed-stm32f070xb INTERFACE )
15
15
16
- target_sources (mbed-stm32f070xB
16
+ target_sources (mbed-stm32f070xb
17
17
INTERFACE
18
18
system_clock.c
19
19
${STARTUP_FILE}
20
20
)
21
21
22
- target_include_directories (mbed-stm32f070xB
22
+ target_include_directories (mbed-stm32f070xb
23
23
INTERFACE
24
24
.
25
25
)
26
26
27
- mbed_set_linker_script (mbed-stm32f070xB ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
27
+ mbed_set_linker_script (mbed-stm32f070xb ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
28
28
29
- target_link_libraries (mbed-stm32f070xB INTERFACE mbed-stm32f0 )
29
+ target_link_libraries (mbed-stm32f070xb INTERFACE mbed-stm32f0 )
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ target_include_directories(mbed-nucleo-f070rb
13
13
.
14
14
)
15
15
16
- target_link_libraries (mbed-nucleo-f070rb INTERFACE mbed-stm32f070xB )
16
+ target_link_libraries (mbed-nucleo-f070rb INTERFACE mbed-stm32f070xb )
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ target_include_directories(mbed-nucleo-f072rb
13
13
.
14
14
)
15
15
16
- target_link_libraries (mbed-nucleo-f072rb INTERFACE mbed-stm32f072xB )
16
+ target_link_libraries (mbed-nucleo-f072rb INTERFACE mbed-stm32f072xb )
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ target_include_directories(mbed-nucleo-f091rc
13
13
.
14
14
)
15
15
16
- target_link_libraries (mbed-nucleo-f091rc INTERFACE mbed-stm32f091xC )
16
+ target_link_libraries (mbed-nucleo-f091rc INTERFACE mbed-stm32f091xc )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2021 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- add_library (mbed-nucleo-f103RB INTERFACE )
4
+ add_library (mbed-nucleo-f103rb INTERFACE )
5
5
6
- target_sources (mbed-nucleo-f103RB
6
+ target_sources (mbed-nucleo-f103rb
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
)
10
10
11
- target_include_directories (mbed-nucleo-f103RB
11
+ target_include_directories (mbed-nucleo-f103rb
12
12
INTERFACE
13
13
.
14
14
)
15
15
16
- target_link_libraries (mbed-nucleo-f103RB INTERFACE mbed-stm32f103xb )
16
+ target_link_libraries (mbed-nucleo-f103rb INTERFACE mbed-stm32f103xb )
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
11
11
set (LINKER_FILE TOOLCHAIN_ARM/stm32f207xg.sct )
12
12
endif ()
13
13
14
- add_library (mbed-stm32f207xG INTERFACE )
14
+ add_library (mbed-stm32f207xg INTERFACE )
15
15
16
- target_sources (mbed-stm32f207xG
16
+ target_sources (mbed-stm32f207xg
17
17
INTERFACE
18
18
system_clock.c
19
19
${STARTUP_FILE}
20
20
)
21
21
22
- target_include_directories (mbed-stm32f207xG
22
+ target_include_directories (mbed-stm32f207xg
23
23
INTERFACE
24
24
.
25
25
)
26
26
27
- mbed_set_linker_script (mbed-stm32f207xG ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
27
+ mbed_set_linker_script (mbed-stm32f207xg ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
28
28
29
- target_link_libraries (mbed-stm32f207xG INTERFACE mbed-stm32f2 )
29
+ target_link_libraries (mbed-stm32f207xg INTERFACE mbed-stm32f2 )
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ target_sources(mbed-stm32f3
26
26
spi_api.c
27
27
)
28
28
29
- target_link_libraries (mbed-stm32f3 INTERFACE mbed-stm mbed-stm32cube -fw )
29
+ target_link_libraries (mbed-stm32f3 INTERFACE mbed-stm mbed-stm32f3cube -fw )
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ target_sources(mbed-nucleo-f303k8
13
13
PeripheralPins.c
14
14
)
15
15
16
- target_link_libraries (mbed-nucleo-f303k8 INTERFACE STM32F303x8 )
16
+ target_link_libraries (mbed-nucleo-f303k8 INTERFACE mbed-stm32f303x8 )
Original file line number Diff line number Diff line change @@ -85,4 +85,4 @@ target_include_directories(mbed-stm32l1
85
85
device
86
86
)
87
87
88
- target_link_libraries (mbed-stm32l1 INTERFACE STM )
88
+ target_link_libraries (mbed-stm32l1 INTERFACE mbed-stm )
Original file line number Diff line number Diff line change @@ -29,3 +29,10 @@ target_include_directories(mbed-xdot-l151cc
29
29
mbed_set_linker_script (mbed-xdot-l151cc ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
30
30
31
31
target_link_libraries (mbed-xdot-l151cc INTERFACE mbed-stm32l1 )
32
+
33
+
34
+ # Same target as XDOT_L151CC
35
+ add_library (mbed-ff-1705-l151cc INTERFACE )
36
+
37
+ target_link_libraries (mbed-xdot-l151cc INTERFACE mbed-xdot-l151cc )
38
+
You can’t perform that action at this time.
0 commit comments