File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1- /**
21@defgroup boards_stm32f469i-disco STM32F469I-DISCO
32@ingroup boards
43@brief Support for the STM32F469I-DISCO board
@@ -73,7 +72,7 @@ This extension connector gives access to:
7372
7473Also provides some system signals and power.
7574
76- **Important!** note than some pins are shared between peripherals.
75+ ** Important!** note than some pins are shared between peripherals.
7776
7877## Buttons, LEDS and other devices
7978
@@ -116,6 +115,3 @@ make BOARD=stm32f469i-disco PROGRAMMER=cpy2remed flash
116115s
117116could be found on [ this STM webpage] (https://www.st.com/en/development-tools/sts
118117w-link007.html).
119-
120-
121- */
Original file line number Diff line number Diff line change 1- /**
2- * @defgroup boards_stm32l496g-disco STM32L496G-DISCO
3- * @ingroup boards
4- * @brief Support for the STM32L496G-DISCO board.
1+ @defgroup boards_stm32l496g-disco STM32L496G-DISCO
2+ @ingroup boards
3+ @brief Support for the STM32L496G-DISCO board.
54
65## Overview
76
@@ -164,4 +163,3 @@ For using the STM32L496G-DISCO board we recommend the usage of the
164163[ GNU Tools for ARM Embedded Processors] ( https://launchpad.net/gcc-arm-embedded )
165164toolchain.
166165
167- */
Original file line number Diff line number Diff line change @@ -927,6 +927,7 @@ INPUT_ENCODING = UTF-8
927927# *.ucf, *.qsf and *.ice.
928928
929929FILE_PATTERNS = *.txt \
930+ doc.md \
930931 *.h \
931932 *.h.in \
932933 *.hpp
You can’t perform that action at this time.
0 commit comments