esp-idf/components/driver
Angus Gratton 7db85a386a Merge branch 'bugfix/i2s_driver' into 'master'
I2S driver - fixed support for 24 and 32-bits, fixed tx/rx at the same time

- Modify sample can test with 24, 32-bits audio
- Add i2s sample README
- simply i2s_push function
- change sample rates, bits per sample, channel on fly

See merge request !483
2017-04-28 08:00:07 +08:00
..
include/driver Merge branch 'bugfix/i2s_driver' into 'master' 2017-04-28 08:00:07 +08:00
test Fix SPI master CI test 2017-04-27 14:50:02 +08:00
component.mk
gpio.c
i2c.c
i2s.c I2S: fixed support for 24 and 32-bits, fixed tx/rx at the same time and others in log: 2017-04-27 10:00:10 +07:00
ledc.c
pcnt.c
periph_ctrl.c
rmt.c
rtc_module.c
sdmmc_host.c
sdmmc_private.h
sdmmc_transaction.c
sigmadelta.c
spi_common.c SPI: More MR issues fixed, style fixup 2017-04-27 11:49:04 +08:00
spi_master.c SPI: Also check SPI_TRANS_USE_[T|R]XDATA when decifding to turn on MOSI/MISO. Fixes https://github.com/espressif/esp-idf/issues/488 2017-04-27 11:49:04 +08:00
spi_slave.c SPI: More MR issues fixed, style fixup 2017-04-27 11:49:04 +08:00
timer.c
uart.c