fprime/docs/how-to/index.md
Thomas Boyer-Chammard e2bd5f7dc7
Add How To guide for integrating third-party libraries (#3489)
* Add How-To guide for integrating external libraries

* Fix formatting

* Call out "ready to be included!" and fix links

* Remove dead paragraph

* Fix spelling and misc

* Add common considerations for choosing approach

* Add section breaks

* Fix spelling

* Links and such

* Fix spelling

* Add round of review feedback

* Spelling

* Add review changes

* Remove How-To prefix
2025-05-08 10:56:55 -07:00

1.4 KiB
Raw Permalink Blame History

hide
hide
toc

How-To

How-To guides offer step-by-step instructions for specific development tasks in F Prime.

  • F´ GDS Plugin Development


    This guide will walk you through the process of developing GDS plugins.

    View Develop F´ GDS Plugins{ .md-button .md-button--primary }

  • F´ Library Development


    This how to will walk you through the structure and best practices in developing an F´ library.

    View Develop F´ Libraries{ .md-button .md-button--primary }

  • Integrating Third-Party Libraries


    This how to will walk you through how to integrate non-F´ libraries into your F´ project. It will cover multiple approaches based on examples with OpenCV, OpenSSL and ETL.

    View Integrating Third-Party Libraries{ .md-button .md-button--primary }

  • Porting F´ To a New Platform


    This how to will walk you through porting F´ to a new platform.

    View Porting Guide{ .md-button .md-button--primary }