zephyr/tests
Christopher Friedt 75b9292a30 tests: posix: nanosleep: round up to the nearest microsecond
Here, we include some addtional tests for durations that have
sub-microsecond components.

1ns => k_busy_wait(0). Round to 1us.
1us + 1ns => k_busy_wait(1us). Round to 2us.
1s + 1ns => k_busy_wait(1000000us). Round to 1000001us.
1s + 1us + 1ns => k_busy_wait(1000001us). Round to 1000002us.

Fixes #28483

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2020-10-02 11:31:43 +02:00
..
application_development
arch arch/x86: Cleanup ACPI structure attributes names 2020-10-01 11:16:40 -07:00
benchmarks tests: explicitly disable HW Stack Protection when needed 2020-09-24 15:42:09 -05:00
bluetooth
boards
crypto
deprecated
drivers boards: arm: nucleo_l4r5zi: add ADC support 2020-09-28 09:53:39 -05:00
kernel tests: thread_stack: add idle stack size scenario 2020-09-30 14:11:59 -04:00
lib tests: heap: exclude on qemu_xtensa 2020-09-30 14:11:59 -04:00
misc/test_build
net net: mqtt: fix tests to use zsock_ functions 2020-10-01 17:35:45 +03:00
portability
posix tests: posix: nanosleep: round up to the nearest microsecond 2020-10-02 11:31:43 +02:00
shell
subsys settings: Remove deprecated SETTINGS_USE_BASE64 support 2020-10-01 07:05:27 -05:00
unit
ztest