Marian Buschsieweke 8bc666d0dd
boards: New board stm32mindev
Added support for the STM32 Minimum System Development Board, which is
identical to the Blue Pill except for the GPIO pin wired to the on-board LED.
2018-06-04 08:52:26 +02:00

6 lines
90 B
Makefile

MODULE = board
DIRS = $(RIOTBOARD)/common/stm32f103c8
include $(RIOTBASE)/Makefile.base