cmake: Add MAX32657 platform and board config - #3272
Open
adi-ramonimbao wants to merge 1 commit into
Open
Conversation
adi-ramonimbao
requested review from
CiprianRegus,
RaduSabau1,
amiclaus,
buha,
cristina-suteu,
danmois,
dbogdan,
raezt,
ralucabozdog,
ranechita,
rbolboac,
rbudai98 and
stefpopa
as code owners
August 18, 2026 06:49
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 18, 2026 07:31
e4b3aed to
add0fbe
Compare
Collaborator
Author
|
V2:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 19, 2026 01:07
add0fbe to
3ca7a71
Compare
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 19, 2026 07:04
3ca7a71 to
0eace5b
Compare
Collaborator
Author
|
V3:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 20, 2026 03:06
0eace5b to
21f91ba
Compare
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 20, 2026 03:10
21f91ba to
d2fb4e3
Compare
Collaborator
Author
|
V4:
EDIT: I previously added a new entry for |
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
2 times, most recently
from
August 20, 2026 03:46
ab55f9b to
de8c022
Compare
Collaborator
Author
|
V5:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
2 times, most recently
from
August 20, 2026 07:16
c913452 to
718b11b
Compare
Collaborator
Author
|
V6:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 24, 2026 06:29
718b11b to
8e1df30
Compare
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 25, 2026 02:00
72ed555 to
882addd
Compare
Collaborator
Author
|
V9:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 25, 2026 06:37
882addd to
522b1bf
Compare
Collaborator
Author
|
V10:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 25, 2026 06:42
522b1bf to
b514237
Compare
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
3 times, most recently
from
August 25, 2026 07:50
3789592 to
37a4207
Compare
Collaborator
Author
|
V11:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
3 times, most recently
from
August 28, 2026 03:43
1fd6d44 to
8e3013c
Compare
Collaborator
Author
|
V12:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
August 28, 2026 06:40
8e3013c to
5517d08
Compare
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
2 times, most recently
from
August 31, 2026 23:56
8642c61 to
befdde6
Compare
Collaborator
Author
|
V13:
|
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
September 1, 2026 00:45
befdde6 to
b0c6ed4
Compare
Signed-off-by: Ramon Miguel Imbao <ramonmiguel.imbao@analog.com>
adi-ramonimbao
force-pushed
the
staging/max32657-cmake
branch
from
September 1, 2026 07:35
b0c6ed4 to
ca69b35
Compare
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
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.
Pull Request Description
This PR adds build system support for the MAX32657, and board config files for the MAX32657EVKIT:
board_configs/maxim/CMakePresets.json: newmax32657evkitpresetboard_configs/maxim/max32657evkit_defconfig: default configuration enabling CAPI onlydrivers/platform/maxim/max32657/CMakeLists.txt: pulls in the MSDK PeriphDriver sources, and memory layout definitionsdrivers/platform/maxim/max32657/memory_layout.cmake: memory layout filedrivers/platform/maxim/CMakeLists.txt: do not includemaxim_init.candmaxim_delay.cwhen using CAPIdrivers/platform/maxim/toolchain.cmake: add anif()guard to allow overriding ofOPENOCD_INTERFACEsince you can use also OpenOCD with JLink interface on the MAX32657EVKIT.capi/platform/maxim/max32657/CMakeLists.txt: pulls the necessary Maxim CAPI driverscapi/platform/maxim/CMakeLists.txt: selects themax32657backend whenTARGET == max32657Must be merged after #3271.
PR Type
PR Checklist