IAR Embedded Workbench for RISC-V 3.40IAR C/C++ DevelopmentThe stack usage control fileStack usage control directivesexclude directiveexclude directiveIn this section: Syntaxexclude func-spec [, func-spec... ];ParametersSee the information on syntactic components:func-specDescriptionExcludes the specified functions, and call trees originating with them, from stack usage calculations.Exampleexclude MyFunc5, MyFunc6;