zephyr/drivers/i2c
Oleg Zhurakivskyy 8739517107 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()
Replace all occurences of BUILD_ASSERT_MSG() with BUILD_ASSERT()
as a result of merging BUILD_ASSERT() and BUILD_ASSERT_MSG().

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2020-03-19 15:47:53 +01:00
..
slave drivers: i2c_slave: eeprom: fixes incorrect declaration 2020-02-05 18:46:35 -05:00
CMakeLists.txt
i2c_bitbang.c
i2c_bitbang.h
i2c_cc13xx_cc26xx.c
i2c_cc32xx.c
i2c_dw_port_x.h global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-19 15:47:53 +01:00
i2c_dw_registers.h
i2c_dw.c
i2c_dw.h global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-19 15:47:53 +01:00
i2c_esp32.c
i2c_gecko.c
i2c_gpio.c
i2c_handlers.c
i2c_imx.c
i2c_litex.c
i2c_ll_stm32_v1.c
i2c_ll_stm32_v2.c
i2c_ll_stm32.c
i2c_ll_stm32.h
i2c_mchp_xec.c
i2c_mcux_lpi2c.c
i2c_mcux.c
i2c_nios2.c drivers: i2c: nios2: convert to DT_INST defines 2020-03-11 07:59:38 -06:00
i2c_nrfx_twi.c global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-19 15:47:53 +01:00
i2c_nrfx_twim.c global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-19 15:47:53 +01:00
i2c_rv32m1_lpi2c.c
i2c_sam_twi.c
i2c_sam_twihs.c
i2c_sam0.c drivers: i2c: i2c_sam0: Fix interrupt connection 2020-03-10 14:50:19 +02:00
i2c_sbcon.c
i2c_shell.c
i2c_sifive.c
i2c-priv.h
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.dw kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.esp32
Kconfig.gpio
Kconfig.litex
Kconfig.nrfx kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.sam0 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.sbcon
Kconfig.sifive
Kconfig.stm32 drivers: i2c: stm32: add support for H7 series 2020-03-18 15:48:48 -05:00
Kconfig.xec