zephyr/drivers/i2c
Neil Armstrong 59d33b5f27 i2c: stm32_ll: add support for STM32F0 with combined irq
The STM32F0 has only a single IRQ line, add a combined IRQ handler.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2017-12-12 12:36:08 -06:00
..
CMakeLists.txt drivers: i2c: rename twihs_sam to i2c_sam_twihs 2017-11-15 11:13:08 -06:00
i2c_atmel_sam3.c
i2c_bitbang.c
i2c_bitbang.h
i2c_dw_registers.h i2c/i2c_dw: correct the bitfield for ic_tar and ic_sar 2017-10-28 07:22:28 -04:00
i2c_dw.c i2c/i2c_dw: configure ic_tar based on ic_10bitaddr_master 2017-10-28 07:22:28 -04:00
i2c_dw.h
i2c_esp32.c
i2c_gpio.c drivers: i2c_gpio: Use quoted #include directive for i2c_bitbang 2017-11-22 18:49:17 -05:00
i2c_handlers.c drivers: i2c: add system call handlers 2017-10-30 13:20:19 -07:00
i2c_ll_stm32_v1.c drivers: i2c_ll_stm32: Use I2C API flags 2017-11-15 09:09:58 -06:00
i2c_ll_stm32_v2.c i2c: stm32_ll: add support for STM32F0 with combined irq 2017-12-12 12:36:08 -06:00
i2c_ll_stm32.c i2c: stm32_ll: add support for STM32F0 with combined irq 2017-12-12 12:36:08 -06:00
i2c_ll_stm32.h i2c: stm32_ll: add support for STM32F0 with combined irq 2017-12-12 12:36:08 -06:00
i2c_mcux.c
i2c_nrf5.c
i2c_qmsi_ss.c
i2c_qmsi.c
i2c_sam_twi.c
i2c_sam_twihs.c drivers: i2c: Add DTS support for i2c_sam_twihs driver 2017-11-15 11:13:08 -06:00
i2c_sbcon.c
i2c-priv.h
Kconfig i2c: stm32_ll: add support for STM32F0 with combined irq 2017-12-12 12:36:08 -06:00
Kconfig.esp32
Kconfig.gpio
Kconfig.sbcon