fprime
fprime copied to clipboard
F´ - A flight software and embedded systems framework
| | | |:---|:---| |**_F´ Version_**| devel | |**_Affected Component_**| ComQueue | --- ## Problem Description ComQueue has some ports marked as "drop" and some ports that assert when full:...
### Discussed in https://github.com/nasa/fprime/discussions/3677 Originally posted by **LornDMiller** June 2, 2025 Is this expected behavior? It's causing issues with our team when a developer finishes using our dev box and...
| | | |:---|:---| |**_F´ Version_**|fprime-gds [v4.0.0a1](https://github.com/nasa/fprime-gds/releases/tag/v4.0.0a1) | |**_Affected Component_**| n/a | --- ## Feature Description Have the template `get_format_str()` functions return a format string with the FPP-inferred format specifiers...
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Problem Description A description of the problem with sufficient detail to understand the issue. ## Context / Environment...
| | | |:---|:---| |**_F´ Version_**| n/a | |**_Affected Component_**| FPP autocoders | --- ## Feature Description There are certain platforms (such as microcontrollers and time partitioned systems) where we...
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| FppTest | --- ## Problem Description While implementing https://github.com/nasa/fpp/pull/733 I found FppTest is missing some valuable testing for formatting structs/arrays. We...
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| n/a | --- ## Problem Description If a `GdsStandardApp` derived class supplies a list of arguments in the the `get_additional_arguments()` procedure,...
| | | |:---|:---| |**_F´ Version_**| | |**_Affected Component_**| | --- ## Problem Description GdsStandardApp docs say that `get_name()` is not necessary, but if it is not provided, the startup...
I have an interface implementing ByteStreamModel that cannot always accept more data to send due to limited bandwidth. I cannot return `ByteStreamStatus::SEND_RETRY` from my send port, because then ComStub will...
| | | |:---|:---| |**_F´ Version_**|4.0.0a1 | |**_Affected Component_**| FPP (cmake/target/sub-build/fpp.depend) | --- ## Problem Description When trying to register a config and a module (two things that both use...