zephyr/boards/arm/adafruit_trinket_m0
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 boards: shrink image sizes 2020-02-07 13:52:45 -05:00
adafruit_trinket_m0_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
adafruit_trinket_m0.dts boards: adafruit_trinket_m0: Remove tweak to flash address 2020-02-06 13:34:30 -06:00
adafruit_trinket_m0.yaml boards: Remove "supported: -hwinfo" from all boards 2020-02-27 21:14:54 +01:00
board.cmake
CMakeLists.txt
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig kconfig: Replace defconfig singe-symbol 'if's with 'depends on' 2020-02-12 10:32:13 -06:00
pinmux.c boards: pinmux: Don't throw compiler warnings on using custom sercom use 2020-04-17 04:52:49 -05:00