From d2e2514cbe70babc2dfe6e8eb0e4f9e4c97769b6 Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Fri, 6 Dec 2024 13:24:34 +0200 Subject: [PATCH] mcux: README: update patch list Update patch list to include the following patch: - "drivers: edma_rev2: add macro for CHn_CSR's ACTIVE bit" Signed-off-by: Laurentiu Mihalcea --- mcux/README | 1 + 1 file changed, 1 insertion(+) diff --git a/mcux/README b/mcux/README index c90b7eb8a..f533b0ea7 100644 --- a/mcux/README +++ b/mcux/README @@ -124,3 +124,4 @@ Patch List: - mcux-sdk/drivers/cache/cache64/fsl_cache.c: remove invalid assertion when CACHE64_GetInstanceByAddr() is passed an address not managed by the CACHE64 controller + - drivers: edma_rev2: add macro for CHn_CSR's ACTIVE bit