laokaiyao
|
fa4e77eb44
|
i2s: deprecate confusing names
|
2021-11-24 13:21:13 +08:00 |
|
Jan Brudný
|
58f79e6b00
|
driver: update copyright notice
|
2021-05-24 01:06:17 +02:00 |
|
Angus Gratton
|
beb75b13f2
|
driver test: Use regular target guards for single-target test files
|
2020-12-01 10:58:50 +11:00 |
|
fuzhibo
|
9cd5e6f8c9
|
bugfix(adc): missing ranges of ADC codes in ESP32
|
2020-10-12 07:41:03 +00:00 |
|
morris
|
9fa06719fa
|
global: enable build uinit test for esp32-s3
|
2020-09-22 15:15:03 +08:00 |
|
houwenxiang
|
b35d9002f3
|
driver(I2S): Fix i2s_comm_format_t configuration parameter does not match the TRM bug.
When I2S `i2s_comm_format_t` is set to `I2S_COMM_FORMAT_I2S_MSB`, the data should launch at first BCK. But not in fact, this MR fixed this issue.
For compatibility, several nwe parameters have been added, and the old parameters will be removed in the future.
closes https://github.com/espressif/esp-idf/issues/5065
closes https://github.com/espressif/esp-idf/issues/4957
closes https://github.com/espressif/esp-idf/issues/2978
closes https://github.com/espressif/esp-idf/issues/5136
Merges https://github.com/espressif/esp-idf/pull/4522
|
2020-05-18 19:55:30 +08:00 |
|
fuzhibo
|
baa7898e35
|
driver(adc/dac): fix adc dac driver for esp32s2
1. update register file about adc; 2. fix adc driver; 3. add UT for adc/dac;
See merge request espressif/esp-idf!7776
|
2020-04-01 12:41:51 +08:00 |
|