mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
It makes no sense to have a separate `esp_ble_$(CPU_FAM)` feature for each ESP32x variant. The ESP32x has either a BLE controller or not. Therefore, a single common `esp_ble` feature is sufficient.
4 lines
112 B
Makefile
4 lines
112 B
Makefile
# This package can only be used with the ESP32 CPU
|
|
FEATURES_REQUIRED += arch_esp32
|
|
FEATURES_REQUIRED += esp_ble
|