From 794baeaf2f5a8602d9010d00474b73b1e1d6d850 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 5 Apr 2021 18:01:49 -0400 Subject: [PATCH] chore: Update CMSIS submodule and makefile rule --- runtime/tests/CMSIS_5_NN | 2 +- runtime/tests/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/tests/CMSIS_5_NN b/runtime/tests/CMSIS_5_NN index 3ffd3a65..9712a63b 160000 --- a/runtime/tests/CMSIS_5_NN +++ b/runtime/tests/CMSIS_5_NN @@ -1 +1 @@ -Subproject commit 3ffd3a65c4c803cef3754191757a0131bcd88eaa +Subproject commit 9712a63b92f7ab4112cb0d6b46a3ff97310a42fa diff --git a/runtime/tests/Makefile b/runtime/tests/Makefile index 60a3423a..ba250b56 100644 --- a/runtime/tests/Makefile +++ b/runtime/tests/Makefile @@ -20,8 +20,8 @@ tinyekf: cp ./TinyEKF/extras/c/gps_ekf_fn.so ${SLEDGE_BIN_DIR}/ekf_wasm.so cifar10: - make clean all -C ./CMSIS_5_NN/ -f Makefile - cp ./CMSIS_5_NN/tmp/cifar10.awsm.so ${SLEDGE_BIN_DIR}/cifar10_wasm.so + make clean cifar10.so -C ./CMSIS_5_NN/ -f Makefile + cp ./CMSIS_5_NN/cifar10.so ${SLEDGE_BIN_DIR}/cifar10_wasm.so gocr: make clean gocr.so -C ./gocr/src/ -f wasm.mk