external-register #1

Merged
clyne merged 4 commits from external-register into master 2 years ago
clyne commented 2 years ago
Owner

Adds support for registers that are not memory-mapped. Useful for port access (e.g. on x86) or for directing register access to external hardware, like SPI/I2C chips.

Masks and groups are kept agnostic to how the registers need to be accessed.

Adds support for registers that are not memory-mapped. Useful for port access (e.g. on x86) or for directing register access to external hardware, like SPI/I2C chips. Masks and groups are kept agnostic to how the registers need to be accessed.
clyne commented 2 years ago
Poster
Owner

Yep looks good to me.

Yep looks good to me.
clyne merged commit 2a5fe35aee into master 2 years ago
clyne deleted branch external-register 2 years ago
The pull request has been merged as 2a5fe35aee.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b external-register master
git pull origin external-register

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff external-register
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clyne/funreg#1
Loading…
There is no content yet.