mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 18:39:28 +00:00
Previous defconfig for dma is DMA_STM32F4X in this board, while the new generic driver uses DMA_STM32 to enable DMA support, and also dma driver of stm32 now needs HEAP_MEM_POOL_SIZE to be big enough to hold dma stream instances. Additional .conf files are added for also adding HEAP_MEM_POOL_SIZE configuration to two test cases. Signed-off-by: Song Qiang <songqiang1304521@gmail.com>
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_I2C=y
|
|
CONFIG_I2S=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_LED=y
|
|
CONFIG_LP3943=y
|
|
CONFIG_AUDIO=y
|
|
CONFIG_AUDIO_DMIC=y
|
|
CONFIG_AUDIO_MPXXDTYY=y
|
|
|
|
# When on-board microphone is used the DMA must run w/o things
|
|
# that could slow it down. So DMA logging must be completely
|
|
# disabled and DMA interrupts must run at maximum priority.
|
|
|
|
CONFIG_DMA=y
|
|
CONFIG_DMA_0_IRQ_PRI=0
|
|
CONFIG_HEAP_MEM_POOL_SIZE=1024
|