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.
#363] userspace: reduce re-checking period for HAL's shmem
Adam Wujek
authored
If the checking period of HAL's shmem is the same as HAL's basic
period (1s), then it might happen that number of times check is done
when shmem is locked causing an application to fail.
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>