Skip to content

Conversation

ozersa
Copy link
Contributor

@ozersa ozersa commented May 31, 2024

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
image

button example
image

gpio_basic_api test
image

uart_basic_api test
image

MaureenHelm
MaureenHelm previously approved these changes May 31, 2024
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the blank line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@MaureenHelm
Copy link
Member

Need to rebase and resolve conflicts

@MaureenHelm MaureenHelm added this to the v3.7.0 milestone Jun 4, 2024
MaureenHelm
MaureenHelm previously approved these changes Jun 4, 2024
@MaureenHelm
Copy link
Member

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>
@ozersa
Copy link
Contributor Author

ozersa commented Jun 5, 2024

Need to rebase and resolve conflicts

One more time, please.

Sure, done.

This was referenced Jun 5, 2024
MaureenHelm
MaureenHelm previously approved these changes Jun 5, 2024
@MaureenHelm
Copy link
Member

@microbuilder @galak please take a look

Copy link
Contributor

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)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for information, applied.

Comment on lines 22 to 25
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, removed.
Thanks

Comment on lines 8 to 15
Copy link
Contributor

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 :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated thanks.

Comment on lines 26 to 24
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@ozersa ozersa force-pushed the add-MAX32672 branch 2 times, most recently from 9235fce to c0cb754 Compare June 12, 2024 11:33
MaureenHelm
MaureenHelm previously approved these changes Jun 12, 2024
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>
@ozersa
Copy link
Contributor Author

ozersa commented Jun 12, 2024

As per of below error
image

Added an event code.

MaureenHelm
MaureenHelm previously approved these changes Jun 13, 2024
Copy link
Contributor

@kartben kartben left a 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!

ozersa and others added 2 commits June 13, 2024 17:30
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>
@nashif nashif merged commit ae5a15a into zephyrproject-rtos:main Jun 14, 2024
@MaureenHelm MaureenHelm deleted the add-MAX32672 branch June 14, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: GPIO platform: ADI Analog Devices, Inc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants