Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmisc.py11 with open(filename, mode, encoding='utf-8') as f:
21 with open(filename, "r", encoding='utf-8') as f:
Dkconfiglib.py868 encoding="utf-8", suppress_traceback=False): argument
947 self._init(filename, warn, warn_to_stderr, encoding)
959 def _init(self, filename, warn, warn_to_stderr, encoding): argument
962 self._encoding = encoding
3922 open(filename, mode, encoding=self._encoding)
6731 e.encoding,
/hal_nxp-latest/mcux/scripts/pinctrl/imx/
Dimx_fixup_pinmux.py30 iomux_file = open(args.iomuxc_file, 'r', encoding='utf8')
34 pinctrl_file = open(args.pinctrl_file, 'r+', encoding='utf8')
Dimx_cfg_utils.py928 with open(outputfile, "w", encoding='utf8') as gpio_dsti:
1000 with open(outputfile, "w", encoding='utf8') as soc_dtsi:
1070 with open(outputfile, "w", encoding="utf8") as dts_file:
/hal_nxp-latest/mcux/mcux-sdk/cmake/
Dpython.cmake5 # are invoked by CMake code and, on Windows, standard I/O encoding defaults
/hal_nxp-latest/mcux/scripts/pinctrl/kinetis/
Dkinetis_cfg_utils.py587 with open(outputfile, "w", encoding="utf8") as file:
649 with open(outputfile, "w", encoding="utf8") as file:
/hal_nxp-latest/mcux/scripts/pinctrl/lpc/
Dlpc_cfg_utils.py715 with open(outputfile, "w", encoding="utf8") as file:
784 with open(outputfile, "w", encoding="utf8") as file:
/hal_nxp-latest/mcux/scripts/pinctrl/
Dgen_board_pinctrl.py95 with open(npi_data, 'r', encoding='UTF8') as stream:
Dgen_soc_headers.py95 with open(npi_data, 'r', encoding='UTF8') as stream: