You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyrSerial: Fix misdetection arduino_serial1
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.
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
documentation: Add document about `builtin-led-gpios`
Add a description for `builtin-led-gpios`
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>