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

boards/nucleo-l4: rename doc.txt to doc.md

This commit is contained in:
krzysztof-cabaj 2025-03-24 08:28:54 +01:00
parent 55b1c5f1d6
commit adf65f1920
2 changed files with 3 additions and 9 deletions

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_nucleo-l496zg STM32 Nucleo-L496ZG
@ingroup boards_common_nucleo144
@brief Support for the STM32 Nucleo-l496zg
@ -46,5 +45,3 @@ make BOARD=nucleo-l496zg 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,7 +1,6 @@
/**
* @defgroup boards_nucleo144-l4r5 STM32 Nucleo-L4R5ZI
* @ingroup boards_common_nucleo144
* @brief Support for the STM32 Nucleo-L4R5ZI
@defgroup boards_nucleo144-l4r5 STM32 Nucleo-L4R5ZI
@ingroup boards_common_nucleo144
@brief Support for the STM32 Nucleo-L4R5ZI
## Overview
@ -78,5 +77,3 @@ The default baud rate is 115 200.
Use the `term` target to open a terminal:
make BOARD=nucleo-l4r5zi -C examples/basic/hello-world term
*/