zephyr/boards/arduino_due
Jeff Blais 59359595fe pinmux: Expand the pin function/mode parameter size
The pinmux API was modified to expand the meaning of the 'func' argument
to allow it to represent more than a pre-configured function.  This was done
to reasonably accommodate a larger range of pin configuration options
offered by other MCUs, such as the Freescale K64 (up to 8 pin functions,
plus interrupt, pullup/down, drive strength, open-drain, slew rate, etc.).

This allows bit fields to be used to define various settings.

Change-Id: I2b216b822c6bae7133eed01c8c3339bb47b6c5db
Signed-off-by: Jeff Blais <jeff.blais@windriver.com>
2016-03-09 06:39:16 +00:00
..
Kconfig boards/arduino_due: enable both I2C controllers if CONFIG_I2C=y 2016-02-08 21:45:07 -05:00
Kconfig.board
Makefile boards/arduino_due: add pinmux driver 2016-02-05 20:25:29 -05:00
arduino_due_defconfig boards/arduino_due: add pinmux driver 2016-02-05 20:25:29 -05:00
board.c
board.h
pinmux_due.c pinmux: Expand the pin function/mode parameter size 2016-03-09 06:39:16 +00:00