mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
f70d40bca7
Add hardware register headers and driver support for the NXP i.MX93 Cortex-M33 core. All new and modified code is guarded by ARCH_CHIP_IMX93_M33 preprocessor defines; existing i.MX95-M7 builds are unaffected. New drivers: - imx9_xcache.c - off core cache init and maintenance - imx9_ccm.c - generic CCM abstraction layer Signed-off-by: Maarten Zanders <maarten@zanders.be>