OVMS3-idf/components/driver/include/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
..
adc.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
adc2_wifi_internal.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
can.h can: Refactor CAN to use HAL and LowLevel layers 2020-01-09 16:13:51 +08:00
dac.h dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
gpio.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
i2c.h I2C: i2c.h/i2c.c applied new code formatting 2020-02-26 15:12:03 +08:00
i2s.h bugfix(i2s): Updated ESP32-S2 ADC DAC support 2020-03-03 12:59:30 +08:00
ledc.h Bugfix(LEDC): Add missing ledc_set_pin declaration in led.h 2020-02-19 16:02:33 +08:00
mcpwm.h driver, soc: update multichip support headers 2020-01-06 17:13:54 +08:00
pcnt.h driver: clean pcnt.h i2s.h 2020-03-02 19:31:29 +08:00
periph_ctrl.h all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rmt.h rmt: prefix caps name with SOC_ 2020-03-25 17:14:00 +08:00
rtc_cntl.h Add missing extern "C" to rtc_cntl.h 2019-12-21 12:12:54 +11:00
rtc_io.h rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
sdio_slave.h freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
sdmmc_defs.h sdmmc_io: support to print CIS information 2019-07-29 10:41:17 +08:00
sdmmc_host.h driver, soc: update multichip support headers 2020-01-06 17:13:54 +08:00
sdmmc_types.h sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
sdspi_host.h sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
sigmadelta.h drivers: fixed c++ guards in driver public headers 2020-01-10 09:44:39 +01:00
spi_common.h spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
spi_common_internal.h spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
spi_master.h spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
spi_slave.h spi_slave: add valid check for DMA buffers 2018-11-26 03:49:26 +00:00
timer.h docs: Resolve doxygen & Sphinx warnings 2020-02-07 16:37:45 +11:00
touch_pad.h Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
touch_sensor_common.h Driver(touch): fix touch sensor driver for esp32s2. 2020-03-25 22:45:57 +08:00
uart.h freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
uart_select.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00