File tree Expand file tree Collapse file tree 8 files changed +30
-30
lines changed
TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303RE
TARGET_STM32F469xI/TARGET_SDP_K1
TARGET_STM32H7/TARGET_STM32H7A3xIQ
TARGET_STM32L1/TARGET_XDOT_L151CC
TARGET_STM32L4/STM32Cube_FW/STM32L4xx_HAL_Driver Expand file tree Collapse file tree 8 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- add_library (nucleo-f303re INTERFACE )
4
+ add_library (mbed- nucleo-f303re INTERFACE )
5
5
6
- target_sources (nucleo-f303re
6
+ target_sources (mbed- nucleo-f303re
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
)
10
10
11
- target_include_directories (nucleo-f303re
11
+ target_include_directories (mbed- nucleo-f303re
12
12
INTERFACE
13
13
.
14
14
)
15
15
16
- target_link_libraries (nucleo-f303re INTERFACE mbed-stm32f303xe )
16
+ target_link_libraries (mbed- nucleo-f303re INTERFACE mbed-stm32f303xe )
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 (wio-3g INTERFACE )
4
+ add_library (mbed- wio-3g INTERFACE )
5
5
6
- target_sources (wio-3g
6
+ target_sources (mbed- wio-3g
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
ONBOARD_QUECTEL_UG96.cpp
11
11
)
12
12
13
- target_include_directories (wio-3g
13
+ target_include_directories (mbed- wio-3g
14
14
INTERFACE
15
15
.
16
16
)
17
17
18
- target_link_libraries (wio-3g INTERFACE mbed-stm32f439xi )
18
+ target_link_libraries (mbed- wio-3g INTERFACE mbed-stm32f439xi )
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 (wio-bg96 INTERFACE )
4
+ add_library (mbed- wio-bg96 INTERFACE )
5
5
6
- target_sources (wio-bg96
6
+ target_sources (mbed- wio-bg96
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
ONBOARD_QUECTEL_BG96.cpp
11
11
)
12
12
13
- target_include_directories (wio-bg96
13
+ target_include_directories (mbed- wio-bg96
14
14
INTERFACE
15
15
.
16
16
)
17
17
18
- target_link_libraries (wio-bg96 INTERFACE mbed-stm32f439xi )
18
+ target_link_libraries (mbed- wio-bg96 INTERFACE mbed-stm32f439xi )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- add_library (sdp-k1 INTERFACE )
4
+ add_library (mbed- sdp-k1 INTERFACE )
5
5
6
- target_sources (sdp-k1
6
+ target_sources (mbed- sdp-k1
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
)
11
11
12
- target_include_directories (sdp-k1
12
+ target_include_directories (mbed- sdp-k1
13
13
INTERFACE
14
14
.
15
15
)
16
- target_link_libraries (sdp-k1 INTERFACE mbed-stm32f469xi )
16
+ target_link_libraries (mbed- sdp-k1 INTERFACE mbed-stm32f469xi )
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/stm32h7a3xxq.sct )
12
12
endif ()
13
13
14
- add_library (mbed-stm32h7A3xiq INTERFACE )
14
+ add_library (mbed-stm32h7a3xiq INTERFACE )
15
15
16
- target_sources (mbed-stm32h7A3xiq
16
+ target_sources (mbed-stm32h7a3xiq
17
17
INTERFACE
18
18
system_clock.c
19
19
${STARTUP_FILE}
20
20
)
21
21
22
- target_include_directories (mbed-stm32h7A3xiq
22
+ target_include_directories (mbed-stm32h7a3xiq
23
23
INTERFACE
24
24
.
25
25
)
26
26
27
- mbed_set_linker_script (mbed-stm32h7A3xiq ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
27
+ mbed_set_linker_script (mbed-stm32h7a3xiq ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
28
28
29
- target_link_libraries (mbed-stm32h7A3xiq INTERFACE mbed-stm32h7 )
29
+ target_link_libraries (mbed-stm32h7a3xiq INTERFACE mbed-stm32h7 )
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
9
9
set (LINKER_FILE device/TOOLCHAIN_ARM/stm32l151rc.sct )
10
10
endif ()
11
11
12
- add_library (xdot-l151cc INTERFACE )
12
+ add_library (mbed- xdot-l151cc INTERFACE )
13
13
14
- target_sources (xdot-l151cc
14
+ target_sources (mbed- xdot-l151cc
15
15
INTERFACE
16
16
PeripheralPins.c
17
17
device/system_clock.c
@@ -20,12 +20,12 @@ target_sources(xdot-l151cc
20
20
${STARTUP_FILE}
21
21
)
22
22
23
- target_include_directories (xdot-l151cc
23
+ target_include_directories (mbed- xdot-l151cc
24
24
INTERFACE
25
25
.
26
26
device
27
27
)
28
28
29
- mbed_set_linker_script (xdot-l151cc ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
29
+ mbed_set_linker_script (mbed- xdot-l151cc ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
30
30
31
- target_link_libraries (xdot-l151cc INTERFACE mbed-stm32l1 )
31
+ target_link_libraries (mbed- xdot-l151cc INTERFACE mbed-stm32l1 )
Original file line number Diff line number Diff line change @@ -114,4 +114,4 @@ target_sources(mbed-stm32l4xx-hal-driver
114
114
stm32l4xx_ll_utils.c
115
115
)
116
116
add_subdirectory (Legacy EXCLUDE_FROM_ALL )
117
- target_link_libraries (mbed-stm32l4xx-hal-driver INTERFACE mbed-stm32l4xxlegacy -hal-driver )
117
+ target_link_libraries (mbed-stm32l4xx-hal-driver INTERFACE mbed-stm32l4xx-legacy -hal-driver )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- add_library (mbed-stm32l4xxlegacy -hal-driver INTERFACE )
4
+ add_library (mbed-stm32l4xx-legacy -hal-driver INTERFACE )
5
5
6
- target_include_directories (mbed-stm32l4xxlegacy -hal-driver
6
+ target_include_directories (mbed-stm32l4xx-legacy -hal-driver
7
7
INTERFACE
8
8
.
9
9
)
10
10
11
- target_sources (mbed-stm32l4xxlegacy -hal-driver
11
+ target_sources (mbed-stm32l4xx-legacy -hal-driver
12
12
INTERFACE
13
13
stm32l4xx_hal_can_legacy.c
14
14
)
You can’t perform that action at this time.
0 commit comments