Joseph Hickey

Results 69 comments of Joseph Hickey

Adding a child task just for that could be complicated because AFAIK there isn't such a post-processing thread right now... that would be a bigger impact design-wise to add such...

I don't know if anyone has specifically tested that setup but since they both conform to the same CCSDS-defined protocol, it should generally work. The newer CF app does recognize...

Additional info - this isn't just a style thing, I came across a couple cases of tests (e.g. for CF_Chunks_FindSmallestSize) not actually running consistent paths through the FSW depending on...

Two comments I'd suggest: 1. Check the sample file `native_osconfig.cmake` - this defines a couple options to make it easier to run CFS in a debug environment. You'll typically want...

That error is a mismatch between the "mission_cfg.h" and/or "platform_cfg.h" file and the version of CFE that you are attempting to compile. - you should use the bootes.x branch from...

Yeah `make -k` only keeps building other non-dependencies. What you want is to either remove `-Werror` from your local build options, or change `-Wcast-align` to `-Wno-cast-align`. Also Note - This...

IMO the problem we need to solve is two fold: - As a developer or during operations, when you boot the FSW, you want to confirm that you are indeed...

Speaking from experience - on more than one occasion I've struggled with making some change but not getting expected behavior out of the target system after loading. Only to find...

@skliper I see the comm blackouts + watchdog resets as a good reason for putting an identifier in the TLM housekeeping stream - it can happen that you get a...

IMO much of the info we currently report is really superfluous -- the most critical/important aspect of this version report is to let the user/operator know they are running the...