mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
777931bcdc
Both saml10-xpro and saml11-xpro expose PA02 on the pin header, so we can enable the DAC feature.
15 lines
424 B
Makefile
15 lines
424 B
Makefile
CPU = saml1x
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_adc
|
|
FEATURES_PROVIDED += periph_dac
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_rtc
|
|
FEATURES_PROVIDED += periph_rtt
|
|
FEATURES_PROVIDED += periph_spi
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
# Put other features on these boards (in alphabetical order)
|
|
FEATURES_PROVIDED += riotboot
|