Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HSE CRYPTO on S32Z27x devices #443

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

haduongquang
Copy link
Contributor

This PR support for the NXP S32 HSE CRYPTO driver, including bare-metal drivers and SoC-specific headers for S32Z27, was generated with S32 Design Studio for the S32 Platform.

#define HSE_IP_MU_7 ((uint8)7U)

/* Max number of MU instances */
#define HSE_IP_NUM_OF_MU_INSTANCES (8)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this depend on the MU devicetree nodes enabled?

Copy link
Contributor Author

@haduongquang haduongquang Oct 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the maximum number of MU that the chip supports, it should not rely on the number of MU devicetree nodes enabled.

# Copyright 2024 NXP
# SPDX-License-Identifier: BSD-3-Clause

zephyr_include_directories(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be only included if crypto is built

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated

Add sources code driver for CRYPTO HSE

Signed-off-by: Ha Duong Quang <[email protected]>
Code auto-generated with S32 Design Studio for S32 Platform for S32Z.

Signed-off-by: Ha Duong Quang <[email protected]>
…hannels

Remove 'u' suffix from macros so that they can be used
with LISTIFY.

Signed-off-by: Ha Duong Quang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants