zephyr/boards/arm/arduino_zero
Gerson Fernando Budke ef87d485d0 boards: arm: sam0: Fix pinmux init prio
After pinmux being converted to build a separate static library
console not show anymore and there is a hard fault.  The hard
fault happen because pinmux drivers are not ready yet and board
emits an assert.  This change board pinmux initialization to
PRE_KERNEL_2 and let system take care error handling.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-08-30 09:31:56 -04:00
..
doc
support
CMakeLists.txt
Kconfig.board
Kconfig.defconfig
arduino_zero.dts boards: add zephyr_udc0 nodelabel to all boards with USB support 2021-08-19 16:56:54 +02:00
arduino_zero.yaml
arduino_zero_defconfig
board.cmake
pinmux.c boards: arm: sam0: Fix pinmux init prio 2021-08-30 09:31:56 -04:00
pre_dt_board.cmake