-
Notifications
You must be signed in to change notification settings - Fork 8k
soc: nuvoton: numaker: add support for m333x series #96049
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
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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.
SoC files OK, though would be better to have a board so it can be seen that the files are error free and can build
Add initial support for Nuvoton NuMaker-M333x SoC series, including basic initialization and device tree includes. Signed-off-by: cyliang tw <[email protected]>
e953825
to
84513c9
Compare
|
Thanks of your advice. i.e: Based on prior PR feedback, some reviewer suggested splitting small PRs into fewer files, so I separated it into an SoC PR and a board PR. |
It's fine to have a SoC and board PR - so long as they are in different commits i.e. not one huge commit with files all over the place |
This PR is to add Nuvoton NuMaker M333x SoC series.
This PR depends on zephyrproject-rtos/hal_nuvoton#20