//***************************************************************************** // (C) Automotive Lighting Reutlingen GmbH // Tuebinger Strasse 123, 72762 Reutlingen, Germany // // Automotive Lighting Reutlingen GmbH owns all the rights to this work. // This work shall not be copied, reproduced, used, modified, transferred // or its information shall not be disclosed without the prior written // authorization of Automotive Lighting Reutlingen GmbH. //***************************************************************************** //----------------------------------------------------------------------------- /// \file Cfg.h /// /// \brief /// /// \descr /// /// \author Cosmin Cojocaru (f11501c) /// mailTo:constantin-cosmin.cojocaru(at)marelli.com //----------------------------------------------------------------------------- #ifndef CFG_2019_05_15_H_ #define CFG_2019_05_15_H_ //============================================================================= // Defines //============================================================================= // Use a preliminary Cfg.h file until a more complete architecture has been defined. #define CFG_SysLoad_None 0U #define CFG_SysLoad_ISRLoad 1U #define CFG_SysLoad_TaskLoad 2U #define CFG_SysLoad_SystemLoad 4U #define CFG_OPT_SYSLOAD CFG_SysLoad_None // Define support for RDM services //#define SUPPORT_RDM_SERVICES //define of target that the PBL is running. #endif // CFG_2019_05_15_H_