Skip to content

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 <[email protected]>
This commit adds MCO pinctrl by generating the dtsi
file using the genpinctrl python script.

Signed-off-by: Benjamin Björnsson <[email protected]>
@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
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