nuttx-apps/system/ntpc
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
..
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2020-03-27 02:43:11 -05:00
Make.defs
Makefile system/ntpc: Add ntpcstatus command 2021-02-20 01:30:55 -08:00
ntpcstart_main.c
ntpcstatus_main.c system/ntpc: Add ntpcstatus command 2021-02-20 01:30:55 -08:00
ntpcstop_main.c