Summary
Bug fixes and minor features to be released alongside F Prime v3.5.0
What's Changed
- CR 2375: TimeType.to_readable should display microsecond precision. by @Ahmad-Bamba in #197
- Fix inappropriate use of stdout. Fixes: nasa/fprime#2630 by @LeStarch in #198
- Add link to CMake API in
new
-generated code by @thomas-bc in #201 - Add
fpp-to-dict
wrapper command by @thomas-bc in #200 - Fix for forced purge on non existing directories by @JohanBertrand in #202
- Uncomment noop functions from topology template by @mosa11aei in #206
- Minor fix in comment of deployment Topology.cpp by @mosa11aei in #205
- Swap
regCommands()
andconfigTopology
+ Move Buffmgr and Framing setup to front by @Lex-ari in #208 - Fix for old clang-format by @JohanBertrand in #199
- added dash to list of invalid characters by @keck-in-space in #209
- prettyprinting: Remove excess indent by @mosa11aei in #211
- Update function calls for comDriver headers by @Lex-ari in #213
- Adding phase configure to manual cookiecutter. nasa/fprime#2820 by @LeStarch in #212
- Use fprime-util to generate subtopologies by @mosa11aei in #203
- Update library_locations for _fprime_packages by @mosa11aei in #210
- Add fpp-to-json utilities by @mosa11aei in #207
- Replace decode errors on unknown bytes by @LeStarch in #214
- Remove PacketsSpec.xml from sources in new deployments by @kevin-f-ortega in #215
- Remove systemResources versions from Packets.xml by @thomas-bc in #218
- Allow empty new component by @thomas-bc in #219
- add force option to generate that will call purge before generating, … by @csmith608 in #217
- Update cookiecutter templates and remove deprecated functionality ahead of v3.5.0 release by @thomas-bc in #221
- Add setup-python to publishing workflow by @thomas-bc in #222
New Contributors
- @Ahmad-Bamba made their first contribution in #197
- @JohanBertrand made their first contribution in #202
- @mosa11aei made their first contribution in #206
- @Lex-ari made their first contribution in #208
- @keck-in-space made their first contribution in #209
- @kevin-f-ortega made their first contribution in #215
- @csmith608 made their first contribution in #217
Full Changelog: v3.4.4...v3.5.0