Add Zephyr support for MAX32690 Boards - #11328
Open
Brandon-Hurst wants to merge 1 commit into
Open
Conversation
Brandon-Hurst
force-pushed
the
ports/zephyr-cp/add-max32690
branch
from
September 8, 2026 14:30
e53205c to
0ef59f5
Compare
- Board aliases in ports/zephyr-cp/boards/board_aliases.cmake - Support for MAX32690FTHR, APARD32690, and MAX32690EVKIT APARD / EVKit had storage_partition by default in board support, but the MAX32690FTHR needed an explicit partition. Optional ramdisk usage for testing without flash wear. All boards successfully built, tested on MAX32690FTHR. Signed-off-by: Brandon Hurst <brandon.hurst97@gmail.com>
Brandon-Hurst
force-pushed
the
ports/zephyr-cp/add-max32690
branch
from
September 8, 2026 14:30
0ef59f5 to
d3abe62
Compare
tannewt
requested changes
Sep 9, 2026
tannewt
left a comment
Member
There was a problem hiding this comment.
Each board needs a circuitpython.toml too. That should fix the CI.
Is there BLE support in Zephyr now? I'd love to deprecate the analog port in favor of the Zephyr one.
Thanks!
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.
Description
Add Zephyr support for MAX32690 Boards
APARD / EVKit had storage_partition by default in
board support, but the MAX32690FTHR needed an explicit partition.
Also added ramdisk usage for testing without flash wear.
Testing
All boards successfully built, tested successfully on MAX32690FTHR both with ramdisk and flash filesystem.