-
Notifications
You must be signed in to change notification settings - Fork 3k
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 hardware CRC support to STM32G4 #15392
Conversation
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.
target | platform_name | test suite | result | elapsed_time (sec) | copy_method |
---|---|---|---|---|---|
NUCLEO_G474RE-ARMC6 | NUCLEO_G474RE | drivers-tests-tests-mbed_drivers-crc | OK | 12.75 | default |
NUCLEO_G474RE-ARMC6 | NUCLEO_G474RE | hal-tests-tests-mbed_hal-crc | OK | 12.74 | default |
NUCLEO_G431RB-ARMC6 | NUCLEO_G431RB | drivers-tests-tests-mbed_drivers-crc | OK | 14.99 | default |
NUCLEO_G431RB-ARMC6 | NUCLEO_G431RB | hal-tests-tests-mbed_hal-crc | OK | 16.39 | default |
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@jeromecoutant thanks for the review. I’m mentioning you directly because I saw you work for ST. |
@0xc0170 failed tests are strange, maybe you could restart ? |
@augustozanellato I will be pleased to review a PR to introduce NUCLEO-G491RE ! |
CI restarted |
There was anothe breakage in CI earier this week, I restarted CI again. |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 4 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Added support for hardware CRC calculation on STM32G4 based targets
Impact of changes
Migration actions required
Documentation
I think no documentation update is needed.
Pull request type
Test results
Not sure where/how tests should be added.
Reviewers