1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 04:23:50 +01:00
Gunar Schorcht 89846f8cea boards/common/gd32v: cleanup default I2C and SPI config
This commit includes the following cleanups:
- The macros `I2C_DEV_1_USED` and `SPI_DEV_1_USED` are now used with the values 0 and 1. This allows to enable but also to disable the second interface even if the board definition enables it by default.
- The second I2C device `I2C_DEV(1)` and the second SPI device `SPI_DEV(1)` are now disabled by default.
- The second SPI device `SPI_DEV(1)` now uses PB5 as default CS signal instead of PA4 to keep PA4 free for ADC or DAC even if `SPI_DEV(1)` is used, for example for the TFT display.
2023-08-07 12:48:15 +02:00
..
2023-07-10 10:51:20 +00:00
2023-07-10 10:51:20 +00:00
2023-07-11 21:22:02 +02:00
2022-07-28 09:32:24 +02:00
2023-06-19 17:14:57 +02:00
2021-02-24 13:30:34 +01:00
2023-06-26 17:24:07 +02:00
2023-06-26 17:24:07 +02:00