modalai_fc-v1: add board_dma_map.h and enable SPI1/SPI2 DMA

This commit is contained in:
Daniel Agar
2020-02-22 01:09:52 -05:00
parent 01b90fefaf
commit e24fcee214
4 changed files with 61 additions and 28 deletions
+1 -1
View File
@@ -365,7 +365,7 @@
/* This board provides a DMA pool and APIs */
#define BOARD_DMA_ALLOC_POOL_SIZE 5120
#define BOARD_DMA_ALLOC_POOL_SIZE (5120 + 1024 + 1024) // 5120 fat + 1024 + 1024 spi
/* This board provides the board_on_reset interface */