Skip to content

Fixed a problem on the hrtim driver pin control definition

Luiz Fernando Lavado Villa requested to merge htrim_pinctrl_patch into main

This commit replaces the pincontrol call from stm32 with a LL based configuration. This is necessary as the call became deprecated in the newest version of platformio Zephyr.

Merge request reports