mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 07:02:20 +00:00
In order to use its serial peripheral SERCOMs SAMD socs require their pins to be configured with pinmux. Currently pins are muxed only for the boards' default serial interfaces. The pinmux code is written to throw a compiler error if a user tries to use any sercom in a way it wasn't pre-defined to be used. This commit changes compiler errors to warnings so that user can provide custom pinmuxing code in their app. Fixes #23133 Signed-off-by: Kuba Sanak <contact@kuba.fyi> |
||
---|---|---|
.. | ||
doc | ||
adafruit_trinket_m0_defconfig | ||
adafruit_trinket_m0.dts | ||
adafruit_trinket_m0.yaml | ||
board.cmake | ||
CMakeLists.txt | ||
Kconfig.board | ||
Kconfig.defconfig | ||
pinmux.c |