From c9f1717d227e21ebfab72cceee90b1f8f8522867 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 18 Aug 2022 12:54:34 +0100 Subject: MLECO-3252: Minor documentation additions Documentation md files added under source tree with links to the main docs. Minor updates to FAQs for MLECO-3251 as well. Change-Id: Ifdcc587f2fcf77228fd46e211d3f9c3963bc9b97 Signed-off-by: Kshitij Sisodia --- source/application/api/use_case/readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/application/api/use_case/readme.md (limited to 'source/application/api/use_case/readme.md') diff --git a/source/application/api/use_case/readme.md b/source/application/api/use_case/readme.md new file mode 100644 index 0000000..f7eb0d1 --- /dev/null +++ b/source/application/api/use_case/readme.md @@ -0,0 +1,11 @@ +## Use case APIs + +The directories in here are individual CMake projects to generate use case API static libraries. These libraries are +intended to be used by external projects that only want access to the ready-to-use ML use case pipelines implemented in this repository. +This can be as CMake projects, but also in the form of CMSIS-packs. These libraries do not depend on the HAL layer and +are platform-agnostic to allow for easy portability. + +## Useful links + +* [Repository Structure](../../../../docs/documentation.md#repository-structure) +* [Reusable Software](../../../../Readme.md#reusable-software). -- cgit v1.2.1