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

✨ add ONEWIRE command FIFO; 🐛 fix ONEWIRE status flag #1113

Merged
merged 9 commits into from
Dec 3, 2024

Conversation

stnolting
Copy link
Owner

This PR is a rework of the ONEWIRE module's interface registers. The data register is replaced by a FIFO-buffered data and command register and the layout of the control register is reworked. A new top generic to configure the FIFO size is added (IO_ONEWIRE_FIFO).

🐛 This PR also fixes a regression: the module's busy flag was stuck at zero.

@stnolting stnolting added bug Something isn't working as expected enhancement New feature or request HW Hardware-related labels Dec 3, 2024
@stnolting stnolting self-assigned this Dec 3, 2024
@stnolting stnolting marked this pull request as ready for review December 3, 2024 18:40
@stnolting stnolting merged commit 40fae95 into main Dec 3, 2024
10 checks passed
@stnolting stnolting deleted the onewire_update_fix branch December 3, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected enhancement New feature or request HW Hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant