Skip to content

zephyrSerial: Fix misdetection arduino_serial1 #79

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

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

soburi
Copy link
Member

@soburi soburi commented Aug 21, 2023

DT_NODE_EXISTS value is true even if the status is disabled, so it caused misdetection.
Use DT_NODE_HAS_STATUS to detect the status of
the arduino_serial1 node is ok.

Fix #77

DT_NODE_EXISTS value is true even if the status is disabled,
so it caused misdetection.
Use DT_NODE_HAS_STATUS to detect the status of
the arduino_serial1 node is ok.
@soburi soburi force-pushed the correct_arduino_serial1 branch from e9e69ac to 363f134 Compare August 21, 2023 12:18
@soburi soburi changed the title zephyrSerial: Fix misdetection arduino_serial0 zephyrSerial: Fix misdetection arduino_serial1 Aug 21, 2023
@soburi soburi requested a review from DhruvaG2000 August 22, 2023 05:27
@DhruvaG2000
Copy link
Collaborator

Hi, thanks for the quick fix @soburi , I'll test in sometime and merge this if it looks okay.

Copy link
Collaborator

@DhruvaG2000 DhruvaG2000 left a comment

Choose a reason for hiding this comment

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

changes look okay, let me test once and then merge.

@DhruvaG2000 DhruvaG2000 merged commit b94d1d7 into zephyrproject-rtos:next Aug 23, 2023
@soburi soburi deleted the correct_arduino_serial1 branch August 23, 2023 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nrf52840dk build failure
2 participants