• Maciej Lipinski's avatar
    Prevent re-entring UNCALIBRATED from SLAVE when WR slave port connects to nonWR port · 7d72d594
    Maciej Lipinski authored
    Set the parentDetect flag to NOT_WR_PARENT only if we think
    that the parent is WR_PARENT, i.e. thsi flag is not set in
    case that parentDetection=PD_NO_DETECTION because that means
    we already know whether we are speaking with WR guy or not.
    Previously, this condition was parentDetection!=PD_NOT_WR_PARENT
    and there was some trashing when WR slave port was speaking
    to nonWR port. This is because parentDetection=PD_NO_DETECTION
    was set and then parentDetection=PD_NOT_WR_PARENT was re-set
    which cause the slave to go back to UNCALIBRATED from SLAVE.
    7d72d594
Name
Last commit
Last update
arch-bare-i386 Loading commit data...
arch-bare-x86-64 Loading commit data...
arch-sim Loading commit data...
arch-unix Loading commit data...
arch-wrpc Loading commit data...
arch-wrs Loading commit data...
configs Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
lib-bare Loading commit data...
pp_printf Loading commit data...
proto-ext-common Loading commit data...
proto-ext-l1sync Loading commit data...
proto-ext-whiterabbit Loading commit data...
proto-standard Loading commit data...
scripts Loading commit data...
time-bare Loading commit data...
time-sim Loading commit data...
time-unix Loading commit data...
time-wrpc Loading commit data...
time-wrs Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LIB Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
diag.c Loading commit data...
fsm.c Loading commit data...
msgtype.c Loading commit data...
timeout.c Loading commit data...