shalex88 / regmap-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regmap-manager

Test Coverage Release

Proposed design

  • Easy FW/SW integration. Automatic EXCEL->CSV
  • Easily maintain CSV version inside the project
  • Easily refer to enums generated from the CSV
  • Compile time parsing is faster
  • Compile time parsing will not cause runtime errors and memory leaks
  • No need to store the registers map on target
  • Writing to unknows addresses is prohibited
  • Wide functionality for register, bit, nibble manipulation

TODO

  • Handle multiple register maps
  • Handle ready only registers

About


Languages

Language:C++ 69.3%Language:CMake 19.9%Language:Shell 10.8%