Skip to content

FPGA CI shield kills serial output during serial test #11000

@stevew817

Description

@stevew817

Description

The UART testing (and potentially SPI if a target uses combined UART/SPI peripherals, such as EFM32) lacks a guard against trying to test the same UART peripheral as the one which is driving the communication with the host (to feed back the test results).

I think you'd want to introduce something like pinmap_restricted_peripherals, which guards against reconfiguring test-system-critical peripherals, such as the GreenTea communication channel, or the RTOS timebase.

CC @c1728p9

Issue request type

[ ] Question
[ ] Enhancement
[X] Bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions