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

Added support for amcbldc and pmc boards in FirmwareUpdater #778

Merged
merged 2 commits into from
Dec 3, 2021
Merged

Added support for amcbldc and pmc boards in FirmwareUpdater #778

merged 2 commits into from
Dec 3, 2021

Conversation

marcoaccame
Copy link
Contributor

@marcoaccame marcoaccame commented Dec 3, 2021

This PR allows the program FirmwareUpdater to recognize the boards pmc and amcbldc for its operativity.

For this purpose, we need to define some enum values in icub-firmware-shared (see the relevant PR) and to avoid compilation failure we also need to update the required version of icub-firmware-shared to be 1.22.1.

A small but important change was to increase the timeout with which the canloader library waits for a reply from the amcbldc and pmc after it has sent them a BOOTLOADER:board message. The reason is that these two new boards require longer time to perform their FLASH erase.

For further details see also the following joint PR in icub-firmware, where we also document about the performed tests.

NOTE: The CI will fail because we need first to merge the PR on icub-firmware-shared.

@marcoaccame marcoaccame marked this pull request as ready for review December 3, 2021 12:40
@marcoaccame marcoaccame marked this pull request as draft December 3, 2021 12:47
@marcoaccame marcoaccame marked this pull request as ready for review December 3, 2021 12:47
Copy link
Member

@pattacini pattacini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting CI before merging.

@pattacini pattacini merged commit 5582e9e into robotology:devel Dec 3, 2021
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