-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix race condition in serial_api.c for NRF52 series #7369
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
* Elevate RTC2 interrupt priority to same level as UARTE to prevent race condition on shared variables. * Remove unused TXDRDY event code. * Fix typo in macro.
UART configuration parameters mispelled.
@cmonr 😛 |
How was this found and shall be tested? |
I'm using the network stress test to download 160 KiB data repeatedly over UART and ESP8266. When testing this PR: #7323 I noticed some new behavior. |
@OPpuolitaival Might be worth looking into @marcuschangarm's test. /morph build |
Build : SUCCESSBuild number : 2488 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2127 |
Test : SUCCESSBuild number : 2263 |
Description
Pull request type