-
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: Fixed I2C Bug #14698
STM32: Fixed I2C Bug #14698
Conversation
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
ff24a72
to
fbc7da1
Compare
@affrinpinhero-2356, thank you for your changes. |
@affrinpinhero-2356 looks like you have a conflict as well as needing to update the PR header |
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.
LGTM 👍
Modified HAL_I2C_ErrorCallback function to solve bug reported in I2C Driver. This commit solves compilation error occured when DEVICE_I2CSLAVE is not defined. fix ARMmbed#14696 Signed-off-by: Affrin Pinhero <[email protected]>
fbc7da1
to
67a3834
Compare
@jeromecoutant Have any idea for the failure? |
I don't know... |
Modified HAL_I2C_ErrorCallback function to solve bug reported in I2C Driver. This commit solves compilation error occured when DEVICE_I2CSLAVE is not defined. fix ARMmbed#14696 Signed-off-by: Affrin Pinhero <[email protected]>
Modified HAL_I2C_ErrorCallback function to solve bug reported in I2C Driver. This commit solves compilation error occured when DEVICE_I2CSLAVE is not defined. fix ARMmbed#14696 Signed-off-by: Affrin Pinhero <[email protected]>
@jeromecoutant Is this good to start CI? |
I don't have this power :-) |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@affrinpinhero-2356 please keep the pull request template (Pull request type for instance looks it was edited), not certain if this time a script could not parse proper info or there is some other issue (I'll check other pull requests to confirm) but to be on the safe side, lets keep the template as it is. |
Summary of changes
Modified HAL_I2C_ErrorCallback function to solve bug reported in I2C Driver.
This commit solves compilation error occured when DEVICE_I2CSLAVE is not defined.
Impact of changes
Migration actions required
Documentation
Pull request type:
[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)
Test results:
[] No Tests required for this change (E.g docs only update)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR
Reviewers