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.
Attachment | Size |
---|---|
0001-Make-TaskContext-getName-a-const-function.patch | 1.04 KB |
0002-tlsf-Add-default-memory-pool-statistic-functions.patch | 2.19 KB |
0003-tests-Avoid-compiler-warning.patch | 820 bytes |