-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
647 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G0B1xE/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G0B1xE/TARGET_NUCLEO_G0B1RE/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Copyright (c) 2022 ARM Limited. All rights reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
add_library(mbed-nucleo-g0b1re INTERFACE) | ||
|
||
target_sources(mbed-nucleo-g0b1re | ||
INTERFACE | ||
PeripheralPins.c | ||
) | ||
|
||
target_include_directories(mbed-nucleo-g0b1re | ||
INTERFACE | ||
. | ||
) | ||
|
||
target_link_libraries(mbed-nucleo-g0b1re INTERFACE mbed-stm32g0b1xe) |
Oops, something went wrong.