Martin Kojtal
e52bb68f93
tests: astyle fix
...
All tests should comply to our coding standard now
2018-08-03 10:23:38 +01:00
Przemyslaw Stekiel
6eb66ccd7a
TESTS-MBEDMICRO-RTOS-MBED-SYSTIMER: include ticker_free() function in the ticker interface.
2018-08-02 09:48:36 +02:00
jeromecoutant
2550f3d09e
Systimer test : compilation error with MBED_TICKLESS
...
Issue occurs when "MBED_TICKLESS" is added in mbed_app.json,
not when "MBED_TICKLESS" is added in targets.json
2018-07-19 15:50:16 +02:00
Bartek Szatkowski
a92ff94904
Fix rebase error
2018-05-25 12:20:10 -05:00
Przemyslaw Stekiel
2b7d7a822b
tests-mbedmicro-rtos-mbed-systimer: execute sleep/deepsleep test cases only when SLEEP support is enabled.
2018-05-25 12:04:32 -05:00
Filip Jagodzinski
ec59cbb6f8
RTOS: SysTimer: Fix test compilation error on ARM & IAR
2018-04-17 09:38:26 -05:00
Filip Jagodzinski
20013d75d6
RTOS: SysTimer: Update tests
...
Use a mock ticker object instead of the lp_ticker for update_tick() and get_time() tests.
2018-04-13 10:07:00 +02:00
Russ Butler
044eb1e8ce
Update the SysTimer test
...
Update the SysTimer test to match the updated API. Changes are:
- increment_tick() renamed to _increment_tick() and explicitly
synchronized
-update_tick() replaced with resume() and a call to suspend() was added
before this
2018-04-10 10:54:31 -05:00
Filip Jagodzinski
74e0f95cd6
RTOS: SysTimer: Add tests
2018-02-28 14:37:13 +01:00