-
Notifications
You must be signed in to change notification settings - Fork 3k
ESP8266: treats reset-ready-message as OOB #9473
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
ESP8266: treats reset-ready-message as OOB #9473
Conversation
@VeijoPesonen, thank you for your changes. |
CI started |
Test run: FAILEDSummary: 1 of 12 test jobs failed Failed test jobs:
|
Restarted CI job: The wifi test failed, but it's not clear why. |
@cmonr Rebased. |
CI started |
Test run: FAILEDSummary: 1 of 12 test jobs failed Failed test jobs:
|
Restarted dynamic usage, but still can you check the artifacts to confirm the failure not related? |
Need to admit that the test results doesn't tell me much
|
@ARMmbed/mbed-os-test-team Can you help out with this one? Not sure why |
@VeijoPesonen to unblock this, can you talk to @timurh01 ? |
@0xc0170 I'll run the test manually to see what is wrong. |
This requires some further investigation from me as I get same results with manual testing, but once I switch to NRF52840_DK(with ESP8266) - which I used to create this PR - test is passing.
|
Ended up being a bit more changes than I anticipated. @SeppoTakalo , @michalpasztamobica please re-review. |
Any update @VeijoPesonen ? |
@0xc0170 depends from ARMmbed/mbed-os-benchmarks#24 |
@VeijoPesonen ARMmbed/mbed-os-benchmarks#24 was just merged. It should now be in use within CI. |
CI job restarted: |
Makes possible to recover from spurious resets addiotionally to planned ones.
@VeijoPesonen Please rebase and we start CI |
@0xc0170 rebase done. |
CI started |
Something different this time: |
Travis restarted |
Test run: SUCCESSSummary: 12 of 12 test jobs passed |
This appears to be sitting on top of some 5.12 changes. |
Description
Makes possible to detect if modem gets reset by handling the reset-ready-message as OOB.
Fixes the network status update callback to not report a state change if a state change hasn't really occurred.
Prevent's running reset twice in a row if reset pin is connected to a known pin.
Fixes UART HW flow control enabling sequence - adds also mutex.
Pull request type
Reviewers
@SeppoTakalo
@michalpasztamobica
@kjbracey-arm