]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/i2s_driver' into 'master'
authorAngus Gratton <angus@espressif.com>
Fri, 28 Apr 2017 00:00:07 +0000 (08:00 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 28 Apr 2017 00:00:07 +0000 (08:00 +0800)
commit7db85a386a13e19bc2550ea7abbdd46863219112
tree6ff7c636d79e26f17293948810eac21d44d2dd93
parent22a12e37683a6cc7c907745cbcb01d8d9f86a426
parent04bd221867794eee2321e749d5685eaa4b328e60
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