-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove the deprecated RawSerial, UARTSerial, Serial #12410
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
Conversation
CI would be useful to see the impact of deprecating work 😃 |
CI started |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
Pull request has been modified.
CI restarted |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
There are still relevant failures for few targets |
I got one request, it's rather for the docs. I can't find the referenced docs PR here. As we update docs, can we quickly also update these classes to use other pins than USBTX/RX ? There are lines like this |
I marked this for beta-1 |
@@ -79,7 +79,6 @@ static DigitalIn _rts(BT_CTS); | |||
static DigitalIn _cts(BT_RTS); | |||
static DigitalIn _clk(BT_CLK); | |||
static DigitalOut _shutdown(BT_RST, 0); | |||
static Serial _uart(BT_TX, BT_RX, 115200); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't used. @ARMmbed/team-maximintegrated Is it ok for you ?
Please raise a separate ticket for this. |
CI started |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
CI fails due to compilation errors in |
8b7caec
to
df32091
Compare
Internal ticket raised https://jira.arm.com/browse/IOTTHD-4010 |
We should try to get it merge soon as it causes a lot of warnings. Do we need to escalate? |
@rajkan01 The PR was merged, shall this be restarted ? |
CI started |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
Summary of changes
RawSerial
,Serial
,UARTSerial
deprecated classes.Impact of changes
Breaking change:
RawSerial
,Serial
,UARTSerial
classes have been deprecated since Mbed OS 6.0.0 and they are all removed now.Migration actions required
Use BufferedSerial and UnbufferedSerial for serial communication.
Documentation
Pull request type
Test results
Reviewers
@evedon @jamesbeyond