1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00

4 Commits

Author SHA1 Message Date
krzysztof-cabaj
b912b981eb boards: move licenses to SPDX format for doc.md files 2025-08-07 15:40:47 +02:00
David Picard
7917f5f28e boards/seeedstudio-xiao-esp32c3: fix BTN0 conflict
Add a uard around macro BTN0_PIN definition to allow the user to redefine
it in order to use the SPI module.
Add a guard around SAUL parameters that use BTN0_PIN to avoid error when
it is redefined.
2025-05-19 13:56:53 +02:00
David Picard
4d6c9edf9b boards/seeedstudio-xiao-esp32c3: fix GPIO5 conflict
Remove GPIO5 from the PWM pin list because it is used by default
as SPI chip select pin.
2025-05-19 09:49:01 +02:00
David Picard
daf854b89a boards/seeedstudio-xiao-esp32c3: add support
Port the Seeed Studio Xiao ESP32C3 to RIOT.
2025-03-14 11:44:05 +01:00