OVMS3-idf/components/driver
Jakob Hasse d230d44e2d I2C: const correctness, checking SDA/SCL GPIOs
* const correctness in i2c_slave_write_buffer()
* i2c_set_pin() additionally checks whether
  SDA and SCL pins are the same number
2020-02-24 14:30:28 +08:00
..
esp32 Refactor the touch sensor driver 2019-11-27 20:08:44 +08:00
esp32s2 docs: Resolve doxygen & Sphinx warnings 2020-02-07 16:37:45 +11:00
include/driver I2C: const correctness, checking SDA/SCL GPIOs 2020-02-24 14:30:28 +08:00
test I2C: const correctness, checking SDA/SCL GPIOs 2020-02-24 14:30:28 +08:00
adc.c refactor the adc driver 2019-11-22 15:42:16 +08:00
adc1_i2s_private.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
can.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
CMakeLists.txt esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
component.mk global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
dac.c dac: refactor driver add hal 2019-11-22 11:44:46 +08:00
gpio.c bugfix(gpio):fix esp32 s2 rtc io issue 2019-11-27 17:18:20 +08:00
i2c.c I2C: const correctness, checking SDA/SCL GPIOs 2020-02-24 14:30:28 +08:00
i2s.c i2s: fix regression in retrieval of chip revision causing apll test to fail 2019-11-22 11:46:38 +05:30
Kconfig Docs: Omit kconfig configurations not available for the target 2020-01-30 10:30:06 +01:00
ledc.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
mcpwm.c mcpwm: add HAL layer support 2019-11-25 00:36:30 +08:00
pcnt.c refactor(pcnt): add hal pcnt driver 2019-11-18 14:35:46 +08:00
periph_ctrl.c Merge branch 'fix/spi_on_esp32s2' into 'master' 2020-02-09 19:45:16 +08:00
rmt.c driver(rmt): Fix the rmt err interrupt crash bug when sending 63 items 2020-01-13 08:30:20 +00:00
rtc_io.c rtcio: add hal for driver 2019-11-21 10:40:49 +08:00
rtc_module.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
sdio_slave.c sdio_slave: support HAL layer 2019-12-13 18:33:15 +08:00
sdkconfig.rename Rename Kconfig options (components/driver) 2019-05-21 09:09:01 +02:00
sdmmc_host.c driver: fix gpio pin_bit_mask truncation in sdspi_host and others 2019-11-18 13:42:22 +01:00
sdmmc_private.h tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdmmc_transaction.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
sdspi_crc.c sdspi: support crc16_be for esp32s2 2020-02-12 15:15:46 +08:00
sdspi_crc.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_host.c sdspi: use polling transactions to increase reading speed. 2020-02-12 15:16:19 +08:00
sdspi_private.h sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
sdspi_transaction.c driver: remove unused drivers for esp32s2beta 2019-09-04 10:53:25 +10:00
sigmadelta.c refactor(sigmadelta): add hal sigmadelta driver 2019-11-21 11:53:07 +08:00
spi_common.c spi: support esp32s2 2020-01-26 17:24:12 +08:00
spi_master.c spi: support esp32s2 2020-01-26 17:24:12 +08:00
spi_slave.c spi: support esp32s2 2020-01-26 17:24:12 +08:00
timer.c bugfix(timer): add a macro to control making the XTAL related functions 2019-11-26 12:39:46 +00:00
touch_sensor_common.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
uart.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00