• Adam Wujek's avatar
    userspace/libwr: add new fields to hal_port_state · fe03a624
    Adam Wujek authored
    Function hal_port_get_exported_state, fills structure hal_port_state with data
    that are not available in SHM. It just assigns defines.
    These defines are private to HAL, and assignment should be done in HAL.
    
    Similar problem is for wrpc. There is a wrapper function that pretends to be
    HAL. All HAL info should be filled in that function.
    
    Fields added:
    --uint32_t clock_period;
    --uint32_t t2_phase_transition;
    --uint32_t t4_phase_transition;
    
    Additionally updated wrs_dump_shmem.c to dump new fields and the version number
    of HAL SHM.
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    fe03a624
Name
Last commit
Last update
binaries Loading commit data...
build Loading commit data...
configs Loading commit data...
doc Loading commit data...
hwinfo-sdb Loading commit data...
kernel Loading commit data...
patches Loading commit data...
robustness/coding Loading commit data...
scripts Loading commit data...
usb-loader Loading commit data...
userspace Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
README Loading commit data...