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

feat(CMSIS,Examples,PeriphDrivers)!: Add MAX32665 Dual Core example and Core 1 CMSIS updates #1023

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

sihyung-maxim
Copy link
Contributor

@sihyung-maxim sihyung-maxim commented May 23, 2024

Description

This change only impacts the MAX32665.

This PR organizes the CMSIS files for Core 1 and adds a dual core example. Core1 was not properly set up when the MAX32665 SDK files were initially committed into the MSDK.

There may be some breaking changes because some of the CORE1 files were relocated - I deprecated the old Core1 files that were moved to CMSIS. I also updated some of the function names to be more consistent - any duplicate core0 function name that needs to be supported for core1 will use the _Core1 suffix.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

@github-actions github-actions bot added the MAX32665 Related to the MAX32665 (ME14) label May 23, 2024
@sihyung-maxim sihyung-maxim added the WIP work in progress label May 24, 2024
@sihyung-maxim
Copy link
Contributor Author

Reverting names because RPU example uses the old core1.h stuff.

@sihyung-maxim sihyung-maxim removed the WIP work in progress label May 24, 2024
@EricB-ADI
Copy link
Contributor

MAX32665 isn't covered by the ble examples workflow. Just ignore the issue.

@MarkVeerasingam
Copy link

just for a note: this PR only adds the example for the MAX32666 EVKIT 514fc1a

Shouldn't it be added the the FTHR board as well?

@sihyung-maxim
Copy link
Contributor Author

just for a note: this PR only adds the example for the MAX32666 EVKIT 514fc1a

Shouldn't it be added the the FTHR board as well?

Have not tested this on the featherboard yet (but it should still work). I'll test on the featherboard and then update its board files for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32665 Related to the MAX32665 (ME14)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants