Improved Kconfig help entry for ARMV7M_STACKCHECK.

This commit is contained in:
Fotis Panagiotopoulos 2020-10-16 17:10:03 +03:00 committed by David Sidrane
parent 1472a913a9
commit 4f44961e0b

View file

@ -205,9 +205,9 @@ config ARMV7M_STACKCHECK
other architectures will be accepted.
This option requires that you are using a GCC toolchain and that
you also include -finstrument-functions in your CFLAGS when you
compile. This addition to your CFLAGS should probably be added
to the definition of the CFFLAGS in your board Make.defs file.
you also include -finstrument-functions and -ffixed-r10 in your
CFLAGS when you compile. This addition to your CFLAGS should probably
be added to the definition of the CFFLAGS in your board Make.defs file.
config ARMV7M_ITMSYSLOG
bool "ITM SYSLOG support"