mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
6 lines
130 B
Makefile
6 lines
130 B
Makefile
|
CPU = esp32
|
||
|
CPU_FAM = esp32c3
|
||
|
|
||
|
# additional features provided by all boards is at least one UART
|
||
|
FEATURES_PROVIDED += periph_uart
|