-
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
STM32 - Add if !defined check for USE_HAL_XXX_REGISTER_CALLBACKS #14351
STM32 - Add if !defined check for USE_HAL_XXX_REGISTER_CALLBACKS #14351
Conversation
@ladislas, thank you for your changes. |
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.
If you have a script in order to apply the same patch for other families,
you can send it by mail :-)
23fd3a5
to
143176b
Compare
Pull request has been modified.
@jeromcoutant -- no patch, just Ctrl/Cmd + D, Ctrl/Cmd + C/V and a few keystrokes. I'll do them all and push there |
@jeromecoutant and voila! |
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.
merci
@ladislas, thank you for your changes. |
This pull request has automatically been marked as stale because it has had no recent activity. @0xc0170, please complete review of the changes to move the PR forward. Thank you for your contributions. |
@0xc0170 Could we start CI? :) |
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
This commit is a workaround to correctly defined USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for > ARMmbed/mbed-os#14351 to be merge into master. The commit can be dropped if 14351 is merged before feature/images_and_animations
Summary of changes
The following PR adds
#if !defined
checks forUSE_HAL_XXX_REGISTER_CALLBACKS
on STM32F7.Impact of changes
Allows users to register HAL callbacks.
Migration actions required
None
Documentation
None, this is very advanced use case.
Pull request type
Test results
Reviewers
@jeromecoutant