OVMS3-idf/components/soc/src/esp32/include/hal
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
..
adc_hal.h driver(adc/dac): fix adc dac driver for esp32s2 2020-04-01 12:41:51 +08:00
adc_ll.h driver(adc/dac): fix adc dac driver for esp32s2 2020-04-01 12:41:51 +08:00
can_ll.h soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
clk_gate_ll.h periph_ctrl: move target specific into ll files 2020-02-24 14:50:26 +08:00
cpu_ll.h soc: put hal function to get core id in IRAM 2020-03-24 22:50:51 +08:00
dac_ll.h driver(adc/dac): fix adc dac driver for esp32s2 2020-04-01 12:41:51 +08:00
emac.h soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
gpio_ll.h soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
i2c_ll.h ci: solve public headers errors 2020-02-11 14:30:42 +05:00
i2s_ll.h driver(I2S): Fix i2s_comm_format_t configuration parameter does not match the TRM bug. 2020-05-18 19:55:30 +08:00
ledc_ll.h ci: solve public headers errors 2020-02-11 14:30:42 +05:00
mcpwm_ll.h mcpwm: fix the issue of wrong period 2020-04-01 10:59:00 +08:00
mpu_ll.h soc: mpu hal fixes 2020-04-07 11:38:26 +08:00
mwdt_ll.h WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
pcnt_ll.h soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
rmt_ll.h rmt: prefix caps name with SOC_ 2020-03-25 17:14:00 +08:00
rtc_io_ll.h rtcio: fix rtcio unhold function 2020-02-20 15:42:28 +08:00
rwdt_ll.h WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
sigmadelta_ll.h soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
soc_ll.h soc: create abstraction for cpu related operations 2020-02-27 07:14:19 +05:00
spi_flash_ll.h ci: solve public headers errors 2020-02-11 14:30:42 +05:00
spi_ll.h ci: solve public headers errors 2020-02-11 14:30:42 +05:00
timer_ll.h timer_group: update hal api && fix intr_enable 2020-04-23 19:29:15 +08:00
touch_sensor_hal.h Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
touch_sensor_ll.h Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
uart_ll.h freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00