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

boards/nucleo32: change to doc.md format

This commit is contained in:
crasbe 2025-03-30 01:01:14 +01:00 committed by krzysztof-cabaj
parent 8f52419f68
commit 761c968ee5
3 changed files with 0 additions and 9 deletions

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_nucleo-f303k8 STM32 Nucleo-F303K8
@ingroup boards_common_nucleo32
@brief Support for the STM32 Nucleo-F303K8
@ -82,4 +81,3 @@ make BOARD=nucleo-f303k8 PROGRAMMER=cpy2remed flash
For using the ST Nucleo-F303K8 board we strongly recommend the usage of the
[GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)
toolchain.
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_nucleo-l011k4 STM32 Nucleo-L011K4
@ingroup boards_common_nucleo32
@brief Support for the STM32 Nucleo-L011K4
@ -20,5 +19,3 @@ make BOARD=nucleo-l011k4 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).
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_nucleo-l031k6 STM32 Nucleo-L031K6
@ingroup boards_common_nucleo32
@brief Support for the STM32 Nucleo-L031K6
@ -21,6 +20,3 @@ make BOARD=nucleo-l031k6 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).
*/