mirror of https://github.com/ARMmbed/mbed-os.git
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. |
||
---|---|---|
.. | ||
main.cpp | ||
ticker_api_tests.h |