File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ add_subdirectory(targets)
61
61
#
62
62
# Configures the application
63
63
#
64
- function (mbed_os_configure_app_target target )
64
+ function (mbed_configure_app_target target )
65
65
mbed_set_language_standard (${target} )
66
66
endfunction ()
67
67
68
68
#
69
69
# Specifies linker script used for linking `target`.
70
70
#
71
- function (mbed_os_target_linker_script target )
71
+ function (mbed_set_mbed_target_linker_script target )
72
72
get_property (mbed_target_startup GLOBAL PROPERTY MBED_TARGET_LINKER_FILE )
73
73
74
74
# TODO: @mbed-os-tools This pre-build commands should get details from target + profile.
@@ -110,7 +110,7 @@ endfunction()
110
110
#
111
111
# Converts output file of `target` to binary file and to Intel HEX file.
112
112
#
113
- function (mbed_os_bin_hex target )
113
+ function (mbed_generate_bin_hex target )
114
114
get_property (elf_to_bin GLOBAL PROPERTY ELF2BIN )
115
115
# TODO: @mbed-os-tools This post-build commands should get details from target + profile.
116
116
if (MBED_TOOLCHAIN STREQUAL "GCC_ARM" )
You can’t perform that action at this time.
0 commit comments