esp-idf/components/driver
Alex Lisitsyn 3abdd2207d freemodbus: fix long buffer failure
check master read write functions with array of registers)
fix master serial processing code and modbus controller to work with register array
modbus_master: add reading and writing of test value array (58 registers) to check failure is gone
remove parameter temporary buffer from modbus controller to allow more than 24 byte writes
driver: fix issue with TOUT feature
driver: fix uart_rx_timeout issue
driver: fix issue with rxfifo_tout_int_raw not triggered when received fifo_len = 120 byte and all bytes read out of fifo as result of rxfifo_full_int_raw
driver: add function uart_internal_set_always_rx_timeout() to always handle tout interrupt
examples: call uart_internal_set_always_rx_timeout() to handle tout interrupt correctly
examples: update examples to use tout feature
driver: reflect changes of uart_set_always_rx_timeout() function, change uart.c
driver: change conditions to trigger workaround for tout feature in uart.c
driver: change uart_set_always_rx_timeout()
freemodbus: fix tabs, remove commented code
driver: remove uart_ll_is_rx_idle()
2020-03-30 22:05:48 +08:00
..
esp32 Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
esp32s2 Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
include/driver freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
test Merge branch 'feature/spi_unit_test_slave_byte_length' into 'master' 2020-03-30 10:41:45 +08:00
CMakeLists.txt spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
Kconfig
adc.c
adc1_i2s_private.h
can.c
component.mk
dac.c
gpio.c
i2c.c Merge branch 'feature/esp32s2_i2c_driver' into 'master' 2020-03-26 10:20:40 +08:00
i2s.c bugfix(i2s): Updated ESP32-S2 ADC DAC support 2020-03-03 12:59:30 +08:00
ledc.c
mcpwm.c
pcnt.c driver: clean pcnt.h i2s.h 2020-03-02 19:31:29 +08:00
periph_ctrl.c
rmt.c rmt: prefix caps name with SOC_ 2020-03-25 17:14:00 +08:00
rtc_io.c
rtc_module.c
sdio_slave.c
sdkconfig.rename
sdmmc_host.c
sdmmc_private.h
sdmmc_transaction.c
sdspi_crc.c
sdspi_crc.h
sdspi_host.c
sdspi_private.h
sdspi_transaction.c
sigmadelta.c
spi_bus_lock.c spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
spi_common.c spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
spi_master.c spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
spi_slave.c spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
timer.c
touch_sensor_common.c
uart.c freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00