Merged in dagar/nuttx/pr-stm32f7_stackcheck-upstream (pull request #714)

stm32f7 add up_stackcheck.c

Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
Daniel Agar 2018-08-31 18:01:46 +00:00 committed by GregoryN
parent ff906b0bef
commit b699bdef3b

View File

@ -59,6 +59,10 @@ ifneq ($(CONFIG_ARCH_IDLE_CUSTOM),y)
CMN_CSRCS += up_idle.c
endif
ifeq ($(CONFIG_ARMV7M_STACKCHECK),y)
CMN_CSRCS += up_stackcheck.c
endif
# Configuration-dependent common files
ifeq ($(CONFIG_ARMV7M_LAZYFPU),y)