diff --git a/modules/hal_nxp/fsl_os_abstraction.h b/modules/hal_nxp/fsl_os_abstraction.h deleted file mode 100644 index 1f02b6860978038..000000000000000 --- 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 25330a74dca80ab..0afc5ac49a73342 100644 --- a/west.yml +++ b/west.yml @@ -198,7 +198,7 @@ manifest: groups: - hal - name: hal_nxp - revision: 466000a80e6eb5bbcb691bae936ec5654a7796d4 + revision: 7a17a78b14565a12a6dc5e527f71c351ed4df6b6 path: modules/hal/nxp groups: - hal