mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fixed_gap_in_i2s_adc_dac_output' into 'release/v4.4'
i2s_example: fixed i2s_adc_dac output gap (v4.4) See merge request espressif/esp-idf!20320
This commit is contained in:
commit
6f87740bbe
@ -69,8 +69,8 @@ void example_i2s_init(void)
|
||||
.communication_format = I2S_COMM_FORMAT_STAND_MSB,
|
||||
.channel_format = EXAMPLE_I2S_FORMAT,
|
||||
.intr_alloc_flags = 0,
|
||||
.dma_buf_count = 2,
|
||||
.dma_buf_len = 1024,
|
||||
.dma_buf_count = 6,
|
||||
.dma_buf_len = 256,
|
||||
.use_apll = 1,
|
||||
};
|
||||
//install and start i2s driver
|
||||
|
3
examples/peripherals/i2s/i2s_adc_dac/sdkconfig.defaults
Normal file
3
examples/peripherals/i2s/i2s_adc_dac/sdkconfig.defaults
Normal file
@ -0,0 +1,3 @@
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_adc_dac_example.csv"
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
Loading…
Reference in New Issue
Block a user