mbed-os/TESTS
Filip Jagodzinski 7db3a8a34a Tests: USB: DTR fix for Linux hosts
A DTR line is used to signal that the host has configured a terminal and
is ready to transmit and receive data from the USB CDC/Serial device.
When this test suite is run with the use of a Linux host, a workaround has
to be used to overcome some platform specific DTR line behavior.
Every time the serial port file descriptor is opened, the DTR line is
asserted until the terminal attributes are set.
As a consequence, the device receives a premature DTR signal with a
duration of 200-500 us before the correct, long-lasting DTR signal set by
the host-side test script. (tested on the Linux kernel 4.15.0)

The solution is to wait for the first DTR spike, ignore it, and wait for
the correct DTR signal again.
2019-02-22 10:53:21 -06:00
..
events tests: astyle fix 2018-08-03 10:23:38 +01:00
host_tests Tests: USB: DTR fix for Linux hosts 2019-02-22 10:53:21 -06:00
integration/basic tests: astyle fix 2018-08-03 10:23:38 +01:00
lorawan/loraradio Resolve build issues in test 2018-10-16 11:50:16 -05:00
mbed-crypto/sanity crypto: test: Use new PSA error codes 2019-02-20 11:31:30 +02:00
mbed_drivers Add flash sum check 2019-02-14 17:30:51 +02:00
mbed_functional tests: astyle fix 2018-08-03 10:23:38 +01:00
mbed_hal Initialize platform in trng test 2019-02-18 11:43:32 +02:00
mbed_platform Add debug prints to triage the test timeouts 2019-01-22 16:40:02 -06:00
mbedmicro-mbed copyright 2019 fix 2019-02-15 13:37:40 +00:00
mbedmicro-rtos-mbed ROTS: SysTimer: Fix test timing issues 2019-01-18 17:10:39 +01:00
mbedtls Fix PSA-HAL, TRNG, TLS tests 2018-12-06 01:22:50 +02:00
netsocket Merge pull request #9698 from michalpasztamobica/netsocket_documentation_cleanup 2019-02-19 15:34:26 -06:00
network Merge pull request #9387 from tymoteuszblochmobica/Sockets 2019-02-21 13:50:03 +01:00
nfc/eeprom Fix long writes/reads stack overflowing (#8802) 2018-12-13 18:18:01 -06:00
psa Implement PSA protected storage & restructure PSA storage implementation 2019-02-21 20:58:59 +02:00
usb_device Tests: USB: DTR fix for Linux hosts 2019-02-22 10:53:21 -06:00