Erwan Gouriou
Hi Michael, When available, peripheral drivers of one SoC series should work with all boards using SoC of this series. Peripheral configuration is not done systematically on all the boards, as it requires time and having the boards to test the change. To get a peripheral driver working on a board, it only requires to configure the board dts file: enable matching node and configure pinctrl. In most cases you would not need to touch the Kconfig configuration: CONFIG_CAN will be set by application and thanks to Kconfig mechanisms, requested STM32_CAN config will be enabled. HIH Erwan
On Fri, 15 Jan 2021 at 02:52, <schmid.enterprise@...> wrote: Dear all,
|
|