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

Add support MCO pin control #195

Merged

Conversation

benjaminbjornsson
Copy link
Member

Adding MCO to pinctrl here for an accompanied PR in the Zephyr repo adding a simple MCO driver.

This commit adds MCO to the configuration file for
pinctrl generation.
The match regex was base upon the result of running the command:

git grep Name=\"RCC_MCO | cut -d \" -f2 | sort | uniq

in the STM32_open_pin_data repository giving the following:

RCC_MCO
RCC_MCO_1
RCC_MCO_2

Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
This commit adds MCO pinctrl by generating the dtsi
file using the genpinctrl python script.

Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
@erwango
Copy link
Member

erwango commented May 7, 2024

@benjaminbjornsson, would you mind setting this PR as ready for review? Even w/o zephyrproject-rtos/zephyr#68846 this would already be useful. See #205

@erwango erwango merged commit b0bbdad into zephyrproject-rtos:main May 20, 2024
4 checks passed
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.

2 participants