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

boards: rename doc.txt -> doc.md for STM32 B series boards

This commit is contained in:
krzysztof-cabaj 2025-07-21 09:40:04 +02:00
parent 254dbfa87d
commit 928d8ba93a
3 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,3 @@
/**
@defgroup boards_b-l072z-lrwan1 ST B-L072Z-LRWAN1 LoRa discovery @defgroup boards_b-l072z-lrwan1 ST B-L072Z-LRWAN1 LoRa discovery
@ingroup boards @ingroup boards
@brief Support for the ST B-L072Z-LRWAN1 board @brief Support for the ST B-L072Z-LRWAN1 board
*/

View File

@ -1,5 +1,3 @@
/**
@defgroup boards_b-l475e-iot01a ST B-L475E-IOT01A @defgroup boards_b-l475e-iot01a ST B-L475E-IOT01A
@ingroup boards @ingroup boards
@brief Support for the ST B-L475E-IOT01A board @brief Support for the ST B-L475E-IOT01A board
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_b-u585i-iot02a STM32 B-U585I-IOT02A @defgroup boards_b-u585i-iot02a STM32 B-U585I-IOT02A
@ingroup boards @ingroup boards
@brief Support for the STM32 B-U585I-IOT02A @brief Support for the STM32 B-U585I-IOT02A
@ -39,5 +38,3 @@ toolchain.
**Important notice:** With GCC 10, the `tests/sys/malloc` application doesn't work. **Important notice:** With GCC 10, the `tests/sys/malloc` application doesn't work.
To use malloc, prefer GCC 9 which seems to work better. To use malloc, prefer GCC 9 which seems to work better.
*/