1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
Gunar Schorcht c5baceb4b0 boards/esp32-wrover-kit: fix definition of LED2_PIN
- GPIO2 (LED1_PIN) is used as SPI signal, not only if `sdcard_spi` is enabled. herefore, it must not be defined as LED pin if `periph_spi` is used.
- GIO4 (LED2_PIN) is used by the SDMMC Host Controller as SD Card DAT1 signal and must not be defined as LED pin in that case.
2025-05-19 17:04:26 +02:00
..
2024-08-02 09:55:24 +02:00
2025-03-20 16:10:09 +01:00
2025-03-20 16:10:09 +01:00
2025-02-21 09:55:24 +01:00
2025-03-20 16:10:09 +01:00
2025-03-20 16:10:09 +01:00
2025-02-28 18:37:03 +01:00
2025-02-28 18:37:03 +01:00
2025-03-20 16:10:09 +01:00
2020-07-16 15:35:25 +02:00

Platform configurations for RIOT-OS

This directory contains existing configuration and initialization files for platforms supported by RIOT-OS.