1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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.
This commit is contained in:
Gunar Schorcht 2022-07-18 08:23:31 +02:00
parent fd67f1402f
commit 06d3616710
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
CPU = esp32
CPU_FAM = esp32
# additional features provided by all boards is at least one UART
FEATURES_PROVIDED += periph_uart

View File

@ -1,5 +1,3 @@
CPU_FAM = esp32
# MCU defined features that are provided independent on board definitions
include $(RIOTCPU)/esp_common/Makefile.features