support fft on aiit-riscv64-board for nuttx

This commit is contained in:
wgz-code
2022-03-04 11:14:53 +08:00
parent 9946b33530
commit 0501122537
49 changed files with 20782 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
############################################################################
# Applications/knowing_app/Make.defs
############################################################################
ifneq ($(CONFIG_APPLICATION_KNOWING),)
include $(wildcard $(APPDIR)/../../../APP_Framework/Applications/knowing_app/*/Make.defs)
endif