1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 10:12:45 +01:00
RIOT/boards/common/esp32/Makefile.features
Gunar Schorcht 06d3616710 cpu/esp32: move CPU_FAM definition to board definition
To support ESP32x SoC families with existing Makefiles, CPU_FAM has to be defined by board definition.
2022-07-18 13:05:21 +02:00

6 lines
128 B
Makefile

CPU = esp32
CPU_FAM = esp32
# additional features provided by all boards is at least one UART
FEATURES_PROVIDED += periph_uart