File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
TARGET_MAX32620C/TARGET_SDT32620B
TARGET_MAX32630/TARGET_MAX32630FTHR Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ add_subdirectory(TARGET_MAX32620C EXCLUDE_FROM_ALL)
6
6
add_subdirectory (TARGET_MAX32625 EXCLUDE_FROM_ALL )
7
7
add_subdirectory (TARGET_MAX32630 EXCLUDE_FROM_ALL )
8
8
9
+ add_library (mbed-maxim INTERFACE )
9
10
10
11
target_include_directories (mbed-maxim
11
12
INTERFACE
Original file line number Diff line number Diff line change 3
3
4
4
add_library (mbed-sdt32620b INTERFACE )
5
5
6
- target_include_directories (mbed-max32625
6
+ target_include_directories (mbed-sdt32620b
7
7
INTERFACE
8
8
.
9
9
)
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ elseif(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
12
12
set (STARTUP_FILE device/TOOLCHAIN_GCC_ARM/startup_max32625.S)
13
13
endif ()
14
14
15
+ add_library (mbed-max32625 INTERFACE )
16
+
15
17
target_include_directories (mbed-max32625
16
18
INTERFACE
17
19
.
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ add_library(mbed-max32630fthr INTERFACE)
5
5
6
6
target_include_directories (mbed-max32630fthr
7
7
INTERFACE
8
- TARGET_MAX32630FTHR
8
+ .
9
9
)
10
10
11
11
target_sources (mbed-core
12
12
INTERFACE
13
- TARGET_MAX32630FTHR/ low_level_init.c
13
+ low_level_init.c
14
14
)
15
15
16
16
target_link_libraries (mbed-max32630fthr INTERFACE mbed-max32630)
You can’t perform that action at this time.
0 commit comments