Update third-party library version

Tflite-micro, ruy and cmsis-nn need to be updated to a new version.
Signed-off-by: xinhaiteng <xinhaiteng@xiaomi.com>
This commit is contained in:
xinhaiteng 2024-03-02 21:37:58 +08:00 committed by Xiang Xiao
parent fb17e33894
commit 11519fe1ca
3 changed files with 9 additions and 9 deletions

View file

@ -20,7 +20,7 @@
include $(APPDIR)/Make.defs
RUY_VER = 54774a7a2cf85963777289193629d4bd42de4a59
RUY_VER = d37128311b445e758136b8602d1bbd2a755e115d
ruy.zip:
$(Q) curl -L https://github.com/google/ruy/archive/$(RUY_VER).zip -o ruy.zip
@ -39,4 +39,4 @@ endif
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/math/ruy/ruy
CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/math/ruy/ruy
include $(APPDIR)/Application.mk
include $(APPDIR)/Application.mk