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

drivers: Fix STM32F103XE not able to enter master mode #33900

Closed
wants to merge 3 commits into from
Closed

Conversation

ycsin
Copy link
Member

@ycsin ycsin commented Mar 31, 2021

This pr fixes the I2C issue mentioned in #33196

Signed-off-by: Yong Cong Sin yongcong@gtsb.com.my

@ycsin ycsin requested a review from ydamigos as a code owner March 31, 2021 02:08
@ycsin ycsin changed the title Fix STM32F103XE not able to enter master mode drivers: Fix STM32F103XE not able to enter master mode Mar 31, 2021
@ycsin
Copy link
Member Author

ycsin commented Mar 31, 2021

ping @erwango

@erwango erwango requested a review from FRASTM March 31, 2021 07:02
Co-authored-by: Erwan Gouriou <erwan.gouriou@linaro.org>
@tagunil
Copy link
Collaborator

tagunil commented Mar 31, 2021

Shouldn't this fix be extended to handle all STM32F1 devices by using CONFIG_SOC_SERIES_STM32F1X?

@erwango
Copy link
Member

erwango commented Mar 31, 2021

Shouldn't this fix be extended to handle all STM32F1 devices by using CONFIG_SOC_SERIES_STM32F1X?

@tagunil This is correct, I've just checked and this behavior is present in all STM32F1 series. Thanks

@ycsin Can you use CONFIG_SOC_SERIES_STM32F1X instead of the initial #ifdef combination ?

@ycsin
Copy link
Member Author

ycsin commented Apr 1, 2021

Shouldn't this fix be extended to handle all STM32F1 devices by using CONFIG_SOC_SERIES_STM32F1X?

@tagunil This is correct, I've just checked and this behavior is present in all STM32F1 series. Thanks

@ycsin Can you use CONFIG_SOC_SERIES_STM32F1X instead of the initial #ifdef combination ?

Done

Copy link
Member

@erwango erwango left a comment

Choose a reason for hiding this comment

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

The change itself is correct, but please squash your commits into one.
Also please pay attention to the signed-off-by (as reported by compliance checks)

@ycsin
Copy link
Member Author

ycsin commented Apr 7, 2021

closed: #34088

@ycsin ycsin closed this Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants