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
2021-12-08 17:35:00 +01:00

11 lines
270 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
FEATURES_PROVIDED += periph_uart_collision
include $(RIOTCPU)/sam0_common/Makefile.features