-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add MAX32666 #73560
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
carlescufi
merged 6 commits into
zephyrproject-rtos:main
from
analogdevicesinc:add-MAX32666
Aug 9, 2024
Merged
Add MAX32666 #73560
carlescufi
merged 6 commits into
zephyrproject-rtos:main
from
analogdevicesinc:add-MAX32666
Aug 9, 2024
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
Contributor
Author
MaureenHelm
requested changes
Jun 12, 2024
85788b8 to
df9b2b5
Compare
Contributor
Author
|
Rebased onto main, current CI issues will be fixed after below PR being merged |
Contributor
Author
|
Rebased onto main and #74943 enabled for this MCU. |
MaureenHelm
previously approved these changes
Jul 31, 2024
Add MAX32666 Kconfig and dts files Co-authored-by: Okan Sahin <[email protected]> Signed-off-by: Sadik Ozer <[email protected]>
Add MAX32666FTHR board For more information about this board please check https://www.analog.com/ Signed-off-by: Sadik Ozer <[email protected]>
Enable gpio driver test for max32666fthr Signed-off-by: Sadik Ozer <[email protected]>
Add MAX32666EVKIT board file and documentation For more information about this board please check https://www.analog.com/ Signed-off-by: Sadik Ozer <[email protected]>
Enable gpio driver test for MAX32666EVKIT Signed-off-by: Furkan Akkiz <[email protected]>
TRNG enabled for MAX32666EVKIT and MAX32666FTHR boards Signed-off-by: Sadik Ozer <[email protected]>
Contributor
Author
|
Rebased to fix conflicts, |
MaureenHelm
approved these changes
Aug 8, 2024
ubieda
approved these changes
Aug 8, 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 MAX32666 microcontroller (MCU) is an advanced system-on-chip (SoC) featuring an Arm® Cortex®-M4F, large Flash and SRAM memories, and the latest generation Bluetooth® 5 Low Energy (LE) radio.
This PR add MAX32666 and it boards by providing basic functionalities
Below tests executed on both MAX32666EVKIT and MAX32666FTHR boards.
Tested with:

blinky example
button example

gpio_basic_api test

uart_basic_api test
