mbed-os/TESTS
Filip Jagodzinski 7643868afd ROTS: SysTimer: Fix test timing issues
Use a busy loop with non-blocking Semaphore::wait(0) calls instead of a
single Semaphore::wait(osWaitForever) to improve time measurement
accuracy. Looping in Semaphore::wait(0) prevents the board from entering
sleep or deepsleep modes while waiting for the semaphore. By skipping
the overhead wakeup time, we get more accurate timings.
2019-01-25 14:29:59 +00:00
..
events tests: astyle fix 2018-08-03 10:23:38 +01:00
host_tests Fix Python 3 syntax in rtc host test 2019-01-14 13:06:14 +00: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 Use entropy injection on any NVseed platform or PSA dual-core/v8 2018-12-11 16:14:45 -06:00
mbed_drivers FLASHIAP test: skip test if test region overlaps code 2019-01-25 14:29:59 +00:00
mbed_functional tests: astyle fix 2018-08-03 10:23:38 +01:00
mbed_hal FLASH test: skip test if test region overlaps code 2019-01-25 14:29:59 +00:00
mbed_platform Don't use define checks on DEVICE_FOO macros (mbed code) 2018-12-27 22:26:04 -06:00
mbedmicro-mbed tests: astyle fix 2018-08-03 10:23:38 +01:00
mbedmicro-rtos-mbed ROTS: SysTimer: Fix test timing issues 2019-01-25 14:29:59 +00:00
mbedtls Fix PSA-HAL, TRNG, TLS tests 2018-12-11 16:14:46 -06:00
netsocket Allow NSAPI_ERROR_UNSUPPORTED from Socket::setsockopt() 2019-01-25 14:29:59 +00:00
network WIFI test: improve debug messages 2018-12-27 22:26:02 -06:00
nfc/eeprom removed abc insanity 2018-12-27 22:26:00 -06:00
psa fix its_reset test 2019-01-14 13:06:14 +00:00