zephyr/include
Daniel Leung 91cea2c9a6 serial/nsim: refactor (again) to conform to driver model
() Rename nsim_uart.c to uart_nsim.c. This is to follow
   the driver naming convention.
() Rename functions nsim_uart_*() to uart_nsim_*(),
   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.

Change-Id: If015f39a6f6b4fcc65625e6e5f973b4469202f54
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:56 -05:00
..
arch x86: set IRQ vectors properly for MVIC 2016-02-05 20:24:55 -05:00
bluetooth doc: Change "None" return value to "N/A" 2016-02-05 20:24:53 -05:00
display
drivers serial/nsim: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
microkernel timer: Remove deprecated routines 2016-02-05 20:24:55 -05:00
misc shell: prefix types with shell_ 2016-02-05 20:24:55 -05:00
net
toolchain toolchain: added macro for converting argument to a string 2016-02-05 20:24:54 -05:00
adc.h
aio_comparator.h aio: introduce DesignWare AIO/Comparator driver 2016-02-05 20:24:48 -05:00
atomic.h
cache.h
clock_control.h clock: add Quark SE clock control 2016-02-05 20:24:48 -05:00
device.h
gpio.h
i2c.h
init.h init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
ipi.h
irq_offload.h irq_offload: API to run a function in IRQ context 2016-02-05 20:24:55 -05:00
kernel_version.h
linker-defs.h init: Add protection against incorrect levels or priorities 2016-02-05 20:24:54 -05:00
linker-tool-gcc.h
linker-tool.h
microkernel.h
nanokernel.h timer: Remove deprecated routines 2016-02-05 20:24:55 -05:00
pinmux.h
pwm.h
rtc.h rtc: add DesignWare RTC driver 2016-02-05 20:24:48 -05:00
section_tags.h
sections.h kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
shared_irq.h
spi.h
sw_isr_table.h
sys_clock.h sys_clock: Rename _nano_ticks 2016-02-05 20:24:53 -05:00
sys_io.h
toolchain.h
uart.h uart: add config options into struct uart_device_config 2016-02-05 20:24:56 -05:00
watchdog.h watchdog: rework watchdog timer driver and use sys_io function 2016-02-05 20:24:55 -05:00
zephyr.h