Commit Graph

6 Commits (3aa46e6af0e5f176cbfe147d1727bf16dc9472b9)

Author SHA1 Message Date
Maciej Bocianski 3aa46e6af0 small supplement for PR #5338 2017-11-17 14:55:45 +00:00
Maciej Bocianski 873d7d10fe malloc test - reduce heap usage 2017-11-03 13:02:56 +00:00
Christopher Haster 4cad764162 Added copyright header to all tests 2017-08-07 12:02:33 -05:00
Bartek Szatkowski 6a0fcd3c58 Reduce test overhead in preparation for CMSIS 5
Reduce RAM consumption so all tests can still be built when using
CMSIS/RTX5. Also reduce clutter by removing the per target stack size
defines in the tests.
2017-05-14 19:25:19 -05:00
Russ Butler 92d11df19d Increase stack size in malloc test for Cortex-A
Increase the stack size used in the malloc test to prevent stack
overflows on Cortex-A devices.
2016-12-03 14:21:17 -06:00
Russ Butler 13c06850a2 Add a test for thread-safe malloc
Add a test to repeatedly malloc and free from different threads to
test if these functions are thread safe.
2016-07-29 20:14:07 -05:00