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:
parent
fd67f1402f
commit
06d3616710
@ -1,4 +1,5 @@
|
||||
CPU = esp32
|
||||
CPU_FAM = esp32
|
||||
|
||||
# additional features provided by all boards is at least one UART
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
|
@ -1,5 +1,3 @@
|
||||
CPU_FAM = esp32
|
||||
|
||||
# MCU defined features that are provided independent on board definitions
|
||||
|
||||
include $(RIOTCPU)/esp_common/Makefile.features
|
||||
|
Loading…
Reference in New Issue
Block a user