KiCad PCB EDA Suite
Loading...
Searching...
No Matches
AC_STACK Namespace Reference

Limits and default settings for the coroutine stack size allowed. More...

Variables

static constexpr int min_stack = 32 * 4096
 
static constexpr int default_stack = 256 * 4096
 
static constexpr int max_stack = 4096 * 4096
 

Detailed Description

Limits and default settings for the coroutine stack size allowed.

Warning! Setting the stack size below the default may lead to unexplained crashes This configuration setting is intended for developers only.

Variable Documentation

◆ default_stack

constexpr int AC_STACK::default_stack = 256 * 4096
staticconstexpr

Definition at line 52 of file advanced_config.cpp.

Referenced by ADVANCED_CFG::ADVANCED_CFG(), and ADVANCED_CFG::loadSettings().

◆ max_stack

constexpr int AC_STACK::max_stack = 4096 * 4096
staticconstexpr

Definition at line 53 of file advanced_config.cpp.

Referenced by ADVANCED_CFG::loadSettings().

◆ min_stack

constexpr int AC_STACK::min_stack = 32 * 4096
staticconstexpr

Definition at line 51 of file advanced_config.cpp.

Referenced by ADVANCED_CFG::loadSettings().