Commit 394cc5e4 authored by Aurelio Colosimo's avatar Aurelio Colosimo

ppsi: STACKSIZE set to 3.5k as default in Kconfig

This patch is necessary for calibration.
Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 48d220ab
......@@ -10,13 +10,6 @@ config RAMSIZE
more features you may want to adjust the FPGA size and
choose your preferred value here.
config STACKSIZE
int "Size of the stack area needed by this program"
default 2048
help
The linker complains if the code doesn't fit into RAM, but
we must also consider the stack, or the program will crash
badly at run time.
choice
prompt "Choose your preferred ptp engine"
default PTP_NOPOSIX
......@@ -45,6 +38,15 @@ config PPSI_VERBOSITY
default 0
range 0 2
config STACKSIZE
int "Size of the stack area needed by this program"
default 3584 if PPSI
default 2048
help
The linker complains if the code doesn't fit into RAM, but
we must also consider the stack, or the program will crash
badly at run time.
config MPRINTF
boolean "Use the old mprintf implementation for printf"
depends on !PPSI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment