1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #14375 from gschorcht/cpu/esp/add_feature_arch_esp

cpu/esp: add feature arch_esp for all Espressif SoCs
This commit is contained in:
benpicco 2020-06-27 15:24:05 +02:00 committed by GitHub
commit 9c99b2235f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
# MCU defined features that are provided independent on board definitions
FEATURES_PROVIDED += arch_32bit
FEATURES_PROVIDED += arch_esp
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_hwrng