File tree Expand file tree Collapse file tree 12 files changed +49
-49
lines changed
targets/TARGET_Ambiq_Micro
COMPONENT_lis2dh12/lis2dh12
TARGET_SFE_ARTEMIS_MODULE
TARGET_SFE_ARTEMIS_THING_PLUS Expand file tree Collapse file tree 12 files changed +49
-49
lines changed Original file line number Diff line number Diff line change 3
3
4
4
add_subdirectory (TARGET_Apollo3 EXCLUDE_FROM_ALL )
5
5
6
- add_library (Ambiq_Micro INTERFACE )
6
+ add_library (mbed-ambiq-micro INTERFACE )
7
7
8
- target_include_directories (Ambiq_Micro
8
+ target_include_directories (mbed-ambiq-micro
9
9
INTERFACE
10
10
sdk/devices
11
11
sdk/utils
12
12
)
13
13
14
- target_sources (Ambiq_Micro
14
+ target_sources (mbed-ambiq-micro
15
15
INTERFACE
16
16
sdk/devices/am_devices_button.c
17
17
sdk/devices/am_devices_led.c
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ add_subdirectory(TARGET_SFE_ARTEMIS_THING_PLUS EXCLUDE_FROM_ALL)
13
13
add_subdirectory (TARGET_SFE_EDGE EXCLUDE_FROM_ALL )
14
14
add_subdirectory (TARGET_SFE_EDGE2 EXCLUDE_FROM_ALL )
15
15
16
- add_library (Apollo3 INTERFACE )
16
+ add_library (mbed-apollo3 INTERFACE )
17
17
18
18
if (${MBED_TOOLCHAIN} STREQUAL "ARM" )
19
19
set (LINKER_FILE TOOLCHAIN_ARM_STD/AMA3B1KK.sct )
@@ -23,9 +23,9 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
23
23
set (STARTUP_FILE TOOLCHAIN_GCC_ARM/startup_gcc.c )
24
24
endif ()
25
25
26
- mbed_set_linker_script (Apollo3 ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
26
+ mbed_set_linker_script (mbed-apollo3 ${CMAKE_CURRENT_SOURCE_DIR} /${LINKER_FILE} )
27
27
28
- target_include_directories (Apollo3
28
+ target_include_directories (mbed-apollo3
29
29
INTERFACE
30
30
device
31
31
sdk/CMSIS/AmbiqMicro/Include
@@ -35,7 +35,7 @@ target_include_directories(Apollo3
35
35
sdk/mcu/apollo3/regs
36
36
)
37
37
38
- target_sources (Apollo3
38
+ target_sources (mbed-apollo3
39
39
INTERFACE
40
40
device/PeripheralPinConfigs.c
41
41
device/PeripheralPins.c
@@ -91,8 +91,8 @@ target_sources(Apollo3
91
91
${STARTUP_FILE}
92
92
)
93
93
94
- target_link_libraries (Apollo3
94
+ target_link_libraries (mbed-apollo3
95
95
INTERFACE
96
96
${CMAKE_CURRENT_SOURCE_DIR} /sdk/CMSIS/ARM/Lib/ARM/libarm_cortexM4lf_math.a
97
- Ambiq_Micro
97
+ mbed-ambiq-micro
98
98
)
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(hm01b0 INTERFACE)
4
+ add_library(mbed- hm01b0 INTERFACE)
5
5
6
- target_include_directories(hm01b0
6
+ target_include_directories(mbed- hm01b0
7
7
INTERFACE
8
8
.
9
9
)
10
10
11
- target_sources(hm01b0
11
+ target_sources(mbed- hm01b0
12
12
INTERFACE
13
13
HM01B0.c
14
14
)
15
15
16
- target_link_libraries(hm01b0 INTERFACE Apollo3 )
16
+ target_link_libraries(mbed- hm01b0 INTERFACE mbed-apollo3 )
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(lis2dh12 INTERFACE)
4
+ add_library(mbed- lis2dh12 INTERFACE)
5
5
6
- target_include_directories(lis2dh12
6
+ target_include_directories(mbed- lis2dh12
7
7
INTERFACE
8
8
.
9
9
)
10
10
11
- target_sources(lis2dh12
11
+ target_sources(mbed- lis2dh12
12
12
INTERFACE
13
13
COMPONENT_lis2dh12/lis2dh12/lis2dh12_platform_apollo3.c
14
14
COMPONENT_lis2dh12/lis2dh12/lis2dh12_reg.c
15
15
)
16
16
17
- target_link_libraries(lis2dh12 INTERFACE Apollo3 )
17
+ target_link_libraries(mbed- lis2dh12 INTERFACE mbed-apollo3 )
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(SFE_ARTEMIS INTERFACE)
4
+ add_library(mbed-sfe-artemis INTERFACE)
5
5
6
- target_include_directories(SFE_ARTEMIS
6
+ target_include_directories(mbed-sfe-artemis
7
7
INTERFACE
8
8
.
9
9
bsp
10
10
)
11
11
12
- target_sources(SFE_ARTEMIS
12
+ target_sources(mbed-sfe-artemis
13
13
INTERFACE
14
14
bsp/am_bsp.c
15
15
bsp/am_bsp_pins.c
16
16
)
17
17
18
- target_link_libraries(SFE_ARTEMIS INTERFACE Apollo3 )
18
+ target_link_libraries(mbed-sfe-artemis INTERFACE mbed-apollo3 )
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(SFE_ARTEMIS_ATP INTERFACE)
4
+ add_library(mbed-sfe-artemis-atp INTERFACE)
5
5
6
- target_include_directories(SFE_ARTEMIS_ATP
6
+ target_include_directories(mbed-sfe-artemis-atp
7
7
INTERFACE
8
8
.
9
9
bsp
10
10
)
11
11
12
- target_sources(SFE_ARTEMIS_ATP
12
+ target_sources(mbed-sfe-artemis-atp
13
13
INTERFACE
14
14
bsp/am_bsp.c
15
15
bsp/am_bsp_pins.c
16
16
)
17
17
18
- target_link_libraries(SFE_ARTEMIS INTERFACE Apollo3 )
18
+ target_link_libraries(mbed-sfe-artemis-atp INTERFACE mbed-apollo3 )
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(SFE_ARTEMIS_DK INTERFACE)
4
+ add_library(mbed-sfe-artemis-dk INTERFACE)
5
5
6
- target_include_directories(SFE_ARTEMIS_DK
6
+ target_include_directories(mbed-sfe-artemis-dk
7
7
INTERFACE
8
8
.
9
9
bsp
10
10
)
11
11
12
- target_sources(SFE_ARTEMIS_DK
12
+ target_sources(mbed-sfe-artemis-dk
13
13
INTERFACE
14
14
bsp/am_bsp.c
15
15
bsp/am_bsp_pins.c
16
16
)
17
17
18
- target_link_libraries(SFE_ARTEMIS_DK INTERFACE Apollo3 )
18
+ target_link_libraries(mbed-sfe-artemis-dk INTERFACE mbed-apollo3 )
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(SFE_ARTEMIS_MODULE INTERFACE)
4
+ add_library(mbed-sfe-artemis-module INTERFACE)
5
5
6
- target_include_directories(SFE_ARTEMIS_MODULE
6
+ target_include_directories(mbed-sfe-artemis-module
7
7
INTERFACE
8
8
.
9
9
bsp
10
10
)
11
11
12
- target_sources(SFE_ARTEMIS_MODULE
12
+ target_sources(mbed-sfe-artemis-module
13
13
INTERFACE
14
14
bsp/am_bsp.c
15
15
bsp/am_bsp_pins.c
16
16
)
17
17
18
- target_link_libraries(SFE_ARTEMIS_MODULE INTERFACE Apollo3 )
18
+ target_link_libraries(mbed-sfe-artemis-module INTERFACE mbed-apollo3 )
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(SFE_ARTEMIS_NANO INTERFACE)
4
+ add_library(mbed-sfe-artemis-nano INTERFACE)
5
5
6
- target_include_directories(SFE_ARTEMIS_NANO
6
+ target_include_directories(mbed-sfe-artemis-nano
7
7
INTERFACE
8
8
.
9
9
bsp
10
10
)
11
11
12
- target_sources(SFE_ARTEMIS_NANO
12
+ target_sources(mbed-sfe-artemis-nano
13
13
INTERFACE
14
14
bsp/am_bsp.c
15
15
bsp/am_bsp_pins.c
16
16
)
17
17
18
- target_link_libraries(SFE_ARTEMIS_NANO INTERFACE Apollo3 )
18
+ target_link_libraries(mbed-sfe-artemis-nano INTERFACE mbed-apollo3 )
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(SFE_ARTEMIS_THING_PLUS INTERFACE)
4
+ add_library(mbed-sfe-artemis-thing-plus INTERFACE)
5
5
6
- target_include_directories(SFE_ARTEMIS_THING_PLUS
6
+ target_include_directories(mbed-sfe-artemis-thing-plus
7
7
INTERFACE
8
8
.
9
9
bsp
10
10
)
11
11
12
- target_sources(SFE_ARTEMIS_THING_PLUS
12
+ target_sources(mbed-sfe-artemis-thing-plus
13
13
INTERFACE
14
14
bsp/am_bsp.c
15
15
bsp/am_bsp_pins.c
16
16
)
17
17
18
- target_link_libraries(SFE_ARTEMIS_THING_PLUS INTERFACE Apollo3 )
18
+ target_link_libraries(mbed-sfe-artemis-thing-plus INTERFACE mbed-apollo3 )
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(SFE_EDGE INTERFACE)
4
+ add_library(mbed-sfe-edge INTERFACE)
5
5
6
- target_include_directories(SFE_EDGE
6
+ target_include_directories(mbed-sfe-edge
7
7
INTERFACE
8
8
.
9
9
bsp
10
10
)
11
11
12
- target_sources(SFE_EDGE
12
+ target_sources(mbed-sfe-edge
13
13
INTERFACE
14
14
bsp/am_bsp.c
15
15
bsp/am_bsp_pins.c
16
16
)
17
17
18
- target_link_libraries(SFE_EDGE INTERFACE Apollo3 )
18
+ target_link_libraries(mbed-sfe-edge INTERFACE mbed-apollo3 )
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(SFE_EDGE2 INTERFACE)
4
+ add_library(mbed-sfe-edge2 INTERFACE)
5
5
6
- target_include_directories(SFE_EDGE2
6
+ target_include_directories(mbed-sfe-edge2
7
7
INTERFACE
8
8
.
9
9
bsp
10
10
)
11
11
12
- target_sources(SFE_EDGE2
12
+ target_sources(mbed-sfe-edge2
13
13
INTERFACE
14
14
bsp/am_bsp.c
15
15
bsp/am_bsp_pins.c
16
16
)
17
17
18
- target_link_libraries(SFE_EDGE2 INTERFACE Apollo3 )
18
+ target_link_libraries(mbed-sfe-edge2 INTERFACE mbed-apollo3 )
You can’t perform that action at this time.
0 commit comments