1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/pyboard/Makefile.features

15 lines
423 B
Makefile
Raw Normal View History

CPU = stm32
CPU_MODEL = stm32f405rg
2019-02-27 17:44:24 +01:00
# Put defined MCU peripherals here (in alphabetical order)
2020-05-15 23:10:41 +02:00
FEATURES_PROVIDED += periph_dma
2019-02-27 17:44:24 +01:00
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
2019-10-24 16:57:11 +02:00
FEATURES_PROVIDED += periph_usbdev
# Put other features for this board (in alphabetical order)
FEATURES_PROVIDED += tinyusb_device