-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Replace RawSerial as it has been deprecated #12109
Conversation
features/frameworks/greentea-client/greentea-client/greentea_serial.h
Outdated
Show resolved
Hide resolved
@hugueskamba, thank you for your changes. |
57da238
to
1768819
Compare
1768819
to
10b2d1c
Compare
features/frameworks/greentea-client/source/greentea_test_env.cpp
Outdated
Show resolved
Hide resolved
features/frameworks/greentea-client/source/greentea_test_env.cpp
Outdated
Show resolved
Hide resolved
features/frameworks/greentea-client/source/greentea_test_env.cpp
Outdated
Show resolved
Hide resolved
72e390c
to
037924a
Compare
features/frameworks/greentea-client/source/greentea_test_env.cpp
Outdated
Show resolved
Hide resolved
features/frameworks/greentea-client/source/greentea_test_env.cpp
Outdated
Show resolved
Hide resolved
d891e6c
to
ac3748b
Compare
ac3748b
to
bd78365
Compare
This force-push remove the |
Something going wrong here - several other functions are marked inline. If it can fail on that one, all the others are wrong too, probably. They should all be I'm not sure why |
Oh, I see, the point was you'd made it public, unlike the others. Got it. Still, I'd make the others |
CI started but looks like it will need some updates after Kevin's comments |
4236616
to
8e9ae1c
Compare
@0xc0170 |
CI started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
8e9ae1c
to
ac7a3ac
Compare
This force-push should fix the issues reported above. |
CI restarted |
Test run: FAILEDSummary: 2 of 4 test jobs failed Failed test jobs:
|
@hugueskamba looks like you still have some things to fix... |
ac7a3ac
to
dbaeeaf
Compare
Test run: FAILEDSummary: 1 of 12 test jobs failed Failed test jobs:
|
Restarted tests (I've seen ioserial in another PR similar to this one) |
This force-push fixed the cause of the failures. |
Hi Please update ci-test-shield repo: |
FYI @jamesbeyond |
Fixing is in here: |
@hugueskamba @0xc0170 isn't this actually changing an API? |
Summary of changes
As
RawSerial
has been deprecated, replace all instance references withUnbufferedSerial
where appropriate. Usage ofRawSerial
in Greentea has been replaced with direct calls to the system I/O retargetwrite
andread
functions.Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@evedon @kjbracey-arm @rajkan01 @bulislaw @OPpuolitaival