File tree Expand file tree Collapse file tree 5 files changed +530
-0
lines changed
TARGET_STM/TARGET_STM32G0/TARGET_STM32G0B1xE Expand file tree Collapse file tree 5 files changed +530
-0
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_subdirectory (TARGET_NUCLEO_G0B1RE EXCLUDE_FROM_ALL )
5
+
4
6
if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
5
7
set (STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32g0b1xx.S )
6
8
set (LINKER_FILE TOOLCHAIN_GCC_ARM/stm32g0b1xe.ld )
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
+ add_library (mbed-nucleo-g0b1re INTERFACE )
5
+
6
+ target_sources (mbed-nucleo-g0b1re
7
+ INTERFACE
8
+ PeripheralPins.c
9
+ )
10
+
11
+ target_include_directories (mbed-nucleo-g0b1re
12
+ INTERFACE
13
+ .
14
+ )
15
+
16
+ target_link_libraries (mbed-nucleo-g0b1re INTERFACE mbed-stm32g0b1xe )
You can’t perform that action at this time.
0 commit comments