Skip to content

Commit 76c08cf

Browse files
committed
travis: fix custom target support
The mbed-os commit ARMmbed/mbed-os@39ab9c8 updated the naming conventions of mbed targets. Travis test data is updated to match the new naming convention.
1 parent 13d3bdf commit 76c08cf

File tree

1 file changed

+4
-4
lines changed

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) 2020-2021 Arm Limited and Contributors. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
add_library(IMAGINARYBOARD INTERFACE)
4+
add_library(mbed-imaginaryboard INTERFACE)
55

6-
target_sources(IMAGINARYBOARD
6+
target_sources(mbed-imaginaryboard
77
INTERFACE
88
PeripheralPins.c
99
)
1010

11-
target_include_directories(IMAGINARYBOARD
11+
target_include_directories(mbed-imaginaryboard
1212
INTERFACE
1313
.
1414
)
1515

16-
target_link_libraries(IMAGINARYBOARD INTERFACE STM32L475xG)
16+
target_link_libraries(mbed-imaginaryboard INTERFACE mbed-stm32l475xg)

0 commit comments

Comments
 (0)