Skip to content

AUTOSAR (Automotive Open System Architecture) is a standardization initiative of leading automotive OEMs and suppliers and was founded in autumn 2003. The goal is to develop a reference architecture for ECU software, which can overcome the growing complexity of software in modern vehicles.

Notifications You must be signed in to change notification settings

nikidimitrow/Learning-AUTOSAR-fundamental

Repository files navigation

#TODO:

  1. MCAL
  2. Microcontroller Abstraction Layer
  3. ECU Abstraction Layer
  4. Services Layer
  5. Complex Drivers

#define ECUM_CODE

FUNC(void, ECUM_CODE) EcuM_Init(void);

FUNC(void, ECUM_CODE) EcuM_Shutdown(void);

FUNC(Std_ReturnType, ECUM_CODE) EcuM_SelectShutdownTarget(VAR(EcuM_StateType, AUTOMATIC) targetState, VAR(EcuM_ModeType, AUTOMATIC) resetSleepMode);

About

AUTOSAR (Automotive Open System Architecture) is a standardization initiative of leading automotive OEMs and suppliers and was founded in autumn 2003. The goal is to develop a reference architecture for ECU software, which can overcome the growing complexity of software in modern vehicles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published