1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

boards/nucleo-f031k6: rename doc.txt -> doc.md

This commit is contained in:
krzysztof-cabaj 2025-07-02 22:55:19 +02:00
parent a77f59aa26
commit bceaee8541

View File

@ -1,7 +1,6 @@
/**
* @defgroup boards_nucleo-f031k6 STM32 Nucleo-F031K6
* @ingroup boards_common_nucleo32
* @brief Support for the STM32 Nucleo-F031K6
@defgroup boards_nucleo-f031k6 STM32 Nucleo-F031K6
@ingroup boards_common_nucleo32
@brief Support for the STM32 Nucleo-F031K6
## Overview
@ -25,4 +24,3 @@ make BOARD=nucleo-f031k6 PROGRAMMER=cpy2remed flash
@note This PROGRAMMER was tested using ST-LINK firmware 2.37.26. Firmware updates
can be found on [this STM webpage](https://www.st.com/en/development-tools/stsw-link007.html).
*/