Skip to content

Conversation

perkinsmg
Copy link
Contributor

@perkinsmg perkinsmg commented Sep 1, 2025

Description

The ARM core startup already calls PinInit() to configure the pinmux when using CFS. The RISC-V core needs to do the same.
We create a weak PinInit() function and call it before BoardInit(). Also, correct spelling of "over-ride" to "override".

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.

The ARM core startup already calls PinInit() to configure the pinmux when using CFS.
The RISC-V core needs to do the same.
We create a weak PinInit() function and call it before BoardInit().
Also, correct spelling of "over-ride" to "override".

Signed-off-by: Michael Perkins <[email protected]>
@github-actions github-actions bot added MAX32520 Related to the MAX32520 (ES17) MAX32570 Related to the MAX32570 (ME13) MAX32650 Related to the MAX32650 (ME10) MAX32655 Related to the MAX32655 (ME17) MAX32660 Related to the MAX32660 (ME11) MAX32665 Related to the MAX32665 (ME14) MAX32670 Related to the MAX32670 (ME15) MAX32672 Related to the MAX32672 (ME21) MAX32675 Related to the MAX32675 (ME16) MAX32680 Related to the MAX32680 (ME20) MAX32690 Related to the MAX32690 (ME18) MAX78000 Related to the MAX78000 (AI85) MAX78002 Related to the MAX78002 (AI87) MAX32662 Related to the MAX32662 (ME12) MAX32572 Related to the MAX32572 (ME55) MAX32657 Related to the MAX32655 (ME30) labels Sep 1, 2025
@github-actions github-actions bot added MAX78002 Related to the MAX78002 (AI87) MAX32662 Related to the MAX32662 (ME12) MAX32572 Related to the MAX32572 (ME55) MAX32657 Related to the MAX32655 (ME30) labels Sep 1, 2025
@perkinsmg
Copy link
Contributor Author

Hi @sihyung-maxim - do you know how to get the test to pass? I don't think the failure is due to these changes, and I can't merge with it failing. Thanks!

@sihyung-maxim sihyung-maxim merged commit 537eeb2 into analogdevicesinc:main Sep 16, 2025
14 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32520 Related to the MAX32520 (ES17) MAX32570 Related to the MAX32570 (ME13) MAX32572 Related to the MAX32572 (ME55) MAX32650 Related to the MAX32650 (ME10) MAX32655 Related to the MAX32655 (ME17) MAX32657 Related to the MAX32655 (ME30) MAX32660 Related to the MAX32660 (ME11) MAX32662 Related to the MAX32662 (ME12) MAX32665 Related to the MAX32665 (ME14) MAX32670 Related to the MAX32670 (ME15) MAX32672 Related to the MAX32672 (ME21) MAX32675 Related to the MAX32675 (ME16) MAX32680 Related to the MAX32680 (ME20) MAX32690 Related to the MAX32690 (ME18) MAX78000 Related to the MAX78000 (AI85) MAX78002 Related to the MAX78002 (AI87)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants