File tree Expand file tree Collapse file tree 4 files changed +4
-17
lines changed Expand file tree Collapse file tree 4 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 4
4
if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
5
5
set (LINKER_FILE device/TOOLCHAIN_GCC_ARM/M251.ld)
6
6
elseif (${MBED_TOOLCHAIN} STREQUAL "ARM" )
7
- set (LINKER_FILE device/TOOLCHAIN_ARM_STD /M251.sct)
7
+ set (LINKER_FILE device/TOOLCHAIN_ARMC6 /M251.sct)
8
8
endif ()
9
9
10
10
add_library (mbed-m251 INTERFACE )
Original file line number Diff line number Diff line change 4
4
if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
5
5
set (LINKER_FILE device/TOOLCHAIN_GCC_ARM/M261.ld)
6
6
elseif (${MBED_TOOLCHAIN} STREQUAL "ARM" )
7
- set (LINKER_FILE device/TOOLCHAIN_ARM_STD /M261.sct)
7
+ set (LINKER_FILE device/TOOLCHAIN_ARMC6 /M261.sct)
8
8
endif ()
9
9
10
10
add_library (mbed-m261 INTERFACE )
@@ -14,7 +14,7 @@ target_sources(mbed-m261
14
14
analogin_api.c
15
15
analogout_api.c
16
16
device/startup_M261.c
17
- device/system_M251 .c
17
+ device/system_M261 .c
18
18
19
19
device/StdDriver/m261_acmp.c
20
20
device/StdDriver/m261_bpwm.c
@@ -78,6 +78,7 @@ target_include_directories(mbed-m261
78
78
crypto
79
79
device
80
80
device/Reg
81
+ device/StdDriver
81
82
device/StdDriver/inc
82
83
)
83
84
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments