Go to file
Benjamin Walsh fde6458f0b sys_clock: add option for setting timer frequency at runtime
Some timer devices, such as the HPET, read their frequencies at runtime.
All global constant values must be set at runtime in that case.

Change-Id: I408babce6deb857748a87691132d7e27e88f0bb8
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:24:53 -05:00
arch x86: refactor assembly flags in Makefiles 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 task_sleep() 2016-02-05 20:24:53 -05:00
drivers sys_clock: add option for setting timer frequency at runtime 2016-02-05 20:24:53 -05:00
include sys_clock: add option for setting timer frequency at runtime 2016-02-05 20:24:53 -05:00
kernel sys_clock: add option for setting timer frequency at runtime 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
.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: 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