Mbed-os: FPGA CI shield kills serial output during serial test

Created on 9 Jul 2019  路  2Comments  路  Source: ARMmbed/mbed-os

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

CLOSED mirrored bug

All 2 comments

@fkjagodzinski can you look into fixing this?

Was this page helpful?
0 / 5 - 0 ratings