zephyr/boards/arduino_101
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
..
support board : arduino_101 : fixing flash scripts 2016-02-05 20:25:31 -05:00
Kconfig boards: arduino_101 : Enable SPI Flash 2016-03-07 19:08:03 +00:00
Kconfig.board Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Makefile move pinmux code to boards and split it up 2016-02-05 20:25:11 -05:00
Makefile.board add debug/debugserver support 2016-02-05 20:25:30 -05:00
arduino_101_defconfig arduino_101: Set UART0 default options and baud rate 2016-02-05 20:25:26 -05:00
board.c build: switch to board based configurations 2016-02-05 20:25:11 -05:00
board.h Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
pinmux.c pinmux: Expand the pin function/mode parameter size 2016-03-09 06:39:16 +00:00