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:
parent
ff906b0bef
commit
b699bdef3b
@ -59,6 +59,10 @@ ifneq ($(CONFIG_ARCH_IDLE_CUSTOM),y)
|
|||||||
CMN_CSRCS += up_idle.c
|
CMN_CSRCS += up_idle.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_ARMV7M_STACKCHECK),y)
|
||||||
|
CMN_CSRCS += up_stackcheck.c
|
||||||
|
endif
|
||||||
|
|
||||||
# Configuration-dependent common files
|
# Configuration-dependent common files
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARMV7M_LAZYFPU),y)
|
ifeq ($(CONFIG_ARMV7M_LAZYFPU),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user