mbed-os/TESTS
TomoYamanaka a105f6f356 Change the "malloc" test main for Cortex-A
"malloc" test is used a simple thread that executes only malloc and free, but it seems that there is a difference in the stack used between Cortex-A and Cortex-M.
As a result of check, in Cortex-A, program aborts because of the lack of stack  when THREAD_STACK_SIZE is 256, workes properly when THREAD_STACK_SIZE is 512 at least. Since it seems that the definition processing of "DEFAULT_STACK_SIZE" was gone from Mbed OS by updating CMSIS5/RTX5, I setted 512 directly for Cortex-A.
2017-12-21 14:09:24 +09:00
..
events event queue test: fix out of memory problem for NUCLEO_F070RB 2017-11-03 14:47:20 +01:00
host_tests Add tests for extended RTC. 2017-12-05 07:53:41 +01:00
integration/basic Added copyright header to all tests 2017-08-07 12:02:33 -05:00
mbed_drivers Fix deficiency in the race test 2017-12-01 10:49:50 -06:00
mbed_functional Added copyright header to all tests 2017-08-07 12:02:33 -05:00
mbed_hal Add tests for extended RTC. 2017-12-05 07:53:41 +01:00
mbed_platform/SingletonPtr Add SingletonPtr test 2017-12-04 11:42:23 +01:00
mbedmicro-mbed Added copyright header to all tests 2017-08-07 12:02:33 -05:00
mbedmicro-rtos-mbed Change the "malloc" test main for Cortex-A 2017-12-21 14:09:24 +09:00
mbedtls Add test of sha256_clone function 2017-06-16 10:47:45 +02:00
netsocket tests-netsocket-socket_sigio 2017-12-04 17:55:11 +01:00
network/wifi Merge pull request #5568 from VeijoPesonen/greentea-wifi-fixes 2017-12-20 14:52:44 +00:00
storage_abstraction Ignore deprecated storage test 2017-06-02 23:50:39 -05:00