Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmisc.py56 … newlines.append('set({} true)'.format(name.replace("%s_"%kconfig_namespace, "CONFIG_")))
58 … newlines.append('set({} {})'.format(name.replace("%s_"%kconfig_namespace, "CONFIG_"), val))
61 config_cmake_old = config_cmake.replace("config.cmake","config.cmake.old")
78 newlines.append('{}={}'.format(name.replace("CONFIG_","%s_"%kconfig_namespace),'y'))
80 … newlines.append('{}="{}"'.format(name.replace("CONFIG_","%s_"%kconfig_namespace),val))
Dkconfiglib.py1149 def load_config(self, filename=None, replace=True, verbose=None): argument
1239 self._load_config(filename, replace)
1245 return ("Loaded" if replace else "Merged") + msg
1247 def _load_config(self, filename, replace): argument
1249 if replace:
1356 if replace:
2461 .replace("$UNAME_RELEASE",
6183 return s.replace("\\", r"\\").replace('"', r'\"')
6382 sym_path = path + os.sep + sym_name.lower().replace("_", os.sep) + ".h"
6406 copy_fn = os.replace
[all …]
Dkconfig.py52 print(kconf.load_config(config, replace=False))
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1024/cmsis_pack_flash_algo/
Dreadme.txt2 User can generate their own flash algorithm and replace the one in CMSIS_PACK_INSTALL_DIR\NXP\MIMXR…
/hal_nxp-latest/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py323 self._description = description.text.replace("<br/>", "\n")
/hal_nxp-latest/mcux/scripts/pinctrl/lpc/
Dlpc_cfg_utils.py399 self._description = description.text.replace("<br/>", "\n")
/hal_nxp-latest/mcux/scripts/pinctrl/imx/
Dimx_cfg_utils.py591 self._description = description.text.replace("<br/>", "\n")