Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Peter Mitsis 30bf5c05c8 sys_clock: fix _sys_idle_elapsed_ticks type
Fixes the type of global variable _sys_idle_elapsed_ticks such that
both its nanokernel and microkernel definitions are of the same
type--int32_t.

One of the repercussions of this is that code related to the routine
_nano_sys_clock_tick_announce() does not need the application of
typecasting.

Change-Id: I3d7374cd1a32aea7e4651726febde74ebe4ac8ac
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:53 -05:00
arch arc: use integer RAM_SIZE globally 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 doc: Update descriptions for semaphore APIs 2016-02-05 20:24:53 -05:00
drivers hpet: set sys_clock_hw_cycles_per_sec at runtime 2016-02-05 20:24:53 -05:00
include sys_clock: fix _sys_idle_elapsed_ticks type 2016-02-05 20:24:53 -05:00
kernel sys_clock: fix _sys_idle_elapsed_ticks type 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 event logger: Remove cruft from sample app 2016-02-05 20:24:53 -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