Skip to content

Commit d7853ee

Browse files
boards/stm32Discovery: rename doc.txt -> doc.md
1 parent 103ab62 commit d7853ee

File tree

18 files changed

+74
-92
lines changed

18 files changed

+74
-92
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/**
21
@defgroup boards_stm32f030f4-demo STM32F030F4 Demo Board
32
@ingroup boards
43
@brief Support for the STM32F030F4 Demo Board
@@ -50,5 +49,3 @@ and debug via GDB by simply typing
5049
```
5150
make BOARD=stm32f030f4-demo debug
5251
```
53-
54-
*/

boards/stm32f0discovery/doc.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@defgroup boards_stm32f0discovery STM32F0Discovery
2+
@ingroup boards
3+
@brief Support for the STM32F0Discovery board
4+
5+
## Overview
6+
7+
The STM32F0Discovery is a board from ST's Discovery family supporting
8+
ARM Cortex-M0 STM32F051 microcontroller with 8KiB of RAM and 64KiB of Flash.

boards/stm32f0discovery/doc.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/**
21
@defgroup boards_stm32f3discovery STM32F3Discovery
32
@ingroup boards
43
@brief Support for the STM32F3Discovery board
@@ -158,4 +157,3 @@ toolchain.
158157
- **PA10** is connected with **TX** on the UART converter
159158
- **PA9** is connected with **RX** on the UART converter
160159
2. done
161-
*/

boards/stm32f429i-disc1/doc.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@defgroup boards_stm32f429i-disc1 STM32F429I-DISC1
2+
@ingroup boards
3+
@brief Support for the STM32F429I-DISC1 board
4+
5+
## Overview
6+
7+
The STM32F429I-DISC1 is a board from ST's Discovery family supporting ARM
8+
Cortex-M4 STM32F429ZI microcontroller with 256KiB of RAM and 2MiB of Flash.
9+
10+
This board is a replacement for older STM32F429I-DISCO board.

boards/stm32f429i-disc1/doc.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
/**
2-
* @defgroup boards_stm32f429i-disco STM32F429I-DISCO
3-
* @ingroup boards
4-
* @brief Support for the STM32F429I-DISCO board
5-
*/
1+
@defgroup boards_stm32f429i-disco STM32F429I-DISCO
2+
@ingroup boards
3+
@brief Support for the STM32F429I-DISCO board
64

75
### General information
86

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/**
21
@defgroup boards_stm32f4discovery STM32F4Discovery
32
@ingroup boards
43
@brief Support for the STM32F4Discovery board
@@ -260,5 +259,4 @@ is a good value to start with.
260259
### macOS & make term
261260
If you want the terminal to work using `make term` command and get a message
262261
about missing tty device install the driver from
263-
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers .
264-
*/
262+
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers .
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/**
21
@defgroup boards_stm32f723e-disco STM32F723E-DISCO board
32
@ingroup boards
43
@brief Support for the STM32F723E-DISCO board
@@ -34,4 +33,3 @@ By default, the USB OTG FS port is used. To use the USB OTG HS port with the
3433
internal UTMI+ HS PHY, enable the module `periph_usbdev_hs_utmi`:
3534

3635
make BOARD=stm32f723e-disco USEMODULE=periph_usbdev_hs_utmi -C examples/advanced/usbus_minimal
37-
*/
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/**
2-
* @defgroup boards_stm32f746g-disco STM32F746G-DISCO
3-
* @ingroup boards
4-
* @brief Support for the STM32F746G-DISCO board.
1+
@defgroup boards_stm32f746g-disco STM32F746G-DISCO
2+
@ingroup boards
3+
@brief Support for the STM32F746G-DISCO board.
54

65
## Overview
76

@@ -54,5 +53,3 @@ make BOARD=stm32f746g-disco debug
5453
For using the STM32F746G-DISCO board we recommend the usage of the
5554
[GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)
5655
toolchain.
57-
58-
*/

0 commit comments

Comments
 (0)