Minor fixes for RTT v2

3 small patches attached

TaskContext::getName() is not const, which causes warnings/errors with certain compilers when using the function with a const TaskContext object. The underlying call is a const, and so this seems to be an oversight. All RTT tests pass with this fix to simply make the function constant.

AttachmentSize
0001-Make-TaskContext-getName-a-const-function.patch1.04 KB
0002-tlsf-Add-default-memory-pool-statistic-functions.patch2.19 KB
0003-tests-Avoid-compiler-warning.patch820 bytes