mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Improved Kconfig help entry for ARMV7M_STACKCHECK.
This commit is contained in:
committed by
David Sidrane
parent
1472a913a9
commit
4f44961e0b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user