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

v3.0 firmware release #20

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

bruno-f-cruz
Copy link
Member

No description provided.

@bruno-f-cruz bruno-f-cruz changed the title Main v3.0 firmware release Jun 23, 2024
Copy link
Member Author

@bruno-f-cruz bruno-f-cruz left a 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

Firmware/Firmware.ATXMEGA/SoundCard/app.c Outdated Show resolved Hide resolved
Firmware/Firmware.ATXMEGA/SoundCard/app.c Outdated Show resolved Hide resolved
Firmware/Firmware.ATXMEGA/SoundCard/app_funcs.c Outdated Show resolved Hide resolved
Firmware/Firmware.ATXMEGA/SoundCard/app_ios_and_regs.c Outdated Show resolved Hide resolved
device.yml Show resolved Hide resolved
device.yml Show resolved Hide resolved
device.yml Show resolved Hide resolved
device.yml Show resolved Hide resolved
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:
Copy link
Member Author

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

Copy link
Contributor

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.

device.yml Outdated Show resolved Hide resolved
Copy link
Contributor

@glopesdev glopesdev left a 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.

Copy link
Contributor

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:
Copy link
Contributor

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.

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.

4 participants