Skip to content
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

soc: microchip: mec: Add new HAL based MEC5 family chips #72876

Merged
merged 1 commit into from
May 21, 2024

Conversation

scottwcpg
Copy link
Collaborator

Add new Microchip MEC chips using the new MEC5 HAL and add a HAL version of a legacy chip named MECH172x.
The new HAL (header and peripheral C code support):
New: MEC174x and MEC175x
Old: MEC172x named as MECH172x.
This PR does not affect customers using the legacy, non-HAL MEC172x.

@scottwcpg scottwcpg self-assigned this May 16, 2024
@zephyrbot zephyrbot added platform: Microchip MEC Microchip MEC Platform platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM) labels May 16, 2024
Add new Microchip MEC chips using the new MEC5 HAL and
add a HAL version of a legacy chip named MECH172x.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
@@ -210,6 +211,54 @@ config MCHP_HEADER_VERBOSE_OUTPUT

endif # MCHP_MEC_UNSIGNED_HEADER

# Common debug configuration
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe is worth consolidate similar options for MEC152x/MEC172x (non-hal) using simply this KConfig in the future.

  • /soc/arm/microchip_mec/mec172x/Kconfig.soc: config SOC_MEC172X_DEBUG_WITHOUT_TRACING

However, I believe that consolidation is beyond this PR scope, since not related to MEC175x also need to deprecate existing ones first, which affect existing customer

@nashif nashif merged commit c6e3bc3 into zephyrproject-rtos:main May 21, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Microchip MEC Microchip MEC Platform platform: Microchip SAM Microchip SAM Platform (formerly Atmel SAM)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants