Home
last modified time | relevance | path

Searched refs:bin_file_name (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/script/
Dfw_bin2c_conv.py35 def bin2c_file(bin_file_name, out_src_file_name, dest_path): argument
37 bin_file_name=dest_path+'/../'+bin_file_name
38 if not os.path.isfile(bin_file_name):
39 print('File "%s" is not found!' % bin_file_name)
45 c_file = bin2c_convert(bin_file_name, array_name, 4)