3#ifndef IMT_BASE_DFF_RUNTIME_RUNTIMECONFIGAPP_H 
    4#define IMT_BASE_DFF_RUNTIME_RUNTIMECONFIGAPP_H 
   24static constexpr int16_t EXECUTABLES_MAX {32};
 
   30static constexpr size_t EVENTPOOL_SIZE {2048U};
 
   36static constexpr size_t EVENTPOOL_SMALL_SIZE {128U};
 
   41static constexpr size_t EVENTDATA_SIZE_BYTES {100U};
 
   46static constexpr size_t EVENTDATA_SMALL_SIZE_BYTES {16U};
 
   52static constexpr int16_t TIMEPOOL_SIZE {64};
 
   58static constexpr int16_t BUFFERPOOL_SIZE {64};
 
   64static constexpr size_t STACK_SIZE_DEFAULT {128U};
 
   71static constexpr size_t STACKPOOL_SIZE {128U * 32U};
 
   83#define USE_SMALL_EVENT_BUFFER 
This is a application specific file which is used to configure Imt.Base.Core.Math.