From d207ee976de4a9757f531ac619f8c3941d3919cb Mon Sep 17 00:00:00 2001 From: Radim Lipka Date: Mon, 16 Sep 2024 09:19:18 +0200 Subject: [PATCH] modules: hal_nxp: osa: Remove deprecated OSA API New location of current OSA API available in /hal/nxp/mcux/mcux-sdk/components/osa Signed-off-by: Radim Lipka --- modules/hal_nxp/fsl_os_abstraction.h | 17 ----------------- west.yml | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 modules/hal_nxp/fsl_os_abstraction.h diff --git a/modules/hal_nxp/fsl_os_abstraction.h b/modules/hal_nxp/fsl_os_abstraction.h deleted file mode 100644 index 1f02b686097803..00000000000000 --- a/modules/hal_nxp/fsl_os_abstraction.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright 2022 NXP - * - * SPDX-License-Identifier: Apache-2.0 - */ - -#ifndef __FSL_OS_ABSTRACTION__ -#define __FSL_OS_ABSTRACTION__ - -#include - -/* enter critical macros */ -#define OSA_SR_ALLOC() int osa_current_sr -#define OSA_ENTER_CRITICAL() osa_current_sr = irq_lock() -#define OSA_EXIT_CRITICAL() irq_unlock(osa_current_sr) - -#endif /* __FSL_OS_ABSTRACTION__ */ diff --git a/west.yml b/west.yml index 0108755946f9e2..60cdb99d385c49 100644 --- a/west.yml +++ b/west.yml @@ -198,7 +198,7 @@ manifest: groups: - hal - name: hal_nxp - revision: 78b3972e2ccb884057b838c9f60979a4c5602b18 + revision: 74a7735bb0775754a9c2058b225777d6ecfeaa6f path: modules/hal/nxp groups: - hal