mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
cmsis: build CMSIS support as a module
CMSIS should compile as a module to provide the necessary support for the dnn test application Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:

committed by
Xiang Xiao

parent
0c69ccea18
commit
0ee15da565
@@ -552,6 +552,6 @@ CSRCS += $(CMSIS5_DSP)/ComplexMathFunctions/arm_cmplx_mag_f32.c
|
||||
|
||||
CFLAGS += -ffast-math -Wno-shadow
|
||||
|
||||
BIN := libarm_math$(LIBEXT)
|
||||
MODULE = $(CONFIG_CMSIS_DSP)
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
@@ -97,6 +97,6 @@ CSRCS += $(CMSIS5_NN)/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c
|
||||
CSRCS += $(CMSIS5_NN)/NNSupportFunctions/arm_nn_add_q7.c
|
||||
CSRCS += $(CMSIS5_NN)/NNSupportFunctions/arm_q7_to_q15_reordered_with_offset.c
|
||||
|
||||
BIN := libcmsis_nn$(LIBEXT)
|
||||
MODULE = $(CONFIG_CMSIS_NN)
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
Reference in New Issue
Block a user