-
Notifications
You must be signed in to change notification settings - Fork 1
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
v3.0 firmware release #20
base: main
Are you sure you want to change the base?
Conversation
This is needed to keep the firmware update working.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a common typo across many firmware files that would be nice to fix
Pulse10MsWhenStop: {value: 7, description: High when sound stops during 10 ms. } | ||
Pulse100MsWhenStop: {value: 8, description: High when sound starts during 100 ms. } | ||
PulseForSoundStartOrFrequencyChange: {value: 1, description: Positive pulse when sound starts or frequency changes. } | ||
DataStreamConfiguration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider changing to DataStreamDispatchRate and DataStreamDispatchRateConfig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess both could work, my question here would be whether this enum would store only specifically data stream rates, or possibly other flags. I guess maybe only rates since it is a group mask.
Bug correction fw clean registers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, otherwise looks good. The PR is still marked as draft, I guess one important thing we need to discuss before broad deployment is how to deal with firmware updates in cases of multi-microcontroller devices.
Would be nice if it is possible to have a uniform update procedure using the existing bootloader protocol, but maybe let us discuss this in a separate issue / PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an alternative to the registers.xls
file?
Pulse10MsWhenStop: {value: 7, description: High when sound stops during 10 ms. } | ||
Pulse100MsWhenStop: {value: 8, description: High when sound starts during 100 ms. } | ||
PulseForSoundStartOrFrequencyChange: {value: 1, description: Positive pulse when sound starts or frequency changes. } | ||
DataStreamConfiguration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess both could work, my question here would be whether this enum would store only specifically data stream rates, or possibly other flags. I guess maybe only rates since it is a group mask.
No description provided.