Searched refs:encoding (Results 1 – 9 of 9) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | misc.py | 11 with open(filename, mode, encoding='utf-8') as f: 21 with open(filename, "r", encoding='utf-8') as f:
|
| D | kconfiglib.py | 868 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/ |
| D | imx_fixup_pinmux.py | 30 iomux_file = open(args.iomuxc_file, 'r', encoding='utf8') 34 pinctrl_file = open(args.pinctrl_file, 'r+', encoding='utf8')
|
| D | imx_cfg_utils.py | 928 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/ |
| D | python.cmake | 5 # are invoked by CMake code and, on Windows, standard I/O encoding defaults
|
| /hal_nxp-latest/mcux/scripts/pinctrl/kinetis/ |
| D | kinetis_cfg_utils.py | 587 with open(outputfile, "w", encoding="utf8") as file: 649 with open(outputfile, "w", encoding="utf8") as file:
|
| /hal_nxp-latest/mcux/scripts/pinctrl/lpc/ |
| D | lpc_cfg_utils.py | 715 with open(outputfile, "w", encoding="utf8") as file: 784 with open(outputfile, "w", encoding="utf8") as file:
|
| /hal_nxp-latest/mcux/scripts/pinctrl/ |
| D | gen_board_pinctrl.py | 95 with open(npi_data, 'r', encoding='UTF8') as stream:
|
| D | gen_soc_headers.py | 95 with open(npi_data, 'r', encoding='UTF8') as stream:
|