Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
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
arch serial/stellaris: 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/stellaris: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
include serial/k20: 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 stdio: Fix bug in fputs() 2016-02-05 20:24:44 -05:00
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 checkpatch: ignore NETWORKING_BLOCK_COMMENT_STYLE 2016-02-05 20:24:36 -05:00
.gitattributes
.gitignore doc: Prevent accidental commit of Kconfig index file 2016-02-05 20:24:42 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
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 add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
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 Make zephyr-env.sh work when cd is aliased 2016-02-05 20:24:36 -05:00