Skip to content

Commit

Permalink
[BACKPORT] Merged in dagar/nuttx/pr-stm32f7_stackcheck-upstream (pull…
Browse files Browse the repository at this point in the history
… request #714)

stm32f7 add up_stackcheck.c

Approved-by: GregoryN <gnutt@nuttx.org>
  • Loading branch information
dagar committed Aug 31, 2018
1 parent bf8cce8 commit e3b5b66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/src/stm32f7/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ CMN_CSRCS += up_releasestack.c up_reprioritizertr.c up_schedulesigaction.c
CMN_CSRCS += up_sigdeliver.c up_stackframe.c up_systemreset.c up_unblocktask.c up_usestack.c
CMN_CSRCS += up_doirq.c up_hardfault.c up_svcall.c up_vfork.c

ifeq ($(CONFIG_ARMV7M_STACKCHECK),y)
CMN_CSRCS += up_stackcheck.c
endif

# Configuration-dependent common files

ifeq ($(CONFIG_ARMV7M_CMNVECTOR),y)
Expand Down

0 comments on commit e3b5b66

Please sign in to comment.