Thomas Boyer-Chammard

Results 114 comments of Thomas Boyer-Chammard

See discussion on https://github.com/nasa/fprime-tools/pull/199 for more details

I am going to close this as it is now implemented and released in v3.5.0. `fprime-bootstrap project` creates a `.clang-format` file at the root of the project, and `fprime-util impl`...

That is a very good point, we should add a section about that The gist of it is `fprime-util build` generates a lot of code under the hood (located in...

Somewhat related: https://github.com/nasa/fprime/discussions/2673

@bocchino would you have insights on this?

Implemented in https://github.com/nasa/fprime/pull/3430 - will close this PR

- [ ] update `get_deployment_name()` function to use the value in the Dictionary.json, rather than using the directory name

Recommendation: context should not be used in Fw::Time comparisons. Times having the same TimeBase should be comparable regardless of what the context value is set to. These comparisons are the...

https://github.com/nasa/fprime/blob/b615bd2e7e1af667876fafb6adc3633028e3cd87/Svc/ActiveLogger/ActiveLogger.fpp#L95-L98 There's a few commands/events in ActiveLogger that are set as a U32 type. Now that we have the `FwEventIdType` type in FPP, they likely should be switched to that...