This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
557418ace6
zephyr
/
drivers
/
i2c
History
Luis Ubieda
215cdb65df
drivers: i2c: rtio: Remove extra clear of RTIO_SQE_TRANSACTION
...
Already handled within `i2c_rtio_copy()`. Not needed. Signed-off-by: Luis Ubieda <luisf@croxel.com>
2024-05-10 14:41:34 -05:00
..
target
…
CMakeLists.txt
…
Kconfig
i2c: LPI2C selects HAS_I2C_RTIO
2024-05-04 13:23:22 +03:00
Kconfig.ambiq
…
Kconfig.andes_atciic100
…
Kconfig.b91
…
Kconfig.cc13xx_cc26xx
…
Kconfig.dw
drivers: i2c: fix leaking Kconfig option for dw driver
2024-04-26 19:48:11 +01:00
Kconfig.ene
…
Kconfig.esp32
…
Kconfig.gd32
…
Kconfig.gpio
…
Kconfig.i2c_emul
…
Kconfig.ifx_cat1
…
Kconfig.ifx_xmc4
…
Kconfig.it8xxx2
…
Kconfig.litex
…
Kconfig.lpc11u6x
…
Kconfig.mchp_mss
…
Kconfig.mcux
drivers: i2c: fix leaking Kconfig option for mcux driver
2024-04-26 19:48:11 +01:00
Kconfig.npcx
…
Kconfig.nrfx
…
Kconfig.numaker
…
Kconfig.rcar
…
Kconfig.sam0
…
Kconfig.sam_twihs
i2c: sam twihs driver supports rtio
2024-05-04 13:23:22 +03:00
Kconfig.sbcon
…
Kconfig.sc18im704
…
Kconfig.sedi
…
Kconfig.sifive
…
Kconfig.smartbond
…
Kconfig.stm32
…
Kconfig.tca954x
…
Kconfig.test
…
Kconfig.xec
…
Kconfig.xilinx_axi
…
gpio_i2c_switch.c
…
i2c-priv.h
…
i2c_ambiq.c
…
i2c_andes_atciic100.c
…
i2c_andes_atciic100.h
…
i2c_b91.c
…
i2c_bitbang.c
…
i2c_bitbang.h
…
i2c_cc13xx_cc26xx.c
…
i2c_cc32xx.c
…
i2c_common.c
…
i2c_dw.c
drivers: Fixes Controller Mode for I2C DW Driver
2024-05-08 09:30:45 -04:00
i2c_dw.h
…
i2c_dw_registers.h
…
i2c_emul.c
…
i2c_ene_kb1200.c
…
i2c_esp32.c
…
i2c_gd32.c
…
i2c_gecko.c
drivers: i2c: i2c_gecko: Refactor driver to use pinctrl api
2024-04-25 18:07:48 -04:00
i2c_gpio.c
…
i2c_handlers.c
…
i2c_ifx_cat1.c
…
i2c_ifx_xmc4.c
…
i2c_imx.c
…
i2c_ite_enhance.c
…
i2c_ite_it8xxx2.c
…
i2c_litex.c
…
i2c_ll_stm32.c
…
i2c_ll_stm32.h
…
i2c_ll_stm32_v1.c
drivers: i2c: i2c_ll_stm32_v1
2024-05-03 07:53:31 -04:00
i2c_ll_stm32_v2.c
…
i2c_lpc11u6x.c
…
i2c_lpc11u6x.h
…
i2c_mchp_mss.c
…
i2c_mchp_xec.c
…
i2c_mchp_xec_v2.c
…
i2c_mcux.c
…
i2c_mcux_flexcomm.c
i2c: i2c_mcux_flexcomm: add multi target support
2024-04-26 19:47:19 +01:00
i2c_mcux_lpi2c.c
…
i2c_mcux_lpi2c_rtio.c
…
i2c_nios2.c
…
i2c_npcx_controller.c
…
i2c_npcx_controller.h
…
i2c_npcx_port.c
…
i2c_nrfx_twi.c
…
i2c_nrfx_twim.c
…
i2c_numaker.c
…
i2c_rcar.c
…
i2c_rtio.c
drivers: i2c: rtio: Remove extra clear of RTIO_SQE_TRANSACTION
2024-05-10 14:41:34 -05:00
i2c_rv32m1_lpi2c.c
…
i2c_sam0.c
…
i2c_sam4l_twim.c
…
i2c_sam_twi.c
…
i2c_sam_twihs.c
…
i2c_sam_twihs_rtio.c
…
i2c_sbcon.c
…
i2c_sc18im704.c
…
i2c_sc18im704.h
…
i2c_sedi.c
…
i2c_shell.c
drivers: i2c_shell: Add direct_read sub command
2024-05-08 09:29:58 -04:00
i2c_sifive.c
…
i2c_smartbond.c
…
i2c_tca954x.c
…
i2c_test.c
…
i2c_xilinx_axi.c
i2c: i2c_xilinx_axi: Fix for target mode interrupt handling
2024-04-29 07:11:16 +03:00
i2c_xilinx_axi.h
…