aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Lundell <adrian.lundell@arm.com>2023-10-23 10:37:16 +0200
committerAdrian Lundell <adrian.lundell@arm.com>2023-10-24 14:16:37 +0200
commitba17178d8d29e5f5088edb3878962cc2ca0de12a (patch)
treefa5653d149e9ec531cb9bb34e41865d116ed4f19
parent74c514a5b50a19197a64a86095bc0429188adcbe (diff)
downloadethos-u-core-software-ba17178d8d29e5f5088edb3878962cc2ca0de12a.tar.gz
Update FlatBuffers version
FlatBuffers version updated to v23.5.26 to match tflite-micro patch 6bb1e3a. Change-Id: I9c092d0bf461d790a967b137f4dfedc8660496f9 Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>
-rw-r--r--tflite_micro.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/tflite_micro.cmake b/tflite_micro.cmake
index ef30fa8..2b8a9cc 100644
--- a/tflite_micro.cmake
+++ b/tflite_micro.cmake
@@ -1,5 +1,5 @@
#
-# SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
+# SPDX-FileCopyrightText: Copyright 2021-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -97,8 +97,8 @@ endfunction()
# Flatbuffers
# Synch revision with 'tensorflow/lite/micro/tools/make/flatbuffers_download.sh'
download_third_party(tensorflow-flatbuffers
- URL "https://github.com/google/flatbuffers/archive/a66de58af9565586832c276fbb4251fc416bf07f.zip"
- URL_MD5 51a7a96747e1c33eb4aac6d52513a02f)
+ URL "https://github.com/google/flatbuffers/archive/v23.5.26.zip"
+ URL_MD5 e87e8acd8e2d53653387ad78720316e2)
target_include_directories(tflu PUBLIC
${tensorflow-flatbuffers_SOURCE_DIR}/include)