Skip to content
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

fix(BLE): Update PAL_UART to recover from error #999

Merged
merged 38 commits into from
May 10, 2024
Merged

Conversation

EricB-ADI
Copy link
Contributor

@EricB-ADI EricB-ADI commented Apr 22, 2024

Description

  • Pal UART now tries to recover if an overflow occurs on the console port

@github-actions github-actions bot added BLE Related to Bluetooth Workflow Related to Workflow development labels Apr 22, 2024
@EricB-ADI EricB-ADI added the WIP work in progress label Apr 23, 2024
@github-actions github-actions bot removed the Workflow Related to Workflow development label May 9, 2024
@EricB-ADI EricB-ADI changed the title ci(BLE): Updated CI to use new system Fix(BLE): Update PAL_UART to recover from error May 9, 2024
@EricB-ADI
Copy link
Contributor Author

/clang-format-run

@EricB-ADI EricB-ADI changed the title Fix(BLE): Update PAL_UART to recover from error fix(BLE): Update PAL_UART to recover from error May 9, 2024
@@ -755,12 +755,14 @@ int MXC_UART_RevB_AsyncHandler(mxc_uart_revb_regs_t *uart)
/* Unexpected interrupt */
if (!AsyncTxRequests[uart_num] && !AsyncRxRequests[uart_num]) {
MXC_UART_ClearFlags((mxc_uart_regs_t *)uart, uart->int_fl);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend removing the changes to this file.

@EricB-ADI EricB-ADI merged commit 62377a9 into main May 10, 2024
6 of 7 checks passed
EricB-ADI pushed a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLE Related to Bluetooth WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants