mbed-os/TESTS/mbedmicro-rtos-mbed
TomoYamanaka 4f4b4ddf36 Change the "thread" test main for Cortex-A
In pararell threads of "thread" test is a simple thread, 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 PARALLEL_THREAD_STACK_SIZE is 384, workes properly when PARALLEL_THREAD_STACK_SIZE is 512 at least.
2017-12-21 14:09:24 +09:00
..
CircularBuffer Add CircularBuffer test. 2017-11-29 11:26:36 +01:00
MemoryPool Add MemoryPool test. 2017-10-27 08:07:34 +02:00
basic Basic test refactoring 2017-10-09 13:27:07 +02:00
condition_variable Fix and add test for ConditionVariable 2017-11-15 16:15:27 -06:00
event_flags Extends test set for EventFlags class 2017-10-11 11:02:09 +02:00
heap_and_stack Modify 2-byte code of "heap and stack" test main for Cortex-A 2017-12-21 14:09:24 +09:00
mail Merge pull request #5158 from YarivCol/master 2017-11-02 10:46:06 -05:00
malloc Change the "malloc" test main for Cortex-A 2017-12-21 14:09:24 +09:00
mutex Remove direct use of us and lp ticker from tests 2017-09-13 20:11:39 -05:00
queue Merge pull request #5158 from YarivCol/master 2017-11-02 10:46:06 -05:00
rtostimer Tests: RTOS: RtosTimer: Refactor for readability 2017-11-03 10:57:20 +01:00
semaphore semaphore test: fix out of memory problem for NUCLEO_F070RB 2017-10-26 14:32:42 +02:00
signals Extends test set for signals 2017-10-26 14:13:09 +02:00
threads Change the "thread" test main for Cortex-A 2017-12-21 14:09:24 +09:00