1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/saml1x/Makefile.features
benpicco 5715f5776b
Merge pull request #14804 from bergzand/pr/sam0/gpio_iobus
sam0_common: Use Single-cycle I/O Port for GPIO when available
2020-09-10 23:45:43 +02:00

10 lines
227 B
Makefile

CPU_CORE = cortex-m23
# TODO: The cortex-m23 MPU is not ported
# FEATURES_PROVIDED += cortexm_mpu
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_gpio_fast_read
include $(RIOTCPU)/sam0_common/Makefile.features