Releases: nasa/fprime
F´ Release 1.5.2
This is a release of F´ that corrects a minor issues in the CMake system affecting template implementation with custom AcConstants.ini files for unit tests and fixes the -D flags passed to fprime-util generate. See release 1.5.0, 1.5.1 for full release notes.
Note:
- See release 1.5.0 for full feature set
- fprime python package version updated to 1.5.2
F´ Release 1.5.1
This is a release of F´ that corrects a minor issue in the CMake system affecting template implementation with custom AcConstants.ini files. See release 1.5.0 for full release notes.
Note:
- Python package versions not updated as the python code was not changed
- See release 1.5.0 for full feature set
F´ Release 1.5.0
This represents the release v1.5.0 of the F´ software framework. This release includes bug fixes, user tool improvement, minor feature development, and lots of code quality improvements. A refactor of the user's guide is also included and is available here: https://nasa.github.io/fprime/UsersGuide/guide.html.
Notable changes:
- F´utility (fprime-util) reduced the number of subcommands in favor of flags. i.e.
fprime-util build-all
is notfprime-util build --all
- F´ projects can be restructured to include links to the fprime framework and packages of fprime components developed by a third party. An example can be found here: https://github.com/fprime-community/fprime-arduino/tree/master/ArduinoBlink
F´ NASA-v1.4
This is the 1.4 release of the F´ framework. It has the following features:
- File Uplink and Downlink has been added to the F´ GDS.
- Build Helper and CMake fixes
- Baremetal fixes
F´ NASA-v1.3.1
This is release 1.3.1 of NASA's F´ framework. It contains a additions to the test GUI based on HTML, minor fixes to the fprime-util helper for helping use CMake during normal development. It also contains revisited documentation that presents a consistent view of how to run and development in F´. Our tutorials section was revisited to ensure the latest information.
This is a point release that fixes minor bugs and documentation found in NASA-v1.3.
NASA-v1.3
This is release 1.3 of NASA's F´ framework. It contains a refactored test GUI based on HTML, a new integration and test framework for automating system level tests, and the fprime-util
helper for helping use CMake during normal development. Also included are many bug fixes and improvements.