Donny9 commented on code in PR #6665:
URL: https://github.com/apache/incubator-nuttx/pull/6665#discussion_r928639906


##########
arch/arm/src/common/arm_assert.c:
##########
@@ -335,7 +337,7 @@ static int assert_tracecallback(struct usbtrace_s *trace, 
void *arg)
  * Name: arm_dump_stack
  ****************************************************************************/
 
-static void arm_dump_stack(const char *tag, uint32_t sp,
+static void arm_dump_stack(const char *tag, uint32_t sp, ssize_t remain,

Review Comment:
   Done!



##########
arch/arm/src/common/arm_assert.c:
##########
@@ -411,6 +425,11 @@ static void arm_dumpstate(void)
   /* Dump the user stack */
 
   arm_dump_stack("User", sp,
+#ifdef CONFIG_STACK_COLORATION
+                 up_check_stack_remain(),

Review Comment:
   Done! patch 2



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to