We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9fd4b commit f7b6f36Copy full SHA for f7b6f36
targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G0B1xE/CMakeLists.txt
@@ -1,6 +1,8 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
+add_subdirectory(TARGET_NUCLEO_G0B1RE EXCLUDE_FROM_ALL)
5
+
6
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
7
set(STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_stm32g0b1xx.S)
8
set(LINKER_FILE TOOLCHAIN_GCC_ARM/stm32g0b1xe.ld)
0 commit comments