simbit18
|
85988dc77f
|
Fix nuttx coding style
Remove TABs
|
2023-08-01 23:10:32 -07:00 |
|
Xiang Xiao
|
f95d60366a
|
Fix the nxstyle warning
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2023-05-08 21:35:16 +03:00 |
|
Xiang Xiao
|
7c37421266
|
Replace all sprintf with snprintf
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2023-05-08 21:35:16 +03:00 |
|
Alin Jerpelea
|
01532a45d6
|
system: fix relative path CI error
error: Path relative to repository other than nuttx must begin with the root directory
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
|
2021-06-16 09:03:06 -05:00 |
|
YAMAMOTO Takashi
|
a63bdcbacb
|
system/ntpc: Add ntpcstatus command
An example output:
nsh> ntpcstatus
The number of last samples: 5
[0] srv 178.16.23.50 offset -0.014006560 delay 0.349967444
[1] srv 5.9.57.158 offset 0.001792161 delay 0.269991633
[2] srv 206.75.147.25 offset 0.009916600 delay 0.129989672
[3] srv 162.159.200.1 offset 0.011508908 delay 0.019917401
[4] srv 185.19.184.35 offset 0.021468135 delay 0.239915030
nsh>
|
2021-02-20 01:30:55 -08:00 |
|