File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) 2020 ARM Limited. All rights reserved.
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ target_sources (mbed-core
5+ INTERFACE
6+ PeripheralPins.c
7+ system_clock_override.c
8+ portenta_power.cpp
9+ )
10+
11+ target_include_directories (mbed-core
12+ INTERFACE
13+ .
14+ )
15+
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2020 ARM Limited. All rights reserved.
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ set (STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32h747xx.S)
5+ set (LINKER_FILE TOOLCHAIN_GCC_ARM/STM32H747xI.ld)
6+
7+ set_property (GLOBAL PROPERTY MBED_TARGET_LINKER_FILE ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
8+
9+ target_sources (mbed-core
10+ INTERFACE
11+ ${STARTUP_FILE}
12+ )
13+
14+ target_include_directories (mbed-core
15+ INTERFACE
16+ .
17+ )
18+
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2020 ARM Limited. All rights reserved.
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ set (STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32h747xx.S)
5+ set (LINKER_FILE TOOLCHAIN_GCC_ARM/STM32H747xI.ld)
6+
7+ set_property (GLOBAL PROPERTY MBED_TARGET_LINKER_FILE ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
8+
9+ target_sources (mbed-core
10+ INTERFACE
11+ ${STARTUP_FILE}
12+ )
13+
14+ target_include_directories (mbed-core
15+ INTERFACE
16+ .
17+ )
18+
You can’t perform that action at this time.
0 commit comments