-
Notifications
You must be signed in to change notification settings - Fork 8k
Add MAX32672 #73573
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 MAX32672 #73573
Conversation
d2257c9
to
b356b08
Compare
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.
Remove the blank line
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.
Done.
Need to rebase and resolve conflicts |
One more time, please. |
Add MAX32672 Kconfig and dts files Co-authored-by: Maureen Helm <maureen.helm@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
Sure, done. |
@microbuilder @galak please take a look |
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.
all the images in your PR are of pretty low quality / blurry. Based on the size of the files, I understand this might be due to JPEG compression as you probably tried to aim for 100K or less :) I would recommend you look at using WEBP for better quality/size ratio. Make sure to use the "original" images as your source when converting to webp (using eg cwebp) and not the already degraded jpeg images from this PR
please feel free to use https://gist.githubusercontent.com/kartben/3c91fef0f7808111350afc737a3f08e7/raw/aa5728643dc0c82a21b357124b9aecbbf4bc0564/max32672evkit_img1.webp directly (54KB)
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.
Thanks for information, applied.
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.
drop the back picture (and associated file of course) as the added value is limited and this will save 10s of KBs from upstream git repo
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.
Correct, removed.
Thanks
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.
You are wrapping very aggressively, which hurt readability and will generate larger than necessary diffs in the future.
Please adjust line length to 100 characters in your editor and update RST files in this PR accordingly :)
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.
Updated thanks.
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.
ditto earlier comment: not convinced you need the back here either
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.
Thanks.
9235fce
to
c0cb754
Compare
Added MAX32672FTHR board For more information about this board please check https://www.analog.com/ Co-authored-by: Maureen Helm <maureen.helm@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
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.
just a small glitch i didn't catch before - sorry, and thanks!
Add MAX32672EVKIT board files For more information about this board please check https://www.analog.com/ Co-authored-by: Maureen Helm <maureen.helm@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
Enable gpio driver test for max32672evkit and fthr boards Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
The MAX32672 microcontroller (MCU) is an advanced system-on-chip (SoC) featuring an Arm® Cortex®-M4F.
This PR add MAX32672 and it boards by providing basic functionalities
Below tests executed on both MAX32672EVKIT and MAX32672FTHR boards.
Tested with:

blinky example
button example

gpio_basic_api test

uart_basic_api test
