zephyr/arch
Daniel Leung b541dbdf77 serial/stellaris: refactor (again) to conform to driver model
() Renames stellarisUartDrv.c to uart_stellaris.c. This is to follow
   the driver naming convention.
() Renames functions stellaris_uart_*() to uart_stellaris_*(),
   following driver naming convention.
() Renames CONFIG_STELLARIS_UART* to CONFIG_UART_STELLARIS*
() UART ports initialization is moved into the driver itself.
   All the init code in platform config files is removed.
() Adds (many) Kconfig options. These don't have to be defined
   in each platform's board.h anymore.

Change-Id: I0eadc3878d69ff24d1637f8df5220fd2f161d24f
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:56 -05:00
..
arc serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
arm serial/stellaris: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
x86 serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
Kconfig kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
Makefile arc: add missing Kconfig/Makefiles to architecture 2016-02-05 20:14:26 -05:00