Skip to content

[embassy-nrf] Remove "BufferedUarte overrun" panic #4750

@Kezii

Description

@Kezii

Please do not panic the RTOS on something like this, give developers a way of handling the error or just output to the logs, do not kill the whole system for a lost bit in the UART

if errs.overrun() {
panic!("BufferedUarte overrun");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions