docs(fft): add C example for CDMA + FFT workflow
This commit is contained in:
11
sdk/software/examples/fft_dma/Makefile
Normal file
11
sdk/software/examples/fft_dma/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
TARGET = fft_dma
|
||||
|
||||
CFLAGS += -O3 -g
|
||||
|
||||
C_SRCS := $(wildcard ./*.c )
|
||||
|
||||
OBJDIR = obj
|
||||
COMMON_DIR = ../../bsp
|
||||
GCC_DIR=../../../toolchains/loongson-gnu-toolchain-8.3-x86_64-loongarch32r-linux-gnusf-v2.0
|
||||
PICOLIBC_DIR=../../../toolchains/picolibc
|
||||
include ../../bsp/common.mk
|
||||
Reference in New Issue
Block a user