You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some older Kinetis W family SoCs are not supported in MCUXpresso SDK, but
@@ -58,37 +61,10 @@ License Link:
58
61
https://spdx.org/licenses/BSD-3-Clause.html
59
62
60
63
Patch List:
61
-
1. Delete the .a binary archive files after an SDK update before committing the changes. These files are still present in the SDK github repo but have been
62
-
deleted from the Zephyr HAL
63
-
2. mcux-sdk/drivers/caam/fsl_caam.c: Move used job descriptors in the CAAM driver from the stack to noncacheable section. At time of writing, there should
64
+
1. mcux-sdk/drivers/caam/fsl_caam.c: Move used job descriptors in the CAAM driver from the stack to noncacheable section. At time of writing, there should
64
65
be four being used for entropy in zephyr.
65
-
3. fsl_common.h: add #ifdef ZEPHYR #endif to include Zephyr's sys utils
66
-
4. mcux-sdk/drivers/pit/fsl_pit.c: add guards to avoid compilation warnings when building
67
-
with SDK clock control driver disabled.
68
-
5. devices: MIMX8QM6: Add header files for QM's DSP core
0 commit comments