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

USART on STM32: Using same name for different remapping configurations #45916

Closed
yang325 opened this issue May 23, 2022 · 0 comments · Fixed by #45959
Closed

USART on STM32: Using same name for different remapping configurations #45916

yang325 opened this issue May 23, 2022 · 0 comments · Fixed by #45959
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug

Comments

@yang325
Copy link
Contributor

yang325 commented May 23, 2022

Describe the bug
For STM32 UASRT remapping, build-system can NOT tell 'partial remap' from 'no remap' because of using same name for them.

Expected behavior
The build-system should tell difference between 'partial remap' and 'no remap'.

Impact
The USART cannot enabled as expected.

@yang325 yang325 added the bug The issue is a bug, or the PR is fixing a bug label May 23, 2022
@GeorgeCGV GeorgeCGV added the platform: STM32 ST Micro STM32 label May 23, 2022
@erwango erwango self-assigned this May 24, 2022
@erwango erwango added the priority: low Low impact/importance bug label May 24, 2022
erwango added a commit to erwango/zephyr that referenced this issue May 25, 2022
Fixes zephyrproject-rtos#45916

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
mbolivar-nordic pushed a commit that referenced this issue May 25, 2022
Fixes #45916

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
laxiLang pushed a commit to laxiLang/zephyr that referenced this issue May 30, 2022
Fixes zephyrproject-rtos#45916

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants