nicocvn / cppreg

A C++11 header-only library for MMIO registers
https://nicocvn.github.io/cppreg/
Other
60 stars 6 forks source link

Finalize RegisterPack implementation #12

Closed sendyne-nicocvn closed 6 years ago

sendyne-nicocvn commented 6 years ago

(This issue is a continuation of the discussions and suggestions in #7)

Before merging the register pack implementation the following items need to be decided:

sendyne-nicocvn commented 6 years ago

In 8cdc89336f85e254a8a6a094bf42030c05bbda29 the following is now available:

sendyne-nicocvn commented 6 years ago

@hak8or can you take a look at the quick start and API documentation; just want to be sure it is clear and without (too much) mistakes/typos.

The only items left are those related to naming and how we express sizes ... any input is welcome.

sendyne-nicocvn commented 6 years ago

So the documentation have been updated and is now consistent with the current implementation. Since all seems fine with the interface (bits vs bytes and naming) I am closing this issue and will merge to master.