Skip to content

Releases: nasa/fprime

F´ Release 1.5.2

27 Oct 00:50
b5d7367
Compare
Choose a tag to compare

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

22 Oct 22:06
8d6b227
Compare
Choose a tag to compare

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

22 Oct 18:23
58ed163
Compare
Choose a tag to compare

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 not fprime-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

26 May 21:24
718d6a5
Compare
Choose a tag to compare

This is the 1.4 release of the F´ framework. It has the following features:

  1. File Uplink and Downlink has been added to the F´  GDS.
  2. Build Helper and CMake fixes
  3. Baremetal fixes

F´ NASA-v1.3.1

24 Jan 21:29
2d03826
Compare
Choose a tag to compare

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

22 Nov 18:15
c35ab7e
Compare
Choose a tag to compare

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.