Skip to content

Added static functions to check for valid register and bitfield names to allow...

Henk Boterenbrood requested to merge valid-names-check into master

Added static functions to check for valid register and bitfield names to allow such checks without having a FLX card; required for extended functionality to be added to elinkconfig. Added check for value being in range when writing a bitfield. Also fixes a few issues for RegMap 5 (in FlxCard.cpp and flx-info.cpp)

Merge request reports