zephyr/subsys
Carles Cufi 201fdf0aec kernel: Fix usage of CONFIG_SYS_CLOCK_EXISTS
When compiling the kernel with CONFIG_SYS_CLOCK_TICKS_PER_SEC=0,
the CONFIG_SYS_CLOCK_EXISTS internal variable is unset.
This completely disables timer handling in the kernel, but a couple of
spots missed the required conditional compilation.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2019-05-15 10:44:59 +02:00
..
bluetooth Bluetooth: controller: Fix unknown rsp received during enc procedure 2019-05-15 10:10:42 +02:00
console
cpp
debug arch: arm: remove _preempt_float in unshared FP registers mode 2019-05-03 14:25:22 -04:00
dfu dfu/img_util: : non-secure app support 2019-05-08 20:02:50 -04:00
disk
fb
fs fs: nvs: format specifier alignment 2019-05-13 17:07:28 +02:00
jwt cmake: Don't have users call zephyr_link_interface on mbedTLS 2019-05-11 08:35:26 -04:00
logging
mgmt Bluetooth: GATT: Rename BT_GATT_DB to BT_GATT_DYNAMIC_DB 2019-05-02 08:29:23 +03:00
net misc: Replace uses of __builtin_*_overflow() with <misc/math_extras.h>. 2019-05-14 19:53:30 -05:00
power kernel: Fix usage of CONFIG_SYS_CLOCK_EXISTS 2019-05-15 10:44:59 +02:00
random
settings subsys/settings: Correct size in strncpy to avoid unterminated strings 2019-05-10 09:01:40 -04:00
shell shell: Move signals initialization from thread to init 2019-05-13 14:05:02 +02:00
stats stats: extending api to handle statistics with more than 256 elements 2019-05-01 10:33:17 -04:00
storage
testsuite testsuite: ztest: Add zassert_within macro 2019-05-07 23:18:22 -04:00
usb usb: add zero-length packet after MPS-sized IN transaction 2019-05-12 15:15:08 -04:00
CMakeLists.txt
Kconfig