1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

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

This commit is contained in:
krzysztof-cabaj 2025-07-08 14:48:44 +02:00
parent 1f8f00c552
commit 63e930a20c

View File

@ -1,7 +1,6 @@
/**
* @defgroup boards_nucleo-f042k6 STM32 Nucleo-F042K6
* @ingroup boards_common_nucleo32
* @brief Support for the STM32 Nucleo-F042K6
@defgroup boards_nucleo-f042k6 STM32 Nucleo-F042K6
@ingroup boards_common_nucleo32
@brief Support for the STM32 Nucleo-F042K6
## Overview
@ -47,5 +46,3 @@ make BOARD=nucleo-f042k6 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).
*/