-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add MAX32675 #73576
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 MAX32675 #73576
Conversation
ece1830 to
f6bf7bd
Compare
eb6b9e6 to
4dfe6b0
Compare
Add MAX32675 Kconfig and dts files Co-authored-by: Maureen Helm <[email protected]> Signed-off-by: Sadik Ozer <[email protected]>
Added MAX32675EVKit board 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 max32675evkit board Signed-off-by: Sadik Ozer <[email protected]>
TRNG enabled for MAX32675EVKIT board Signed-off-by: Sadik Ozer <[email protected]>
|
Rebased onto main and #74943 enabled for this MCU. |
MaureenHelm
left a comment
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.
The twister failure looks unrelated, but needs to be resolved. It can be reproduced in main and git bisect points to commit 372c718.
commit 372c7183ef082c70ab5a6a5ba3fe9c486eb3d90f (refs/bisect/bad)
Author: Bjarki Arge Andreasen <[email protected]>
Date: Mon Jun 10 17:51:15 2024 +0200
modem: pipe: Add explicit timeout to sync APIs
The modem pipe APIs include synchronous calls to open/close,
which internally use a fixed timeout of 10 seconds. The timeout
should be configurable through the APIs, anywhere from K_NO_WAIT
to K_FOREVER.
This commit adds timeout parameters to the open/close APIs, and
updates in-tree usage of the open/close APIs to explicitly
provide the previously implicit timeout of 10 seconds.
Signed-off-by: Bjarki Arge Andreasen <[email protected]>
Fixed in #76461 |
The MAX32675 microcontroller (MCU) is an advanced system-on-chip (SoC) featuring an Arm® Cortex®-M4F.
This PR add MAX32675 and it boards by providing basic functionalities
Tested with:

blinky example
button example

gpio_basic_api test

uart_basic_api test
