/hal_nxp-3.7.0/mcux/mcux-sdk/ |
D | CONTRIBUTING.md | 34 …ontribution, and you allow our project to use your contribution under the open source license. The… 51 have the right to submit it under the open source license 55 of my knowledge, is covered under an appropriate open source 58 by me, under the same open source license (unless I am 70 this project or the open source license(s) involved. 176 …ck on the Compare & pull request button for the branch you just pushed to open a pull request. Ple…
|
D | README.md | 66 Most of software in the project is open-source and licensed under BSD-3-Clause, see [COPYING_BSD-3]… 69 …on, you could create an issue to suggest a new idea or track a bug. Contribution will be open soon.
|
D | CODE_OF_CONDUCT.md | 13 We pledge to act and interact in ways that contribute to an open, welcoming,
|
D | LA_OPT_NXP_Software_License RTAudio.txt | 13 …in the Licensed Software that is not NXP proprietary software, and is not open source software, an… 34 …open source license(s), such as the BSD License, Apache License or the GNU Lesser General Public L…
|
D | LA_OPT_NXP_Software_License.txt | 13 …in the Licensed Software that is not NXP proprietary software, and is not open source software, an… 35 …open source license(s), such as the BSD License, Apache License or the GNU Lesser General Public L…
|
D | SW-Content-Register.txt | 156 Approved open source license: Yes
|
/hal_nxp-3.7.0/mcux/mcux-sdk/scripts/kconfig/ |
D | diffconfig.py | 99 a = readconfig(open(configa_filename)) 100 b = readconfig(open(configb_filename))
|
D | misc.py | 11 with open(filename, mode, encoding='utf-8') as f: 21 with open(filename, "r", encoding='utf-8') as f:
|
D | kconfig.py | 232 with open(kconfig_list_path, 'w') as out:
|
D | guiconfig.py | 1020 _tree.item(item, open=False) 1026 _tree.item(item, open=True)
|
/hal_nxp-3.7.0/mcux/mcux-sdk/components/conn_fwloader/script/ |
D | fw_bin2c_conv.py | 7 with open(binfile_name, 'rb') as in_file: 44 with open(out_src_file_name, 'w') as out_file:
|
/hal_nxp-3.7.0/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-3.7.0/mcux/mcux-sdk/components/srtm/services/ |
D | srtm_audio_service.c | 285 if ((sai != NULL) && (sai->open != NULL)) in SRTM_AudioService_Request() 287 status = sai->open(sai, SRTM_AudioDirTx, iface->index); in SRTM_AudioService_Request() 424 if ((sai != NULL) && (sai->open != NULL)) in SRTM_AudioService_Request() 426 status = sai->open(sai, SRTM_AudioDirRx, iface->index); in SRTM_AudioService_Request()
|
D | srtm_audio_service.h | 93 srtm_status_t (*open)(srtm_sai_adapter_t adapter, srtm_audio_dir_t dir, uint8_t index); member
|
/hal_nxp-3.7.0/mcux/scripts/pinctrl/kinetis/ |
D | kinetis_cfg_utils.py | 570 with open(outputfile, "w", encoding="utf8") as file: 625 with open(outputfile, "w", encoding="utf8") as file:
|
/hal_nxp-3.7.0/mcux/scripts/pinctrl/ |
D | gen_board_pinctrl.py | 95 with open(npi_data, 'r', encoding='UTF8') as stream:
|
D | gen_soc_headers.py | 92 with open(npi_data, 'r', encoding='UTF8') as stream:
|
/hal_nxp-3.7.0/mcux/scripts/pinctrl/lpc/ |
D | lpc_cfg_utils.py | 676 with open(outputfile, "w", encoding="utf8") as file: 744 with open(outputfile, "w", encoding="utf8") as file:
|
/hal_nxp-3.7.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host.h | 231 uint8_t open; /*!< 0 - closed, 1 - open*/ member
|
D | usb_host_khci.c | 1746 pipePointer->open = (uint8_t)1U; in USB_HostKhciOpenPipe() 1781 if ((pipePointer != NULL) && (pipePointer->open == (uint8_t)1U)) in USB_HostKhciClosePipe() 1794 if ((0U != pipePointer->open) && (pipePointer == pipeHandle)) in USB_HostKhciClosePipe()
|
D | usb_host_ohci.c | 2350 pipe->pipeCommon.open = 1U; in USB_HostOhciOpenPipe() 2440 pipe->pipeCommon.open = 0U; in USB_HostOhciOpenPipe() 2476 pipe->pipeCommon.open = 0U; in USB_HostOhciClosePipe()
|
D | usb_host_ip3516hs.c | 1515 pipe->pipeCommon.open = 0U; in USB_HostIp3516HsOpenInterruptPipe() 3565 pipe->pipeCommon.open = 1U; in USB_HostIp3516HsOpenPipe() 3652 pipe->pipeCommon.open = 0U; in USB_HostIp3516HsOpenPipe() 3693 pipe->pipeCommon.open = 0U; in USB_HostIp3516HsClosePipe()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/cmake/ |
D | kconfig.cmake | 187 # Check if the checksum file exists too before trying to open it, though it
|
/hal_nxp-3.7.0/zephyr/blobs/license/ |
D | LA_OPT_NXP_Software_License.txt | 13 …in the Licensed Software that is not NXP proprietary software, and is not open source software, an… 35 …open source license(s), such as the BSD License, Apache License or the GNU Lesser General Public L…
|