From 61cffc6825e5b3d5dd57638b76a459f3abf55745 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Thu, 28 Dec 2023 10:55:57 +0100 Subject: [PATCH] update tflite-micro-esp-examples (folder got renamed) --- code/CMakeLists.txt | 2 +- code/components/jomjol_helper/CMakeLists.txt | 2 +- code/components/jomjol_mqtt/CMakeLists.txt | 2 +- code/components/jomjol_time_sntp/CMakeLists.txt | 2 +- code/components/tflite-micro-esp-examples | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index e866557f8..95dfec64a 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16.0) -list(APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common components/tflite-micro-esp-examples/components/tflite-lib) +list(APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common components/tflite-micro-esp-examples/components/esp-tflite-micro) ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/version.cpp diff --git a/code/components/jomjol_helper/CMakeLists.txt b/code/components/jomjol_helper/CMakeLists.txt index 2bca3ade9..0b8e0ae00 100644 --- a/code/components/jomjol_helper/CMakeLists.txt +++ b/code/components/jomjol_helper/CMakeLists.txt @@ -2,6 +2,6 @@ FILE(GLOB_RECURSE app_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.*) idf_component_register(SRCS ${app_sources} INCLUDE_DIRS "." - REQUIRES esp_timer tflite-lib jomjol_logfile fatfs sdmmc) + REQUIRES esp_timer esp-tflite-micro jomjol_logfile fatfs sdmmc) diff --git a/code/components/jomjol_mqtt/CMakeLists.txt b/code/components/jomjol_mqtt/CMakeLists.txt index cb31861dc..8aadb832a 100644 --- a/code/components/jomjol_mqtt/CMakeLists.txt +++ b/code/components/jomjol_mqtt/CMakeLists.txt @@ -2,4 +2,4 @@ FILE(GLOB_RECURSE app_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.*) idf_component_register(SRCS ${app_sources} INCLUDE_DIRS "." - REQUIRES esp_timer tflite-lib mqtt jomjol_tfliteclass jomjol_helper jomjol_mqtt jomjol_wlan json) + REQUIRES esp_timer esp-tflite-micro mqtt jomjol_tfliteclass jomjol_helper jomjol_mqtt jomjol_wlan json) diff --git a/code/components/jomjol_time_sntp/CMakeLists.txt b/code/components/jomjol_time_sntp/CMakeLists.txt index 6eade8c30..1be7fbcab 100644 --- a/code/components/jomjol_time_sntp/CMakeLists.txt +++ b/code/components/jomjol_time_sntp/CMakeLists.txt @@ -2,6 +2,6 @@ FILE(GLOB_RECURSE app_sources ${CMAKE_CURRENT_SOURCE_DIR}/*.*) idf_component_register(SRCS ${app_sources} INCLUDE_DIRS "." - REQUIRES tflite-lib jomjol_logfile jomjol_configfile) + REQUIRES esp-tflite-micro jomjol_logfile jomjol_configfile) diff --git a/code/components/tflite-micro-esp-examples b/code/components/tflite-micro-esp-examples index 9d106889b..3dbba4a5b 160000 --- a/code/components/tflite-micro-esp-examples +++ b/code/components/tflite-micro-esp-examples @@ -1 +1 @@ -Subproject commit 9d106889b60dc71aabce26c359e30d9047a3389f +Subproject commit 3dbba4a5b2f1bf9d80da2b2102033e435e4d123d