Skip to content

Commit c5a5636

Browse files
dleach02danieldegrasse
authored andcommitted
README: Update patch list
Number of items are no longer needed Signed-off-by: David Leach <david.leach@nxp.com>
1 parent 9a3f9b5 commit c5a5636

File tree

1 file changed

+9
-33
lines changed

1 file changed

+9
-33
lines changed

mcux/README

Lines changed: 9 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ MCUXpresso SDK
33

44
Origin:
55
NXP MCUXpresso SDK
6-
https://github.com/NXPmicro/mcux-sdk
6+
https://github.com/nxp-mcuxpresso/mcux-sdk
7+
SHA: acc105f1e6304bf3a16ebbb503f8882a4daa1408
78

89
NXP Kinetis Connectivity Software
910
https://www.nxp.com/webapp/Download?colCode=KW40Z-CONNECTIVITY-SOFTWARE&appType=license&Parent_nodeId=1432854896956716810497&Parent_pageType=product
1011
https://www.nxp.com/webapp/Download?colCode=MKW2XD-MRC20A-CONNECTIVITY-SW&appType=license&Parent_nodeId=1425322332576706617013&Parent_pageType=productI
1112

1213
NXP MCUXpresso SDK USB
13-
https://github.com/NXPmicro/mcux-sdk-middleware-usb
14+
15+
https://github.com/nxp-mcuxpresso/mcux-sdk-middleware-usb
16+
SHA: c8317a37546b18bef2072d6075e061d668b3f1c7
1417

1518
Status:
1619
Some older Kinetis W family SoCs are not supported in MCUXpresso SDK, but
@@ -58,37 +61,10 @@ License Link:
5861
https://spdx.org/licenses/BSD-3-Clause.html
5962

6063
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
6465
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
69-
6. devices: MIMX8QM6_dsp.h: Adjust DSP core interrupts
70-
7. devices: MIMX8QM6_dsp.h: Add missing LPUART IRQ macro
71-
8. MIMX8QM6: drivers: fsl_clock.c: Report NULL frequency for unsupported core
72-
9. devices: MIMX8QX6: Add header files for QXP's DSP core
73-
10. MIMX8QX6: scfw_api: Switch to including generic fsl_device_registers.h
74-
11. mcux-sdk/drivers/i3c/fsl_i3c.c: add guards to avoid compilation warnings when building
75-
with SDK clock control driver disabled for SoC has no reset driver.
76-
12. MCUXGH-1081[IRQSTEER] Improve for portability
77-
13. drivers: irqsteer: Add function for querying the master interrupts status
78-
14. devices: MIMX8ML8: Fix naming inconsistency
79-
15. devices: MIMX8ML8: Add missing FSL_FEATURE_* macros
80-
16. devices: MIMX8ML8: fsl_clock: Add missing definitions for IRQ_STEER
81-
17. devices: MIMX9352: Add new SAI-related FSL_FEATURE_* macros
82-
18. drivers: fsl_sai: Allow enabling/disabling implicit channel configuration
83-
19. drivers: fsl_sai: Allow NULL FIFO watermark
84-
20. drivers: fsl_sai: Fix compilation warnings when asserts are disabled
85-
21. mcux-sdk/drivers/ftm/fsl_ftm.c: make public FTM_GetInstance() function (mcux-sdk#155)
86-
22. mcux-sdk-middleware-usb: fix ip control return value for ip3511
87-
23. drivers: edma: Introduce revision 2 of eDMA driver
88-
24. devices: MIMX9352: Add SoC layer definitions required for using edma rev2
89-
25. exclude the following directories and files from mcux-sdk update to reduce HAL size:
66+
2. Patched middleware_usb_common_header.cmake file to address build issue. PR submitted to upstream
67+
3. exclude the following directories and files from mcux-sdk update to reduce HAL size:
68+
- All *.a binary archive files. Files are still present in the SDK github repo but are not allowed in Zephyr Project
9069
- mcux-sdk\manifests
91-
- mcux-sdk\middleware\issdk\docs
9270
- mcux-sdk\docs
93-
26. mcux: mcux-sdk: Fix "loop" labels in inline assembly to use unique identifiers.
94-
27. mcux-sdk-middleware-usb: Fix build issues with the code from github

0 commit comments

Comments
 (0)