zephyr/samples/microkernel/apps
Daniel Leung 728d91d598 serial/ns16550: refactor (again) to conform to driver model
() Renames ns16550.c to uart_ns16550.c. This is to follow
   the driver naming convention.
() Renames functions ns16550_uart_*() to uart_ns16550_*(),
   following driver naming convention.
() 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.
() Renames CONFIG_NS16550_* to CONFIG_UART_NS16550_*
() Disable NS16550 for ARC as no port is defined anyway.

Change-Id: I76bbe25b9bc75eb62df81e533f84f4f63a5257b7
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:56 -05:00
..
hello_world use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
kernel_event_logger samples: rename microkernel event logger sample 2016-02-05 20:24:54 -05:00
net net: apps: Remove testcase.ini temporarily 2016-02-05 20:24:50 -05:00
nfc_hello serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
pci_enum use zephyr.h instead of microkernel/nanokernel.h 2016-02-05 20:24:35 -05:00
philosophers samples: Replace task_tick_xxx APIs with sys_tick_xxx APIs 2016-02-05 20:24:53 -05:00