-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Cube for STM32N6 #252
Merged
erwango
merged 8 commits into
zephyrproject-rtos:main
from
gautierg-st:add_stm32n6_cube
Jan 24, 2025
Merged
Add Cube for STM32N6 #252
erwango
merged 8 commits into
zephyrproject-rtos:main
from
gautierg-st:add_stm32n6_cube
Jan 24, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erwango
approved these changes
Jan 17, 2025
erwango
reviewed
Jan 22, 2025
Add version 1.0.0 of STM32CubeN6 Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
Regenerates LL headers to add the STM32N6. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
Remove legacy macro PAGESIZE which conflicts with POSIX. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
To use FSBL mode, add the following fix: -Remove CMSE_NS_ENTRY modifier, which requires enabling CONFIG_ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
Add STM32N6 to the list of supported series and add the compile definition for compiling on a Cortex M55 Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
Adds STM32N6 to the pinctrl generation script. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
Fixes the regex used to generate XSPIM pins: * NCS pins are numbered 1-2 instead of 0-1 * Expand IO numbers beyond 7 (necessary for STM32N6) Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
Adds STM32N6 pinctrl dtsi files. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
a7dd86d
to
269bc76
Compare
marwaiehm-st
approved these changes
Jan 24, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds STM32CubeN6 1.0.0