Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions boards/stm32f030f4-demo/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
INCLUDES += -I$(RIOTBOARD)/common/stm32/include

include $(RIOTBASE)/makefiles/utils/ansi.mk
include $(RIOTBASE)/makefiles/color.inc.mk

MSG="Warning: This board is deprecated and the support for it will be removed"\
"after the 2026.07 Release."
$(shell $(COLOR_ECHO) "$(COLOR_YELLOW)$(MSG)$(COLOR_RESET)" 1>&2)

# Setup of programmer and serial is shared between STM32 based boards
include $(RIOTMAKE)/boards/stm32.inc.mk
3 changes: 3 additions & 0 deletions boards/stm32f030f4-demo/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

The STM32F030F4 Demo Board is a very cheap breakout board for the STM32F030F4 MCU.

\warning This board is deprecated and the support for it will be removed
after the 2026.07 Release!

## Hardware

![STM32F030F4 Demo Board](https://user-images.githubusercontent.com/20950920/48240567-e985c080-e3db-11e8-8775-68a216485b59.jpg)
Expand Down
Loading