lpac/utils
Coelacanthus 8e8590b6ca
feat(driver/at): add wall time in debug log to determine timeout issue (#395)
* feat(utils): introduce helpers to calculate wall time
* feat(driver/at): add wall time in debug log to determine timeout issue
* fix(win32): clock_* requires to link winpthread

Glibc since 2.17 have move clock_* from librt to libc so single-thread 
program can use these functions without the overheads associated with 
multi-thread support. But MinGW doesn't.

---------

Signed-off-by: Coelacanthus <uwu@coelacanthus.name>
2025-10-19 00:06:23 +08:00
..
lpac feat(driver/at): add wall time in debug log to determine timeout issue (#395) 2025-10-19 00:06:23 +08:00
CMakeLists.txt feat(driver/at): add wall time in debug log to determine timeout issue (#395) 2025-10-19 00:06:23 +08:00