Jake Hageman
Jake Hageman
I'd prefer if the cppcheck was added to the makefile, and covered all the stricter submodule cppchecks...
Changing to one was a code review suggestion. If there's more than one something is probably broken or at least extremely delayed and worth notifying the user (via the event...
Yes, that looks right.
I don't understand the driver behind adding complexity to SB to handle blobs of data that aren't self identifiable, this doesn't seem like a "natural" fit for pub/sub. Why not...
While I get you could do these things all within SB using the SB internal "envelope" concept, I don't agree with such a temporary nature or adding complexity to SB...
~Actually, limiting the maximum value silently just leads to the queue being released before all users are done. This really should create an error on subscribe or similar to avoid...
This line? https://github.com/nasa/cFE/blob/03166722cdde3f1b337742088e7137ebacf64734/modules/tbl/fsw/src/cfe_tbl_api.c#L833
I've had it on my TODO list forever to write an issue about including stack utilization in task reporting. Even just a rough walk through to find the first nonzero...
Adding milestone, really more from the perspective of resolving and implementing the related capability of stack utilization reporting mechanism (doesn't really have an independent issue yet, but should get added...
RTEMS has https://docs.rtems.org/branches/master/c-user/stack_bounds_checker.html, although I haven't seen an API to just get the current info in a structure or similar. What were you doing w/ the sample apps to get...