Cruz Monrreal
|
ab7a856657
|
Merge pull request #6784 from deepikabhavnani/mbed_stats_fix
Add common define MBED_ALL_STATS_ENABLED to enable all statistics
|
2018-05-10 23:25:23 -05:00 |
deepikabhavnani
|
0f0a4c0a50
|
Check for NULL pointer before access
|
2018-05-03 11:23:12 -05:00 |
deepikabhavnani
|
a228fd0f3b
|
Add common define to enable all statistics
As part of Device Health requirement, all mbed OS statistics should be
enabled with single macro `MBED_ALL_STATS_ENABLED`
|
2018-05-02 14:14:07 -05:00 |
Bartek Szatkowski
|
b793a3fb89
|
Update codebase for CMSIS5/RTX5
Update all of mbed-os to use RTX5.
|
2017-05-30 18:55:52 +01:00 |
Christopher Haster
|
9b630b3e0d
|
stats - Added stack stats api for individual threads
Added the following
- size_t mbed_stats_stack_get_each(mbed_stats_stack_t *, size_t)
|
2016-11-07 19:15:44 -06:00 |
Christopher Haster
|
b6e8f44c0d
|
stats - Added stack stats api
Matched heap stats api
- void mbed_stats_heap_get(mbed_stats_heap_t *)
- void mbed_stats_stack_get(mbed_stats_stack_t *)
|
2016-11-07 19:15:38 -06:00 |