mbed-os/TESTS/mbed_hal/common_tickers
Przemyslaw Stekiel db8e77672f tests-mbed_hal-common_tickers: adapt ticker_interrupt_test() test case for high frequency tickers
On some targets with very fast counters used for us ticker (e.g. 26 MHz) tested interrupt delays provided in the ticker_timeout array may be too short (execution of the set_interrupt() function takes longer than the tested delay).
We will skip tested ticker delay if the delay is less than assumed max set_interrupt() function execution time (20 us).
Also, the test array will be extended.
2020-01-09 08:32:30 +01:00
..
main.cpp tests-mbed_hal-common_tickers: adapt ticker_interrupt_test() test case for high frequency tickers 2020-01-09 08:32:30 +01:00
ticker_api_tests.h tests-mbed_hal-common_tickers: disable ticker free test cases. 2018-08-09 14:27:05 +02:00