Martin Kojtal
3e0cdb966c
tests: remove ticker test
...
This is temporary, as this test does not fit to some 16kB RAM devices. This requires few more steps: some small devices are using big async HAL structures, RTX changes increased the RAM footprint, plus this test seems to be too big. With all these, it won't fit in RAM regions for some devices.
2017-06-02 09:26:39 +01:00
Sam Grove
fa0cd205a2
Merge pull request #4094 from pan-/fix_hal_ticker
...
[HAL] Add support for 64 bit us timestamp
2017-06-01 23:25:26 -05:00
Vincent Coubard
c6433b018a
lp ticker test: Fix timestamp update during deepsleep test.
2017-06-01 16:31:48 +01:00
Vincent Coubard
3e24e8fa62
lp_ticker test: Capture completion time at completion point.
2017-05-31 19:13:10 +01:00
Vincent Coubard
834a302664
ticker test: Fix data scope dependency.
2017-05-23 11:14:10 +01:00
Vincent Coubard
fe2144f7ec
ticker tests: optimize RAM usage.
2017-05-22 12:07:12 +01:00
Vincent Coubard
4adba7caff
ticker test: fix code format.
2017-05-17 18:55:53 +01:00
kl-cruz
4bb818cd97
nRF52840: Fixed flashapi test and casting issue
2017-05-17 09:21:39 +02:00
Vincent Coubard
ab09a1722f
ticker api: Schedule immediately event in the past.
2017-05-16 10:37:35 +01:00
Vincent Coubard
aeffd738c7
ticker_api: Code clarification
...
* update_interrupt renamed into schedule_interrupt
* update_current_timestamp renamed into update_present_time
* ticker_event_queue_t::timestamp renamed into
* ticker_event_queue_t::present_time
* Fix doxygen comments in ticker_api.h
* Update comments internal comments in mbed_ticker_api.c
2017-05-16 10:37:35 +01:00
Vincent Coubard
b1f3aa76bb
[HAL] Add Tests for the hal ticker API.
2017-05-16 10:35:11 +01:00
ccli8
bcae1429e5
[Greentea] Fix test code mbed-os-tests-mbed_hal-flash
2017-03-20 15:06:06 +08:00
0xc0170
4d55719321
test: add flash functional tests for flash HAL
...
Add tests to verify the hal port of the flash_api.
2017-02-21 14:08:23 -06:00
Mahadevan Mahesh
ac9668a498
Update tests to fix build failures. Also make the code similar to other tests
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2016-11-02 11:45:14 -05:00
Brian Daniels
9a4aeec1b2
Waiting before call to deepsleep to allow buffers to flush
2016-10-13 13:51:54 -05:00
svastm
cc55173329
Use lp_timer to count time in the deepsleep tests
...
Because microseconds timer can be disable during deepsleep
2016-09-08 18:09:45 +02:00
Bartek Szatkowski
7203be9e6f
Add tests for LowPowerTimeout and lp_ticker
2016-08-25 13:25:02 +01:00