• Alessandro Rubini's avatar
    dac_log: optionally stream out the dac values · d91fec21
    Alessandro Rubini authored
    This commit adds a tool to send out, through ethernet, a complete log of
    DAC values for the main oscillator. It allows to see if there are
    oscillations (and there currently are) and what happens when tracking
    is lost and recovered.
    
    To activate the feature
    
      * add CONFIG_DAC_LOG (depends on CONFIG_DEVELOPER)
    
      * activate on the console: "daclog <ipaddr> <macaddr>"
    
      * collect data on your target host
    
         netcat -u -l -p 1050  | od -An -t u2 -v -w2 --endian=big > daclog.txt
    
      * stop it when done, on the console: "daclog off"
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    d91fec21
Name
Last commit
Last update
..
softpll.mk Loading commit data...
softpll_export.h Loading commit data...
softpll_ng.c Loading commit data...
softpll_ng.h Loading commit data...
spll_common.c Loading commit data...
spll_common.h Loading commit data...
spll_debug.h Loading commit data...
spll_external.c Loading commit data...
spll_external.h Loading commit data...
spll_helper.c Loading commit data...
spll_helper.h Loading commit data...
spll_main.c Loading commit data...
spll_main.h Loading commit data...
spll_ptracker.c Loading commit data...
spll_ptracker.h Loading commit data...