This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 1c6daddae285ddbd82197821879fa0f7fa577f49 Author: Ludovic Vanasse <[email protected]> AuthorDate: Sat Oct 12 14:14:19 2024 -0400 Fix headings mark --- Documentation/guides/armv7m_runtimestackcheck.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/guides/armv7m_runtimestackcheck.rst b/Documentation/guides/armv7m_runtimestackcheck.rst index 526005f1d0..097be204cb 100644 --- a/Documentation/guides/armv7m_runtimestackcheck.rst +++ b/Documentation/guides/armv7m_runtimestackcheck.rst @@ -1,3 +1,4 @@ +=============================== ARMv7-M Run Time Stack Checking =============================== @@ -6,7 +7,7 @@ ARMv7-M Run Time Stack Checking https://cwiki.apache.org/confluence/display/NUTTX/ARMv7-M+Run+Time+Stack+Checking Overview --------- +======== Nuttx supports facilities to verify the dynamically allocated stacks and fixed stacks used by the tasks and interrupt context running under Nuttx. There are 2
