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

Generic refactoring of the code #370

Merged
merged 3 commits into from
Aug 31, 2023
Merged

Conversation

aystarik
Copy link
Contributor

Replace std::string for data buffer with the std::vector<uint8_t> as more suitable
Make pointers to its data const so not to screw container itself
Use JTAG state enum instead of integer to better convey sense to compiler
IDCODE is a hex number, so there is no profit in having it signed

@trabucayre trabucayre merged commit fbb8341 into trabucayre:master Aug 31, 2023
16 checks passed
@trabucayre
Copy link
Owner

Applied. Thanks @aystarik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants