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

Fix value of SYSINFO_SOC_IO_ONEWIRE in NEORV32_SYSINFO_SOC_enum #469

Merged
merged 1 commit into from
Jan 5, 2023

Conversation

tmeissner
Copy link
Collaborator

It seems that there was a copy/past error when onewire unit was added to the NEORV32_SYSINFO_SOC_enum:

enum NEORV32_SYSINFO_SOC_enum {
...
SYSINFO_SOC_IO_XIP         = 30, /**< SYSINFO_FEATURES (30) (r/-): Execute in place module implemented when 1 (via IO_XIP_EN generic) */
SYSINFO_SOC_IO_ONEWIRE     = 30  /**< SYSINFO_FEATURES (31) (r/-): 1-wire interface controller implemented when 1 (via IO_ONEWIRE_EN generic) */
};

This PR corrects the value of SYSINFO_SOC_IO_ONEWIRE to 31.

Please close this PR if this is by intention.

@stnolting
Copy link
Owner

You are right! Thanks for finding and fixing! 😉

@stnolting stnolting added bug Something isn't working SW software-related labels Jan 5, 2023
@stnolting stnolting merged commit be50a00 into stnolting:main Jan 5, 2023
@tmeissner tmeissner deleted the sysinfo_1wire branch January 11, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants