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
This feels like a minor issue as I guess it is pretty unusual for anyone to remove the serial device. But, it is supported and the problem occurs because serial_api.c is guarded by #if DEVICE_SERIAL.
I noticed because I was messing around wondering what effect removing devices would have on power consumption and code size.
Either the use of serial_is_tx_ongoing should be guarded or a stub provided.
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug
The text was updated successfully, but these errors were encountered:
Description
Removing the serial device causes the build to fail because of changes made in STM32: check for UART ongoing transfers before entering deepsleep #7717.
This feels like a minor issue as I guess it is pretty unusual for anyone to remove the serial device. But, it is supported and the problem occurs because
serial_api.c
is guarded by#if DEVICE_SERIAL
.I noticed because I was messing around wondering what effect removing devices would have on power consumption and code size.
Either the use of
serial_is_tx_ongoing
should be guarded or a stub provided.Issue request type
[ ] Question
[ ] Enhancement
[X] Bug
The text was updated successfully, but these errors were encountered: