mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:12:44 +01:00
9 lines
228 B
Makefile
9 lines
228 B
Makefile
|
CPU = stm32
|
||
|
CPU_MODEL = stm32g031j6
|
||
|
|
||
|
# Put defined MCU peripherals here (in alphabetical order)
|
||
|
FEATURES_PROVIDED += periph_gpio
|
||
|
FEATURES_PROVIDED += periph_rtt
|
||
|
FEATURES_PROVIDED += periph_timer
|
||
|
FEATURES_PROVIDED += periph_uart
|