zephyr/drivers/pinmux
Simon Guinot fb92dd1bc7 drivers: pinmux: add driver for NXP LPC11U6X MCUs
This patch adds a pinmux driver allowing to configure the IOCON (I/O
control) registers found on the LPC11U6x MCUs.

Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
2020-07-29 20:12:24 +02:00
..
stm32 drivers: pinumx: stm32: pinmux_stm32h7: added ethernet pins 2020-07-21 15:12:18 +02:00
CMakeLists.txt drivers: pinmux: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
Kconfig drivers: pinmux: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
Kconfig.beetle kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.cc13xx_cc26xx kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.esp32 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.hsdk kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.intel_s1000 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.lpc11u6x drivers: pinmux: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
Kconfig.mcux kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.mcux_lpc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.rv32m1 drivers: pinmux: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sifive kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
Kconfig.stm32 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.xec drivers: pinmux: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00
dummy.c
pinmux.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_cc13xx_cc26xx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_esp32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_hsdk.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_intel_s1000.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_lpc11u6x.c drivers: pinmux: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
pinmux_mchp_xec.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_mcux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_mcux_lpc.c pinmux: mxrt6xx: Update to support IOPCTL 2020-07-28 18:24:19 -05:00
pinmux_rv32m1.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_sam0.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux_sifive.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00