Name of GenericNodes header in generated C code. If you use several scheduler, you may want to use different headers for each one.
@ -261,6 +273,14 @@ Name of scheduler cpp and header in generated C code. If you use several schedul
If the option is set to `xxx`, the names generated will be `xxx.cpp` and `xxx.h`
##### CAPI (default = True)
By default, the scheduler function is callable from C. When false, it is a standard C++ API.
##### CMSISDSP (default = True)
If you don't use any of the datatypes or functions of the CMSIS-DSP, you don't need to include the `arm_math.h` in the scheduler file. This option can thus be set to `False`.