Re: [PATCH] Documentation: add link to stm32mp157 docs
From: Jonathan Corbet <corbet@lwn.net>
Date: 2019-08-27 13:48:29
Also in:
linux-arm-kernel, lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2019-08-27 13:48:29
Also in:
linux-arm-kernel, lkml
On Tue, 27 Aug 2019 12:19:32 +0000 Gerald BAEZA [off-list ref] wrote:
Link to the online stm32mp157 documentation added in the overview. Signed-off-by: Gerald Baeza <redacted> --- Documentation/arm/stm32/stm32mp157-overview.rst | 6 ++++++ 1 file changed, 6 insertions(+)diff --git a/Documentation/arm/stm32/stm32mp157-overview.rst b/Documentation/arm/stm32/stm32mp157-overview.rst index f62fdc8..8d5a476 100644 --- a/Documentation/arm/stm32/stm32mp157-overview.rst +++ b/Documentation/arm/stm32/stm32mp157-overview.rst@@ -14,6 +14,12 @@ It features: - Standard connectivity, widely inherited from the STM32 MCU family - Comprehensive security support +Resources +--------- + +Datasheet and reference manual are publicly available on ST website: +.. _STM32MP157: https://www.st.com/en/microcontrollers-microprocessors/stm32mp157.html +
Adding the URL is a fine idea. But you don't need the extra syntax to create a link if you're not going to actually make a link out of it. So I'd take the ".. _STM32MP157:" part out and life will be good. Thanks, jon