commit | 50c7c7b1e4027b08a594f108df5d62bce1fc229f | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Wed Jan 12 10:35:38 2022 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 18 13:11:52 2022 -0500 |
tree | 9bb3c0dc19d5598b806b2ea5a57411d585cfd967 | |
parent | fb5334d2cf210836d6954c18c78009826fb1c224 [diff] |
sys: time_units: Add Kconfig option for algorithm selection Add maximum timeout used for conversion to Kconfig. Option is used to determine which conversion algorithm to use: faster but overflowing earlier or slower without early overflow. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>