-
Notifications
You must be signed in to change notification settings - Fork 139
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
base: master
Are you sure you want to change the base?
Add support for HSE CRYPTO on S32Z27x devices #443
Conversation
109eab3
to
458c355
Compare
#define HSE_IP_MU_7 ((uint8)7U) | ||
|
||
/* Max number of MU instances */ | ||
#define HSE_IP_NUM_OF_MU_INSTANCES (8) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
s32/drivers/s32ze/HSE/CMakeLists.txt
Outdated
# Copyright 2024 NXP | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
zephyr_include_directories( |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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]>
458c355
to
e67b2a4
Compare
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.