-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add Microchip MEC1653B SoC, DTS, and board. #94009
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
Open
scottwcpg
wants to merge
4
commits into
zephyrproject-rtos:main
Choose a base branch
from
MicrochipTech:devel_mec5_mec1653b_h040
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add Microchip MEC1653B SoC, DTS, and board. #94009
scottwcpg
wants to merge
4
commits into
zephyrproject-rtos:main
from
MicrochipTech:devel_mec5_mec1653b_h040
+436
−57
Conversation
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
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
nordicjm
requested changes
Aug 4, 2025
We updates Zephyr's manifest to point to Microchip HAL at the PR adding MEC1653B. When the Zephyr PR for adding MEC1653B is approved and ready to merge the manifest will be updated to the actual hal_microchip commit ID. Signed-off-by: Scott Worley <scott.worley@microchip.com>
We add MEC165xB chip device tree files. We are sharing the same base mec5.dtsi which required modifications due to peripherals not present in MEC165xB. Signed-off-by: Scott Worley <scott.worley@microchip.com>
We add Microchip MEC165xB SoC series. Signed-off-by: Scott Worley <scott.worley@microchip.com>
We added support for the MEC1653B daughter card on the mec_assy6941 EVB base board. Signed-off-by: Scott Worley <scott.worley@microchip.com>
77e2210
to
d0cff9a
Compare
@nordicjm Hi thanks for the review. I made changes I believe addresses your comments and pushed an update. |
nordicjm
approved these changes
Aug 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DNM (manifest)
This PR should not be merged (controlled by action-manifest)
manifest
manifest-hal_microchip
platform: Microchip MEC
Microchip MEC Platform
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.
We are adding another member of the Microchip MEC family: MEC1653B.
This commit depends upon newer version of hal_microchip with MEC1653B added.
Due to multiple Microchip groups updating hal_microchip with other chip families we updated Zephyr west manifest
to reference the MEC1653B PR number in the hal repo.
This PR contains:
Adding mec165xb folder and files to soc/microchip/mec
Adding mec1653b DTSI files to dts/arm/microchip/mec.
Restructuring the shared MEC chip DTSI files due to peripherals not in mec1653b.
Adding mec1653b to the mec_assy6941 evaluation base board.