enabled .map generation in Makefile. Included twiddle generation at the startup of the blackfin (into main.c inside main() func)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
build/release/objs/main.o: src/main.c src/l502_cdefs.h src/l502_global.h \
|
||||
/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/stdint.h \
|
||||
src/l502_bf_cmd_defs.h src/l502_cmd.h
|
||||
src/l502_bf_cmd_defs.h src/l502_cmd.h \
|
||||
FFT_and_FP_math/C/FFT_FP_realisation.h
|
||||
|
||||
src/l502_cdefs.h:
|
||||
|
||||
@ -11,3 +12,5 @@ src/l502_global.h:
|
||||
src/l502_bf_cmd_defs.h:
|
||||
|
||||
src/l502_cmd.h:
|
||||
|
||||
FFT_and_FP_math/C/FFT_FP_realisation.h:
|
||||
|
||||
Reference in New Issue
Block a user