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

11 lines
270 B
Makefile
Raw Normal View History

2020-06-10 13:11:32 +02:00
CPU_CORE = cortex-m23
# TODO: The cortex-m23 MPU is not ported
# FEATURES_PROVIDED += cortexm_mpu
2019-04-25 18:15:44 +02:00
FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_gpio_fast_read
FEATURES_PROVIDED += periph_uart_collision
2019-04-25 18:15:44 +02:00
include $(RIOTCPU)/sam0_common/Makefile.features