-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add MAX32662 #73578
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
Merged
Merged
Add MAX32662 #73578
Conversation
This file contains hidden or 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
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
967cd23 to
d8dad24
Compare
Contributor
Author
|
zephyr,code = <INPUT_KEY_0>; |
Contributor
Author
|
Rebased onto main and TRNG enabled for this board. |
Contributor
Author
|
hal_adi/PR#2 rebased onto hal_adi/main to fix github action issue. |
The .shared and .mailbox sections are for the dual-core parts and do not exist for the MAX32662 Signed-off-by: Sadik Ozer <[email protected]>
Add MAX32662 Kconfig and dts files Co-authored-by: Maureen Helm <[email protected]> Signed-off-by: Sadik Ozer <[email protected]>
Add MAX32662EVKIT board files For more information about this board please check https://www.analog.com/ Co-authored-by: Maureen Helm <[email protected]> Signed-off-by: Sadik Ozer <[email protected]>
Enable gpio driver test for MAX32662EVKIT Signed-off-by: Furkan Akkiz <[email protected]>
TRNG enabled for MAX32662EVKIT board Signed-off-by: Sadik Ozer <[email protected]>
MaureenHelm
approved these changes
Aug 7, 2024
ubieda
approved these changes
Aug 7, 2024
This was referenced Aug 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
The MAX32662 microcontroller (MCU) is an advanced system-on-chip (SoC) featuring an Arm® Cortex®-M4F.
This PR add MAX32662 and it boards by providing basic functionalities
Tested with:

blinky example
button example

gpio_basic_api test

uart_basic_api test
