From 456566daf2be5b34fd0659854d2807e8bc3b461b Mon Sep 17 00:00:00 2001 From: Anton Moberg Date: Wed, 17 Mar 2021 10:19:26 +0100 Subject: Smaller networks - keyword_spotting_cnn_small_int8 Added: Baremetal folder for baremetal applications Added: Baremetal application 'keyword_spotting_cnn_small_int8' as an executable test. Run with ctest -R keyword_spotting_cnn_small_int8 Model taken from ML-zoo, run through vela, and hexdumped to C header format. Change-Id: I053d88a4319cb58020027d6007e83fd519a2af6e --- applications/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applications/CMakeLists.txt') diff --git a/applications/CMakeLists.txt b/applications/CMakeLists.txt index 4950c51..291643f 100644 --- a/applications/CMakeLists.txt +++ b/applications/CMakeLists.txt @@ -20,7 +20,9 @@ add_subdirectory(freertos) add_subdirectory(hello_world) +add_subdirectory(baremetal) + if (CMAKE_CXX_COMPILER_ID STREQUAL "ARMClang") # Only armclang supported for now add_subdirectory(trustzone_inference) -endif() +endif() \ No newline at end of file -- cgit v1.2.1