1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 03:32:49 +01:00
RIOT/boards/common/gd32v/include
Gunar Schorcht 0c337583b4 boards/common/gd32v: flexible default I2C configuration
The default I2C device configuration allows to define up to two I2C devices `I2C_DEV(0)` and `I2C_DEV(1)`. `I2C_DEV(0)` is always defined if the I2C peripheral is enabled by the module `periph_spi`. The second I2C device `I2C_DEV(1)` is only defined if `I2C_DEV_1_USED` is defined by the board. This allows to use the default configuration with one or two I2C devices depending on whether other peripherals are enabled that would collide with the I2C devices.
2023-02-06 07:57:13 +01:00
..
board_common.h
cfg_i2c_default.h boards/common/gd32v: flexible default I2C configuration 2023-02-06 07:57:13 +01:00
cfg_spi_default.h boards/common/gd32v: add default SPI configuration 2023-02-01 02:37:54 +01:00
cfg_timer_default.h boards/common/gd32v: change default timer configuration 2023-01-28 18:16:17 +01:00
cfg_uart_default.h
periph_common_conf.h cpu/gd32v: move board dependent RTT configs to board config 2023-01-29 18:51:59 +01:00