Skip to content

There is no tests to verify that UART TX is complete #1849

Closed
@LMESTM

Description

@LMESTM

Doing some basic tests like (Corrected after comment from Martin):

Serial *pc = new Serial(USBTX, USBRX);
pc->printf("blabla");
deepsleep();
OR
pc.printf("blabla");
delete pc;

it looks like several targets may not send the complete serial Tx before entering sleep mode.
Proposal is to add a test that verifies this is done well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions