This package is meant to include all white-rabbit software for the switch. Part of this comes from the original white-rabbit svn repository on ohwr.org, part comes from separate repositories that I merged here. All documentation lives in doc/ , where the *.in files are the sources (one only, currently, other ones have been removed when obsoleted). The wrs-build documentation, thus, is what you actually need to build all the stuff that goes into the switch, and program to internal flash memory.
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 <adam.wujek@cern.ch>
Name | Last commit | Last update |
---|---|---|
binaries | ||
build | ||
configs | ||
doc | ||
hwinfo-sdb | ||
kernel | ||
patches | ||
robustness/coding | ||
scripts | ||
usb-loader | ||
userspace | ||
.gitignore | ||
.gitmodules | ||
COPYING | ||
Kconfig | ||
Makefile | ||
Makefile.kconfig | ||
README |