Go to file
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 serial/nsim: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
configs serial/stellaris: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
doc replace nano_tick_get_32 with sys_tick_get_32 2016-02-05 20:24:55 -05:00
drivers serial/nsim: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
include serial/nsim: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
kernel kernel: Replace nano/task_cycle_get_32() 2016-02-05 20:24:55 -05:00
lib
misc kconfig: put bootloader and reboot options in a menu 2016-02-05 20:24:55 -05:00
net kernel: Replace nano/task_cycle_get_32() 2016-02-05 20:24:55 -05:00
samples serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
scripts quark_se_ss: rename platform and remove arc suffix 2016-02-05 20:24:54 -05:00
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild build: use architecture definition from kconfig 2016-02-05 20:24:52 -05:00
Kconfig
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE
Makefile build: export SoC and architecture names 2016-02-05 20:24:55 -05:00
Makefile.inc build: use realpath instead of readlink -f 2016-02-05 20:24:54 -05:00
zephyr-env.sh