Home
last modified time | relevance | path

Searched refs:com (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/hal_nxp-3.5.0/mcux/mcux-sdk/
DREADME_CN.md4 [![Version](https://img.shields.io/github/v/release/NXPMicro/mcux-sdk)](https://github.com/NXPmicro…
5 [![Contributors](https://img.shields.io/github/contributors/NXPMicro/mcux-sdk)](https://github.com/…
6 [![Issues](https://img.shields.io/github/issues/NXPMicro/mcux-sdk)](https://github.com/NXPmicro/mcu…
7 …ds.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/NXPmicro/mcux-sdk/p…
17 拆分成多个子项目发布的想法主要是受到 [Zephyr](https://github.com/zephyrproject-rtos/zephyr) 的启发,用户可以从这种发布方式中得到以下好处:
35 **当前项目也是获取SDK所有项目的中央存储库**,它包含的[west.yml](https://github.com/NXPmicro/mcux-sdk/blob/main/west.yml)记录…
36 [![MCUXSDK Graph](docs/sdk_graph.svg)](https://htmlpreview.github.io/?https://github.com/NXPmicro/m…
43 west init -m https://github.com/NXPmicro/mcux-sdk --mr ${revision} mcuxsdk
74 …DK在 [SDK Builder](http://mcuxpresso.nxp.com/) 上发布,我们就开始同步准备该版本MCUX 的发布。使用过[SDK Builder](http://mcu…
93 …一次软件发布的 [Release Notes](https://github.com/NXPmicro/mcux-sdk/releases/latest)。工作在特定版本上,查看[对应版本](ht…
DSW-Content-Register.txt30 https://www.segger.com/products/development-tools/
45 Url: https://github.com/xiph/flac
46 https://github.com/xiph/ogg
47 https://github.com/xiph/opus
48 https://github.com/xiph/opusfile
103 … ARM (Apache-2.0) - https://github.com/ARM-software/CMSIS_5/releases/tag/5.8.0
115 …Origin: ARM (Apache-2.0) - https://github.com/ARM-software/CMSIS_5/releases/tag/5.8.0 …
133 https://www.youtube.com/watch?v=qZ1fhDc27UU&featur
159 Url: https://github.com/FreeRTOS/FreeRTOS-Kernel
170 (https://github.com/geky/)
[all …]
DCONTRIBUTING_CN.md44 如果以上检查都没有帮助您解决问题,您可以通过[新问题](https://github.com/NXPmicro/mcux-sdk/issues/new/choose)来创建GitHub issue,…
55 2. 将您的forked的代码仓库克隆到本地。 ```git clone https://github.com/yourname/mcux-sdk.git```
62 git remote add nxp https://github.com/NXPmicro/mcux-sdk.git
113 Signed-off-by:FIRST_NAME LAST_NAME <FIRST_NAME.LAST_NAME@nxp.com>
123 git config --global user.email "MY_NAME@example.com"
128 git config user.email "MY_NAME@example.com"
169 如果您想贡献新的组件代码,这个组件包含一些新的源文件,请先发送电子邮件至 [项目维护者](susan.su@nxp.com) 交流您的想法。如果新组件使用除BSD-3-Clause以外的其他许可证,…
DREADME.md4 [![Version](https://img.shields.io/github/v/release/NXPMicro/mcux-sdk)](https://github.com/NXPmicro…
5 [![Contributors](https://img.shields.io/github/contributors/NXPMicro/mcux-sdk)](https://github.com/…
6 [![Issues](https://img.shields.io/github/issues/NXPMicro/mcux-sdk)](https://github.com/NXPmicro/mcu…
7 …ds.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/NXPmicro/mcux-sdk/p…
11 …e SDK delivery to separate projects is inspired by [Zephyr](https://github.com/zephyrproject-rtos/…
34 …chieve the whole SDK delivery**, it contains the [west.yml](https://github.com/NXPmicro/mcux-sdk/b…
35 [![MCUXSDK Graph](docs/sdk_graph.svg)](https://htmlpreview.github.io/?https://github.com/NXPmicro/m…
41 west init -m https://github.com/NXPmicro/mcux-sdk --mr ${revision} mcuxsdk
73 …le on [SDK Builder](http://mcuxpresso.nxp.com/). Users previously using [SDK Builder](http://mcuxp…
DCONTRIBUTING.md74 Signed-off-by: FIRST_NAME LAST_NAME <FIRST_NAME.LAST_NAME@nxp.com>
84 git config --global user.email "MY_NAME@example.com"
89 git config user.email "MY_NAME@example.com"
142 If above checks does not help the issue, you may report issue via [New issue](https://github.com/NX…
153 2. Clone your forked repo to local repository. ```git clone https://github.com/yourname/mcux-sdk.gi…
160 git remote add nxp https://github.com/NXPmicro/mcux-sdk.git
182 … new components, please send an email to [project maintainer](susan.su@nxp.com) to communicate you…
DCODE_OF_CONDUCT_CN.md86 [Mozilla CoC]: https://github.com/mozilla/diversity
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
Darm_pool_q7_HWC.c60 union arm_nnword com; in compare_and_replace_if_larger_q7() local
66 com.word = arm_nn_read_q7x4_ia((const q7_t **)&pCom); in compare_and_replace_if_larger_q7()
69 if (com.bytes[0] > in.bytes[0]) in compare_and_replace_if_larger_q7()
70 in.bytes[0] = com.bytes[0]; in compare_and_replace_if_larger_q7()
71 if (com.bytes[1] > in.bytes[1]) in compare_and_replace_if_larger_q7()
72 in.bytes[1] = com.bytes[1]; in compare_and_replace_if_larger_q7()
73 if (com.bytes[2] > in.bytes[2]) in compare_and_replace_if_larger_q7()
74 in.bytes[2] = com.bytes[2]; in compare_and_replace_if_larger_q7()
75 if (com.bytes[3] > in.bytes[3]) in compare_and_replace_if_larger_q7()
76 in.bytes[3] = com.bytes[3]; in compare_and_replace_if_larger_q7()
/hal_nxp-3.5.0/imx/
DREADME6 https://www.nxp.com/webapp/Download?colCode=FreeRTOS_iMX7D_1.0.1_LINUX&appType=license
8 https://www.nxp.com/webapp/Download?colCode=FreeRTOS_MX6SX_1.0.1_LINUX&appType=license
38 …https://www.nxp.com/products/processors-and-microcontrollers/applications-processors/i.mx-applicat…
39 …https://www.nxp.com/products/processors-and-microcontrollers/applications-processors/i.mx-applicat…
51 …https://www.nxp.com/webapp/sps/download/license.jsp?colCode=FreeRTOS_iMX7D_1.0.1_LINUX&appType=fil…
52 …https://www.nxp.com/webapp/sps/download/license.jsp?colCode=FreeRTOS_MX6SX_1.0.1_LINUX&appType=fil…
/hal_nxp-3.5.0/mcux/
DREADME6 https://github.com/NXPmicro/mcux-sdk
9 …https://www.nxp.com/webapp/Download?colCode=KW40Z-CONNECTIVITY-SOFTWARE&appType=license&Parent_nod…
10 …https://www.nxp.com/webapp/Download?colCode=MKW2XD-MRC20A-CONNECTIVITY-SW&appType=license&Parent_n…
13 https://github.com/NXPmicro/mcux-sdk-middleware-usb
44 https://github.com/NXPmicro/mcux-sdk
45 …https://www.nxp.com/webapp/Download?colCode=KW40Z-CONNECTIVITY-SOFTWARE&appType=license&Parent_nod…
46 …https://www.nxp.com/webapp/Download?colCode=MKW2XD-MRC20A-CONNECTIVITY-SW&appType=license&Parent_n…
/hal_nxp-3.5.0/mcux/mcux-sdk/docs/Build/
Dbuiding_sdk.md9 This part we referenced work from zephyr project [Zephyr](https://github.com/zephyrproject-rtos/zep…
10 …- python version kconfiglib located in [kconfig-scripts](https://github.com/nxp-mcuxpresso/mcux-sd…
11 …- cmake modules located in [cmake-kconfig](https://github.com/nxp-mcuxpresso/mcux-sdk/tree/MCUX_2.…
13 An example integration please see [hello-world](https://github.com/nxp-mcuxpresso/mcux-sdk-examples…
/hal_nxp-3.5.0/s32/
DREADME6 https://www.nxp.com/design/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD
25 https://www.nxp.com/design/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD
26 …https://www.nxp.com/design/software/development-software/s32-design-studio-ide/s32-design-studio-f…
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/
DsoftwareContentRegister.txt21 … CMSIS header files (Apache License 2.0; https://github.com/ARM-software/CMSIS_5)
23 …mbedTLS v2.25 (2021-03-09) (Apache License 2.0; https://github.com/ARMmbed/mbedtls/releases/tag/v2…
/hal_nxp-3.5.0/mcux/mcux-sdk/docs/
Drun_a_project_using_mcux_CN.md8 1. 从[链接](https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mc…
53 …&E Micro, SEGGER J-Link等调试器,更多相关信息可以查看[MCUXpresso IDE用户指南](https://www.nxp.com/docs/zh/user-guide/…
Drun_a_project_using_armgcc_CN.md71 - 安装J-Link软件(驱动程序和实用程序),可从www.segger.com/downloads.html 中下载。
81 1. 使用前请安装SEGGER软件,可从以下网址下载http://www.segger.com
DGetting_Started_CN.md23 我们把MCUXpresso SDK软件包中的板级应用程序发布到应用代码库[mcux-sdk-examples](https://github.com/NXPmicro/mcux-sdk-exampl…
/hal_nxp-3.5.0/mcux/scripts/pinctrl/
DREADME.md15 tools v13](https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/…
17 [MCUXpresso SDK builder](https://mcuxpresso.nxp.com/en/select_config_tools_data)
38 [NXP's MCUXpresso SDK builder](https://mcuxpresso.nxp.com/en/select_config_tools_data).
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX9352/iar/
DMIMX9352_cm33_ram.icf20 ** http: www.nxp.com
21 ** mail: support@nxp.com
DMIMX9352_cm33_flash.icf20 ** http: www.nxp.com
21 ** mail: support@nxp.com
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/
DREADME.md6 …listed API. Please refer to the description in the [header](https://github.com/ARM-software/CMSIS_…
9 For any questions or to reach the CMSIS-NN team, please create a new issue in https://github.com/AR…
58 [1] Legacy CMSIS-NN and how to use it https://developer.arm.com/solutions/machine-learning-on-arm/d…
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5512/gcc/
DLPC5512_ram.ld20 ** http: www.nxp.com
21 ** mail: support@nxp.com
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504CPXXXX/gcc/
DLPC5504CPXXXX_ram.ld18 ** http: www.nxp.com
19 ** mail: support@nxp.com
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S04/gcc/
DLPC55S04_ram.ld20 ** http: www.nxp.com
21 ** mail: support@nxp.com
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC51U68/gcc/
DLPC51U68_ram.ld20 ** http: www.nxp.com
21 ** mail: support@nxp.com
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5502CPXXXX/gcc/
DLPC5502CPXXXX_ram.ld18 ** http: www.nxp.com
19 ** mail: support@nxp.com
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504/gcc/
DLPC5504_ram.ld20 ** http: www.nxp.com
21 ** mail: support@nxp.com

12345678910>>...24