zephyr/tests
Benjamin Walsh a1622472c3 drivers: hp206 driver does not need 2000 ticks/s frequency
From code inspection, the driver always took timeouts in milliseconds.
The only sub-ms wait uses k_busy_wait(), which has microseconds
granularity, but its granularity does not depend on the system clock
tick rate.

Change-Id: If48363fd1fbeeb8e5ff0f0f2ca86e671d63bc571
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-12-21 19:50:06 +00:00
..
bluetooth logging: move sys_log to subsys/logging 2016-12-19 19:58:39 +00:00
booting/stub
compliance
crypto
drivers drivers: hp206 driver does not need 2000 ticks/s frequency 2016-12-21 19:50:06 +00:00
fs/fat_fs
include
iot tests/iot/http: Initialize parser struct 2016-12-16 19:14:52 +01:00
kernel tests: add zephyr alerts test case 2016-12-21 01:56:19 +00:00
legacy debug: move debug features from misc to subsys/debug 2016-12-19 19:58:40 +00:00
net tests/tcp: Initialize buffer to NULL 2016-12-16 19:14:53 +01:00
power/power_states
subsys/debug/gdb_server tests: GDB server only works on qemu_x86 now 2016-12-19 15:48:51 -05:00
unit
ztest arch/arc, usb, ztest: Add the ARG_UNUSED macro 2016-12-21 12:54:54 +00:00
defaults.tc
Kconfig
Makefile
Makefile.test