zephyr/boards/arm/adafruit_feather_m0_basic_proto
Kuba Sanak 3523c1b8f4 boards: pinmux: Don't throw compiler warnings on using custom sercom use
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>
2020-04-17 04:52:49 -05:00
..
doc
adafruit_feather_m0_basic_proto_defconfig
adafruit_feather_m0_basic_proto.dts
adafruit_feather_m0_basic_proto.yaml boards: Remove "supported: -hwinfo" from all boards 2020-02-27 21:14:54 +01:00
board.cmake
CMakeLists.txt
Kconfig.board
Kconfig.defconfig
pinmux.c boards: pinmux: Don't throw compiler warnings on using custom sercom use 2020-04-17 04:52:49 -05:00