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 44if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
55 set (LINKER_FILE device/TOOLCHAIN_GCC_ARM/M251.ld)
66elseif (${MBED_TOOLCHAIN} STREQUAL "ARM" )
7- set (LINKER_FILE device/TOOLCHAIN_ARM_STD /M251.sct)
7+ set (LINKER_FILE device/TOOLCHAIN_ARMC6 /M251.sct)
88endif ()
99
1010add_library (mbed-m251 INTERFACE )
Original file line number Diff line number Diff line change 44if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
55 set (LINKER_FILE device/TOOLCHAIN_GCC_ARM/M261.ld)
66elseif (${MBED_TOOLCHAIN} STREQUAL "ARM" )
7- set (LINKER_FILE device/TOOLCHAIN_ARM_STD /M261.sct)
7+ set (LINKER_FILE device/TOOLCHAIN_ARMC6 /M261.sct)
88endif ()
99
1010add_library (mbed-m261 INTERFACE )
@@ -14,7 +14,7 @@ target_sources(mbed-m261
1414 analogin_api.c
1515 analogout_api.c
1616 device/startup_M261.c
17- device/system_M251 .c
17+ device/system_M261 .c
1818
1919 device/StdDriver/m261_acmp.c
2020 device/StdDriver/m261_bpwm.c
@@ -78,6 +78,7 @@ target_include_directories(mbed-m261
7878 crypto
7979 device
8080 device/Reg
81+ device/StdDriver
8182 device/StdDriver/inc
8283)
8384
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments