Skip to content

Commit f7e628d

Browse files
committed
switch to new target naming conventions
1 parent b00add5 commit f7e628d

File tree

1 file changed

+4
-4
lines changed
  • targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G431xB/TARGET_NUCLEO_G431RB

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Copyright (c) 2021 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
add_library(NUCLEO_G431RB INTERFACE)
4+
add_library(mbed-nucleo-g431rb INTERFACE)
55

6-
target_sources(NUCLEO_G431RB
6+
target_sources(mbed-nucleo-g431rb
77
INTERFACE
88
PeripheralPins.c
99
)
1010

11-
target_include_directories(NUCLEO_G431RB
11+
target_include_directories(mbed-nucleo-g431rb
1212
INTERFACE
1313
.
1414
)
1515

16-
target_link_libraries(NUCLEO_G431RB INTERFACE STM32G431xB)
16+
target_link_libraries(mbed-nucleo-g431rb INTERFACE mbed-stm32g431xb)

0 commit comments

Comments
 (0)