Update the FP sharing test project for use with the Cortex-M4. Change-Id: If04a191b26291058bd7002ce8a0939eda8a5eb48 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
CONFIG_FLOAT=y
|
|
CONFIG_FP_SHARING=y
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|