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

boards/nucleo-f413zh: change doc.txt to doc.md

This commit is contained in:
krzysztof-cabaj 2025-03-04 14:02:09 +01:00
parent f67055c3b2
commit 41b3d59dba

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_nucleo-f413zh STM32 Nucleo-F413ZH
@ingroup boards_common_nucleo144
@brief Support for the STM32 Nucleo-F413ZH
@ -24,5 +23,3 @@ make BOARD=nucleo-f413zh PROGRAMMER=cpy2remed flash
```
@note This PROGRAMMER requires ST-LINK firmware 2.37.26 or newer. Firmware updates
could be found on [this STM webpage](https://www.st.com/en/development-tools/stsw-link007.html).
*/