Explicitly configures the number of task priorities for sample projects that require more than 16 priorities. (This ensures that the projects continue to work properly when the default value of NUM_TASK_PRIORITIES is reduced to 16 in an upcoming commit.) Change-Id: I03b9ae68a6b782c62c8799f44d17e659e7d6074e Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
CONFIG_NUM_TASK_PRIORITIES=64
|
|
|
|
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|