From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- ...M_2arm__variance__example_2CMakeLists_8txt.html | 190 +++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 docs/DSP/html/Examples_2ARM_2arm__variance__example_2CMakeLists_8txt.html (limited to 'docs/DSP/html/Examples_2ARM_2arm__variance__example_2CMakeLists_8txt.html') diff --git a/docs/DSP/html/Examples_2ARM_2arm__variance__example_2CMakeLists_8txt.html b/docs/DSP/html/Examples_2ARM_2arm__variance__example_2CMakeLists_8txt.html new file mode 100644 index 0000000..0a642d3 --- /dev/null +++ b/docs/DSP/html/Examples_2ARM_2arm__variance__example_2CMakeLists_8txt.html @@ -0,0 +1,190 @@ + + + + + +CMakeLists.txt File Reference +CMSIS-DSP: CMakeLists.txt File Reference + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.7.0 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
CMakeLists.txt File Reference
+
+
+ + + + + + + + +

+Functions

 cmake_minimum_required (VERSION 3.6) project(arm_variance_example VERSION 0.1) list(APPEND CMAKE_MODULE_PATH $
 
 add_subdirectory (../../../Source bin_dsp) add_executable(arm_variance_example) set(ROOT $
 
 include (configBoot) target_sources(arm_variance_example PRIVATE arm_variance_example_f32.c) target_link_libraries(arm_variance_example PRIVATE CMSISDSP) install(TARGETS arm_variance_example DESTINATION"$
 
+

Function Documentation

+ +
+
+ + + + + + + + +
add_subdirectory (../../../Source bin_dsp)
+
+ +
+
+ +
+
+ + + + + + + + +
cmake_minimum_required (VERSION 3. 6)
+
+ +
+
+ +
+
+ + + + + + + + +
include (configBoot )
+
+ +
+
+
+
+ + + + -- cgit