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