mbed-os/TESTS/mbed_hal_fpga_ci_test_shield/uart
Przemyslaw Stekiel 22acc795c9 fpga_ci_test_shield-uart: Disable test cases not supported on NRF52840_DK target
According to the documentation, `NRF52840_DK` does not support odd parity and 2 stop bits. Skip these test case using #if !defined(TARGET_NRF52840) directive.
This is temporary solution. In the future we shell consider adding `uart_get_capabilities()` function.
-
2020-02-05 08:47:10 +01:00
..
main.cpp fpga_ci_test_shield-uart: Disable test cases not supported on NRF52840_DK target 2020-02-05 08:47:10 +01:00
uart_fpga_test.h Adapt FPGA tests for spi, i2c, analogin, pwm, uart to test direct init (explicit pinmap). 2019-11-28 08:32:01 +01:00