krzysztof-cabaj
32f1562643
boards: move licenses to SPDX for boards which name's start with s
2025-08-20 13:36:40 +02:00
krzysztof-cabaj
b912b981eb
boards: move licenses to SPDX format for doc.md files
2025-08-07 15:40:47 +02:00
KSKNico
0dba4a888d
boards: replace header guards with #pragma once
2025-05-23 11:41:02 +02:00
David Picard
12cc73712e
boards/seeedstudio-xiao-esp32c3: fix Arduino pins
2025-05-19 14:55:06 +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