From 36ec3fd38e0150d31f338aacab3fe914f716936a Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 13 Dec 2019 18:05:08 -0500 Subject: [PATCH] docs --- firmware/controllers/global_shared.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/controllers/global_shared.h b/firmware/controllers/global_shared.h index 9ea08fa6ac..91ba1adb65 100644 --- a/firmware/controllers/global_shared.h +++ b/firmware/controllers/global_shared.h @@ -18,6 +18,8 @@ * interrupt occurred. The only thing that happens on that thread's stack is that its registers are * pushed (by hardware) when an interrupt occurs, just before swapping the stack pointer out for the * main stack (currently 0x400=1024 bytes), where the ISR actually runs. + * see also __main_stack_size__ + * see also __process_stack_size__ * * see also http://www.chibios.org/dokuwiki/doku.php?id=chibios:kb:stacks *