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
@@ -641,6 +641,10 @@ static const struct cmdmap_s g_cmdmap[] =
{ "AdapterLoraTest", cmd_AdapterLoraTest, 1, 1, "[Lora sx128 test.]" },
#endif
#if defined(CONFIG_K210_FFT_TEST) && !defined(CONFIG_NSH_DISABLE_K210_FFT)
{ "fft", cmd_fft, 1, 1, "[K210 fft function.]" },
#endif
{ NULL, NULL, 1, 1, NULL }
};