You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/31 06:09:18 UTC

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5918: stm32f7: stm32f7 support backtrace.

no1wudi commented on a change in pull request #5918:
URL: https://github.com/apache/incubator-nuttx/pull/5918#discussion_r839215660



##########
File path: arch/arm/src/stm32f7/Make.defs
##########
@@ -36,6 +36,10 @@ CMN_CSRCS += arm_svcall.c arm_systemreset.c arm_trigger_irq.c arm_unblocktask.c
 CMN_CSRCS += arm_udelay.c arm_usestack.c arm_vfork.c arm_switchcontext.c arm_puts.c
 CMN_CSRCS += arm_tcbinfo.c
 
+ifeq ($(CONFIG_SCHED_BACKTRACE),y)
+CMN_CSRCS += arm_backtrace_thumb.c

Review comment:
       Consider add it to all other thumb based chips.




-- 
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-unsubscribe@nuttx.apache.org

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