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

mcux: scripts: pinctrl: update script to change RT 3 digital pinctrl model #460

Conversation

lucien-nxp
Copy link
Contributor

Change RT 3 digital platforms pinctrl model as below:
index+offset+mux combined as a uint32_t

Regenerate pinctrl header files for RT500/600

@@ -117,8 +120,8 @@ def main():

data_version = get_pack_version(temp_dir.name)
print(f"Found data pack version {data_version}")
if round(data_version) != 14:
print("Warning: This tool is only verified for data pack version 14, "
if round(data_version) != 16:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for updating this- can you make this change within a separate commit though?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Separated. Thank you.

…model

Change RT 3 digital platforms pinctrl model as below:
index+offset+mux combined as a uint32_t

Regenerate pinctrl header files for RT500/600

Signed-off-by: Lucien Zhao <[email protected]>
update used data_version from 14 to 16

Signed-off-by: Lucien Zhao <[email protected]>
@lucien-nxp lucien-nxp closed this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants