Skip to content

Commit f7b6f36

Browse files
committed
Support for the NUCLEO_G0B1RE board
1 parent 3c9fd4b commit f7b6f36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G0B1xE/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
add_subdirectory(TARGET_NUCLEO_G0B1RE EXCLUDE_FROM_ALL)
5+
46
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
57
set(STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32g0b1xx.S)
68
set(LINKER_FILE TOOLCHAIN_GCC_ARM/stm32g0b1xe.ld)

0 commit comments

Comments
 (0)