mbed-os/TESTS
Vincent Coubard 7675901b7b tests: Reintroduce ticker test.
This test was removed because of its memory footprint.
Most of the memory consummed by the test itself was related to the instantion of test cases in RAM.

With the introduction of case_t which allows tests cases to live in FLASH, the memory footprint has been drastically reduced (860 bytes of RAM saved) and the ticker test can be reintroduced in the code base.
2017-06-11 09:48:45 +01:00
..
events Merge pull request #4317 from c1728p9/reduce_test_overhead 2017-05-17 10:13:25 +01:00
host_tests Fixing issue in timing host test and wait_us case 2016-09-07 09:14:17 -05:00
integration/basic Removing threaded_blink test (duplicate of basic rtos test) 2016-08-30 14:37:30 -05:00
mbed_drivers race tests: fix unsupported condition 2017-05-25 14:47:28 +01:00
mbed_functional callback - Added tests for inheritance and implicit casts 2016-11-09 14:00:15 -06:00
mbed_hal tests: Reintroduce ticker test. 2017-06-11 09:48:45 +01:00
mbedmicro-mbed Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbedmicro-rtos-mbed Update codebase for CMSIS5/RTX5 2017-05-30 18:55:52 +01:00
mbedtls/selftest Port mbedTLS entropy and sha selftest to mbedOS 2016-09-30 11:24:49 +01:00
netsocket/ip_parsing nsapi - Added rudimentary ip parsing tests 2016-10-19 15:28:32 -05:00
network/wifi WiFi tests: Make tests CI friendly 2016-11-10 17:03:26 +00:00
storage_abstraction Ignore deprecated storage test 2017-06-02 23:50:39 -05:00