mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
fb17e33894
commit
11519fe1ca
3 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue