Go to file
Peter Mitsis 3d2afc63c0 nanokernel: Add generic timer routines
Adds the following timer routines:
	nano_isr_timer_start()
	nano_isr_timer_stop()
	nano_isr_timer_test()
	nano_timer_start()
	nano_timer_stop()
	nano_timer_test()
	nano_timer_wait()

Change-Id: Ib93f2ef2ffaa12dea3ddb52e9f3ae758b2987300
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:53 -05:00
arch kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
configs kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
doc nanokernel: Add generic timer routines 2016-02-05 20:24:53 -05:00
drivers kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
include nanokernel: Add generic timer routines 2016-02-05 20:24:53 -05:00
kernel nanokernel: Add generic timer routines 2016-02-05 20:24:53 -05:00
lib stdio: Fix bug in fputs() 2016-02-05 20:24:44 -05:00
misc kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
net Rename simple UART driver to pipe UART 2016-02-05 20:24:52 -05:00
samples kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
scripts kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
.checkpatch.conf checkpatch: ignore NETWORKING_BLOCK_COMMENT_STYLE 2016-02-05 20:24:36 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.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 Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
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: show supported boards when running 'make help' 2016-02-05 20:24:53 -05:00
Makefile.inc kconfig: move all defconfig fragments to configs/ 2016-02-05 20:24:53 -05:00
zephyr-env.sh Make zephyr-env.sh work when cd is aliased 2016-02-05 20:24:36 -05:00