File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed
targets/TARGET_Analog_Devices
TARGET_ADUCM302X/TARGET_ADUCM3029
TARGET_ADUCM4X50/TARGET_ADUCM4050 Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 4
4
add_subdirectory (TARGET_ADUCM302X EXCLUDE_FROM_ALL )
5
5
add_subdirectory (TARGET_ADUCM4X50 EXCLUDE_FROM_ALL )
6
6
7
- add_library (Analog_Devices INTERFACE )
7
+ add_library (mbed-analog-devices INTERFACE )
8
8
9
- target_include_directories (Analog_Devices
9
+ target_include_directories (mbed-analog-devices
10
10
INTERFACE
11
11
.
12
12
)
Original file line number Diff line number Diff line change 3
3
4
4
add_subdirectory (TARGET_EV_COG_AD3029LZ EXCLUDE_FROM_ALL )
5
5
6
- add_library (ADUCM3029 INTERFACE )
6
+ add_library (mbed-aducm3029 INTERFACE )
7
7
8
8
if (${MBED_TOOLCHAIN} STREQUAL "ARM" )
9
9
set (LINKER_FILE TOOLCHAIN_ARM_STD/ADuCM3029.sct )
10
10
elseif (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
11
11
set (LINKER_FILE TOOLCHAIN_GCC_ARM/ADuCM3029.ld )
12
12
endif ()
13
13
14
- mbed_set_linker_script (ADUCM3029 ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
14
+ mbed_set_linker_script (mbed-aducm3029 ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
15
15
16
- target_include_directories (ADUCM3029
16
+ target_include_directories (mbed-aducm3029
17
17
INTERFACE
18
18
api
19
19
bsp
@@ -54,7 +54,7 @@ target_include_directories(ADUCM3029
54
54
bsp/xint
55
55
)
56
56
57
- target_sources (ADUCM3029
57
+ target_sources (mbed-aducm3029
58
58
INTERFACE
59
59
api/analogin_api.c
60
60
api/flash_api.c
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- add_library(EV_COG_AD3029LZ INTERFACE)
4
+ add_library(mbed-ev-cog-ad3029lz INTERFACE)
5
5
6
- target_include_directories(EV_COG_AD3029LZ
6
+ target_include_directories(mbed-ev-cog-ad3029lz
7
7
INTERFACE
8
8
.
9
9
device
10
10
)
11
11
12
- target_sources(EV_COG_AD3029LZ
12
+ target_sources(mbed-ev-cog-ad3029lz
13
13
INTERFACE
14
14
device/system_ADuCM3029.c
15
15
device/startup_ADuCM3029.c
16
16
)
17
17
18
- target_link_libraries(EV_COG_AD3029LZ INTERFACE Analog_Devices ADUCM3029 )
18
+ target_link_libraries(mbed-ev-cog-ad3029lz INTERFACE mbed-analog-devices mbed-aducm3029 )
Original file line number Diff line number Diff line change 3
3
4
4
add_subdirectory (TARGET_EV_COG_AD4050LZ EXCLUDE_FROM_ALL )
5
5
6
- add_library (ADUCM4050 INTERFACE )
6
+ add_library (mbed-aducm4050 INTERFACE )
7
7
8
8
if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
9
9
set (LINKER_FILE TOOLCHAIN_GCC_ARM/ADuCM4050.ld )
10
10
elseif (${MBED_TOOLCHAIN} STREQUAL "ARM" )
11
11
set (LINKER_FILE TOOLCHAIN_ARM_STD/ADuCM4050.sct )
12
12
endif ()
13
13
14
- mbed_set_linker_script (ADUCM4050 ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
14
+ mbed_set_linker_script (mbed-aducm4050 ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
15
15
16
- target_include_directories (ADUCM4050
16
+ target_include_directories (mbed-aducm4050
17
17
INTERFACE
18
18
api
19
19
bsp
@@ -54,7 +54,7 @@ target_include_directories(ADUCM4050
54
54
bsp/xint
55
55
)
56
56
57
- target_sources (ADUCM4050
57
+ target_sources (mbed-aducm4050
58
58
INTERFACE
59
59
api/analogin_api.c
60
60
api/flash_api.c
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2021 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- add_library(EV_COG_AD4050LZ INTERFACE)
4
+ add_library(mbed-ev-cog-ad4050lz INTERFACE)
5
5
6
- target_include_directories(EV_COG_AD4050LZ
6
+ target_include_directories(mbed-ev-cog-ad4050lz
7
7
INTERFACE
8
8
.
9
9
device
10
10
)
11
11
12
- target_sources(EV_COG_AD4050LZ
12
+ target_sources(mbed-ev-cog-ad4050lz
13
13
INTERFACE
14
14
device/system_ADuCM4050.c
15
15
device/startup_ADuCM4050.c
16
16
)
17
17
18
- target_link_libraries(EV_COG_AD4050LZ INTERFACE Analog_Devices ADUCM4050 )
18
+ target_link_libraries(mbed-ev-cog-ad4050lz INTERFACE mbed-analog-devices mbed-aducm4050 )
You can’t perform that action at this time.
0 commit comments