-
Notifications
You must be signed in to change notification settings - Fork 1.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
app: conn_bridge: Fix uart cdc handler #21154
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 94ad3f32a355e7431402e2746f42e199a696bd5c more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
7c75d17
to
e489da7
Compare
You can find the documentation preview for this PR here. |
53eb6b7
to
49e699a
Compare
49e699a
to
ea71aa3
Compare
App was not working when receiving RX bytes on CDC transport. Reworked interrupt handler. Signed-off-by: Jorgen Kvalvaag <jorgen.kvalvaag@nordicsemi.no>
ea71aa3
to
94ad3f3
Compare
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.
Looks good!
App was not working when receiving RX bytes on CDC transport. Reworked interrupt handler.