zephyr/samples/drivers
Erwan Gouriou bddb343b09 stm32: Remove redundant I2C variant Kconfig symbols definitions
I2C_STM32_V1 and I2C_STM32_V2 are Kconfig symbols used to
select STM32 I2C driver variant based on I2C IP available on a
given STM32 SoC.
Being SoC dependent, they are automatically selected in soc/
if CONFIG_I2C is set. Then there is no need to define them at board
level, nor for a specific application like this is done in
some sample or test applications. Remove these definitions when
this is the case.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-05-24 22:29:51 -04:00
..
CAN drivers: can: Extend can_send with void *arg and pass it to the isr cb 2019-05-12 16:54:49 -04:00
counter/alarm license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
crypto license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
current_sensing license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
entropy license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
flash_shell license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
gpio license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ht16k33 samples: drivers: ht16k33: add sample application for the HT16K33 2019-05-07 22:33:06 -04:00
i2c_fujitsu_fram license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
i2c_scanner license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
lcd_hd44780 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_apa102 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_apa102c_bitbang license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_lp3943 stm32: Remove redundant I2C variant Kconfig symbols definitions 2019-05-24 22:29:51 -04:00
led_lp5562 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_lpd8806 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
led_pca9633 stm32: Remove redundant I2C variant Kconfig symbols definitions 2019-05-24 22:29:51 -04:00
led_ws2812 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
random license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
rtc license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
soc_flash_nrf samples/drivers/soc_flash_nrf: enable nrf9160_pca10090 targets 2019-04-19 11:50:46 +02:00
spi_flash license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
spi_fujitsu_fram license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
watchdog samples/drivers/watchdog: make it work on STM32 2019-05-12 15:13:21 -04:00
drivers.rst samples: fix alarm sample doc and inclusion 2019-02-07 16:14:00 -05:00