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 boards: arm: document and enable the DAC for the Arduino Zero 2020-08-04 16:08:48 -05:00
support boards: add board and DTS definitions for the Arduino Zero. 2018-01-04 13:18:25 -05:00
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 boards: arm: document and enable the DAC for the Arduino Zero 2020-08-04 16:08:48 -05:00
arduino_zero_defconfig boards: atmel: set BUILD_OUTPUT_HEX for OpenOCD boards 2020-09-17 14:44:21 -05:00
board.cmake cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
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: arm: sam0: Fix pinmux init prio 2021-08-30 09:31:56 -04:00
pre_dt_board.cmake dts: atmel/nxp: supress duplicate unit-address warning 2021-02-04 10:05:47 -05:00