modules: rename S32 to NXP_S32

Rename module from `S32` to `NXP_S32` to avoid ambiguity.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-08-06 12:46:58 +07:00 committed by Carles Cufí
parent 00f59936b3
commit acbdf1f53c
7 changed files with 8 additions and 8 deletions

View file

@ -2991,7 +2991,7 @@ West:
- modules/hal_nxp/
- modules/Kconfig.imx
- modules/Kconfig.mcux
- modules/Kconfig.s32
- modules/Kconfig.nxp_s32
labels:
- manifest-hal_nxp

View file

@ -30,7 +30,7 @@ source "modules/Kconfig.microchip"
source "modules/Kconfig.nuvoton"
source "modules/Kconfig.open-amp"
source "modules/Kconfig.picolibc"
source "modules/Kconfig.s32"
source "modules/Kconfig.nxp_s32"
source "modules/Kconfig.silabs"
source "modules/Kconfig.simplelink"
source "modules/Kconfig.sof"

View file

@ -1,9 +1,9 @@
# NXP S32 MCUs family
# Copyright 2022 NXP
# Copyright 2022-2023 NXP
# SPDX-License-Identifier: Apache-2.0
config HAS_S32_HAL
config HAS_NXP_S32_HAL
bool
select HAS_CMSIS_CORE
depends on SOC_FAMILY_S32

View file

@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#
if(CONFIG_HAS_MCUX OR CONFIG_HAS_IMX_HAL OR CONFIG_HAS_S32_HAL)
if(CONFIG_HAS_MCUX OR CONFIG_HAS_IMX_HAL OR CONFIG_HAS_NXP_S32_HAL)
add_subdirectory(${ZEPHYR_CURRENT_MODULE_DIR} hal_nxp)
add_subdirectory_ifdef(CONFIG_USB_DEVICE_DRIVER usb)

View file

@ -9,7 +9,7 @@ choice
config SOC_S32K344_M7
bool "SOC_S32K_M7"
select HAS_S32_HAL
select HAS_NXP_S32_HAL
endchoice

View file

@ -9,7 +9,7 @@ choice
config SOC_S32Z27_R52
bool "SOC_S32Z27_R52"
select HAS_S32_HAL
select HAS_NXP_S32_HAL
endchoice

View file

@ -193,7 +193,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: 674aa3834a60720adab03b2ba70c8b4db90f4916
revision: 4364ed701eb20af90ed1756414015c4db4416318
path: modules/hal/nxp
groups:
- hal