Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc regmap preferences #1863

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/plugins/registermap/registermap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,18 @@ The structure of an Option type object:
User can create it's own .xml file for any device and add it to where scopy
is build in "/plugins/regmap/xmls/" to be able to see the register map table


Preferences
--------------------------------------------------------------------------------

This plugin provides functionality to visualize register and bitfield values with color coding.
Users have the option to choose from the following visualization methods:

1. Change the background color of the register to reflect its value.
2. Change the text color of the register value to reflect its value.
3. Change the background color of the bitfield to reflect its value.
4. Change the text color of the bitfield value to reflect its value.

Users can select any combination of the above options, but only one method can be applied to the register and one method to the bitfield at a time.


Loading