From f90b09dea9a7f61e901afa6ce691e687900f5598 Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Tue, 27 Aug 2024 17:51:19 -0500 Subject: [PATCH] mcux: Update the README Update the README to include patch to the CACHE64 driver Signed-off-by: Mahesh Mahadevan --- mcux/README | 1 + 1 file changed, 1 insertion(+) diff --git a/mcux/README b/mcux/README index 81bcf45b1..226467fe6 100644 --- a/mcux/README +++ b/mcux/README @@ -99,3 +99,4 @@ Patch List: - add kUSB_DeviceNotifySOF to usb_device_mcux_drv_port.h SDK USB stack already supports it in SDK 2.16.0 - mcux-sdk/drivers/adc12/fsl_adc12.c: add guards to avoid compilation warnings when building with SDK clock control driver disabled. + - Update the driver in mcux-sdk/drivers/cache/cache64/fsl_cache.c to use the non-secure flash address during cache invalidation.