Lines Matching full:sdk

1 MCUXpresso SDK
5 NXP MCUXpresso SDK
6 https://github.com/nxp-mcuxpresso/mcux-sdk
13 NXP MCUXpresso SDK USB
14 https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-usb
16 SDK 2.16.000 merge
18 NXP MCUXpresso SDK Connectivity Framework
19 https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-connectivity-framework
22 NXP MCUXpresso SDK Multicore middleware
23 https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-multicore
30 NXP MCUXpresso SDK secure subsystem
34 NXP MCUXpresso SDK ieee_802.15.4 middleware
39 Some older Kinetis W family SoCs are not supported in MCUXpresso SDK, but
41 distribution is based on the same Kinetis SDK (ksdk) that MCUXpresso SDK
43 so we can reuse newer MCUXpresso SDK drivers from KW41Z, and import only the
56 drivers to adapt the MCUXpresso SDK APIs to Zephyr APIs.
59 …This package is cloned from the Github for mcux-sdk. The cloned package is then copied and committ…
60 …into NXP's Zephyr HAL. Care should be taken to retain local changes to the SDK files that are docu…
67 https://github.com/NXPmicro/mcux-sdk
84 …- mcux-sdk/drivers/caam/fsl_caam.c: Move used job descriptors in the CAAM driver from the stack to…
87 …- Patched middleware\mcux-sdk-middleware-usb\middleware_usb_common_header.cmake to remove "#includ…
89 - exclude the following directories and files from mcux-sdk update to reduce HAL size:
90 …- All *.a binary archive files. Files are still present in the SDK github repo but are not allowed…
91 - mcux-sdk\manifests
92 - mcux-sdk\docs
98 …- Add usb_device_mcux_drv_port.h file for using MCUX SDK USB device controller driver easily in Ze…
99 …- usb_device_mcux_drv_port.h contains the simplified structs, enums and APIs that MCUX SDK USB dev…
104 - mcux-sdk-middleware-connectivity-framework: Add new CMake file connectivity_framework.cmake
105 - mcux-sdk-middleware-connectivity-framework: rw61x: Fix assertion OSA Mutex Alloc fail
106 …- mcux-sdk-middleware-connectivity-framework: rw61x: Remove static from hci_cal_data buffers to be…
107 …- mcux-sdk-middleware-connectivity-framework: connected_mcu: Modified to remove a large amount of …
108 …- Patched mcux-sdk\components\conn_fwloader\mcux-sdk\components\conn_fwloader\driver_conn_fwloader…
109 …- mcux-sdk/drivers/s3mu/fsl_s3mu.c: rename _BIT macro to avoid collision from util_macro.h in Zeph…
110 …- Modifed mcux\mcux-sdk\drivers\mipi_dsi_split\fsl_mipi_dsi.c line 541 to force 8.0 to float (8.0f…
116 …- add kUSB_DeviceNotifySOF to usb_device_mcux_drv_port.h SDK USB stack already supports it in SDK
117 - mcux-sdk/drivers/adc12/fsl_adc12.c: add guards to avoid compilation warnings when building
118 with SDK clock control driver disabled.
119 …- Update the driver in mcux-sdk/drivers/cache/cache64/fsl_cache.c to use the non-secure flash addr…
120 …- mcux-sdk/drivers/flexcan/fsl_flexcan.c and mcux-sdk/drivers/flexcan/fsl_flexcan.h: add the guard…
129 …- mcux-sdk/drivers/dspi/fsl_dspi.c, mcux-sdk/drivers/dspi/fsl_dspi.h, mcux-sdk/drivers/dspi/fsl_ds…
130 mcux-sdk/drivers/dspi/fsl_dspi_edma.h: add the guards for unsupport features on S32Z27x devices
132 - mcux-sdk/drivers/cache/cache64/fsl_cache.c: remove invalid assertion when
138 - mcux-sdk-middleware-ieee_802.15.4: adapt code to be supported with Zephyr
139 …- mcux-sdk-middleware-usb: Disable the control endpoint ZLT (Zero Length Transaction) of MCUX hal …