mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
06d3616710
To support ESP32x SoC families with existing Makefiles, CPU_FAM has to be defined by board definition.
6 lines
128 B
Makefile
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
|