File tree Expand file tree Collapse file tree 13 files changed +52
-52
lines changed
TARGET_STM32F2/TARGET_STM32F207xG/TARGET_NUCLEO_F207ZG
TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303ZE
TARGET_STM32F401xE/TARGET_NUCLEO_F401RE
TARGET_STM32F411xE/TARGET_NUCLEO_F411RE
TARGET_STM32F412xG/TARGET_NUCLEO_F412ZG
TARGET_STM32F413xH/TARGET_NUCLEO_F413ZH
TARGET_STM32F429xI/TARGET_NUCLEO_F429ZI
TARGET_STM32F439xI/TARGET_NUCLEO_F439ZI
TARGET_STM32F746xG/TARGET_NUCLEO_F746ZG
TARGET_STM32F756xG/TARGET_NUCLEO_F756ZG
TARGET_STM32F767xI/TARGET_NUCLEO_F767ZI Expand file tree Collapse file tree 13 files changed +52
-52
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-f207zg INTERFACE )
4
+ add_library (mbed- nucleo-f207zg INTERFACE )
5
5
6
- target_sources (nucleo-f207zg
6
+ target_sources (mbed- nucleo-f207zg
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
)
10
10
11
- target_include_directories (nucleo-f207zg
11
+ target_include_directories (mbed- nucleo-f207zg
12
12
INTERFACE
13
13
.
14
14
)
15
15
16
- target_link_libraries (nucleo-f207zg INTERFACE mbed-stm32f207xg )
16
+ target_link_libraries (mbed- nucleo-f207zg INTERFACE mbed-stm32f207xg )
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-f303ze INTERFACE )
4
+ add_library (mbed- nucleo-f303ze INTERFACE )
5
5
6
- target_sources (nucleo-f303ze
6
+ target_sources (mbed- nucleo-f303ze
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
)
10
10
11
- target_include_directories (nucleo-f303ze
11
+ target_include_directories (mbed- nucleo-f303ze
12
12
INTERFACE
13
13
.
14
14
)
15
15
16
- target_link_libraries (nucleo-f303ze INTERFACE mbed-stm32f303xe )
16
+ target_link_libraries (mbed- nucleo-f303ze INTERFACE mbed-stm32f303xe )
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-f401re INTERFACE )
4
+ add_library (mbed- nucleo-f401re INTERFACE )
5
5
6
- target_include_directories (nucleo-f401re
6
+ target_include_directories (mbed- nucleo-f401re
7
7
INTERFACE
8
8
.
9
9
)
10
10
11
- target_sources (nucleo-f401re
11
+ target_sources (mbed- nucleo-f401re
12
12
INTERFACE
13
13
PeripheralPins.c
14
14
system_clock.c
15
15
)
16
16
17
- target_link_libraries (nucleo-f401re INTERFACE mbed-stm32f401xe )
17
+ target_link_libraries (mbed- nucleo-f401re INTERFACE mbed-stm32f401xe )
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-f411re INTERFACE )
4
+ add_library (mbed- nucleo-f411re INTERFACE )
5
5
6
- target_sources (nucleo-f411re
6
+ target_sources (mbed- nucleo-f411re
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
)
11
11
12
- target_include_directories (nucleo-f411re
12
+ target_include_directories (mbed- nucleo-f411re
13
13
INTERFACE
14
14
.
15
15
)
16
16
17
- target_link_libraries (nucleo-f411re INTERFACE mbed-stm32f411xe )
17
+ target_link_libraries (mbed- nucleo-f411re INTERFACE mbed-stm32f411xe )
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-f412zg INTERFACE )
4
+ add_library (mbed- nucleo-f412zg INTERFACE )
5
5
6
- target_sources (nucleo-f412zg
6
+ target_sources (mbed- nucleo-f412zg
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
)
10
10
11
- target_include_directories (nucleo-f412zg
11
+ target_include_directories (mbed- nucleo-f412zg
12
12
INTERFACE
13
13
.
14
14
)
15
15
16
- target_link_libraries (nucleo-f412zg INTERFACE mbed-stm32f412xg )
16
+ target_link_libraries (mbed- nucleo-f412zg INTERFACE mbed-stm32f412xg )
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 (nucleo-f413zh INTERFACE )
4
+ add_library (mbed- nucleo-f413zh INTERFACE )
5
5
6
- target_sources (nucleo-f413zh
6
+ target_sources (mbed- nucleo-f413zh
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
)
11
11
12
- target_include_directories (nucleo-f413zh
12
+ target_include_directories (mbed- nucleo-f413zh
13
13
INTERFACE
14
14
.
15
15
)
16
16
17
- target_link_libraries (nucleo-f413zh INTERFACE mbed-stm32f413xh )
17
+ target_link_libraries (mbed- nucleo-f413zh INTERFACE mbed-stm32f413xh )
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-f429zi INTERFACE )
4
+ add_library (mbed- nucleo-f429zi INTERFACE )
5
5
6
- target_sources (nucleo-f429zi
6
+ target_sources (mbed- nucleo-f429zi
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
)
11
11
12
- target_include_directories (nucleo-f429zi
12
+ target_include_directories (mbed- nucleo-f429zi
13
13
INTERFACE
14
14
.
15
15
)
16
16
17
- target_link_libraries (nucleo-f429zi INTERFACE mbed-stm32f429xi )
17
+ target_link_libraries (mbed- nucleo-f429zi INTERFACE mbed-stm32f429xi )
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 (nucleo-f439zi INTERFACE )
4
+ add_library (mbed- nucleo-f439zi INTERFACE )
5
5
6
- target_sources (nucleo-f439zi
6
+ target_sources (mbed- nucleo-f439zi
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
)
11
11
12
- target_include_directories (nucleo-f439zi
12
+ target_include_directories (mbed- nucleo-f439zi
13
13
INTERFACE
14
14
.
15
15
)
16
16
17
- target_link_libraries (nucleo-f439zi INTERFACE mbed-stm32f439xi )
17
+ target_link_libraries (mbed- nucleo-f439zi 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 (nucleo-f446re INTERFACE )
4
+ add_library (mbed- nucleo-f446re INTERFACE )
5
5
6
- target_sources (nucleo-f446re
6
+ target_sources (mbed- nucleo-f446re
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
)
11
11
12
- target_include_directories (nucleo-f446re
12
+ target_include_directories (mbed- nucleo-f446re
13
13
INTERFACE
14
14
.
15
15
)
16
16
17
- target_link_libraries (nucleo-f446re INTERFACE mbed-stm32f446xe )
17
+ target_link_libraries (mbed- nucleo-f446re INTERFACE mbed-stm32f446xe )
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-f446ze INTERFACE )
4
+ add_library (mbed- nucleo-f446ze INTERFACE )
5
5
6
- target_sources (nucleo-f446ze
6
+ target_sources (mbed- nucleo-f446ze
7
7
INTERFACE
8
8
PeripheralPins.c
9
9
system_clock.c
10
10
)
11
11
12
- target_include_directories (nucleo-f446ze
12
+ target_include_directories (mbed- nucleo-f446ze
13
13
INTERFACE
14
14
.
15
15
)
16
16
17
- target_link_libraries (nucleo-f446ze INTERFACE mbed-stm32f446xe )
17
+ target_link_libraries (mbed- nucleo-f446ze INTERFACE mbed-stm32f446xe )
You can’t perform that action at this time.
0 commit comments