資源簡介
Trampoline is a static RTOS for small embedded systems. Its API is aligned with OSEK/VDX OS and AUTOSAR OS 4.2 standards.
6 platforms are supported by now :
cortex
Cortex-M (M0+, M3 and M4 for now) instruction set
Cortex-A (A7) instruction set. This port is under heavy developm
代碼片段和文件信息
/**
?*?@file?tpl_as_action.c
?*
?*?@section?descr?File?description
?*
?*?Trampoline?autosar?extension.?extra?action?to?increment
?*?a?counter.?Implementation
?*
?*?@section?copyright?Copyright
?*
?*?Trampoline?OS
?*
?*?Trampoline?is?copyright?(c)?IRCCyN?2005-2007
?*?Autosar?extension?is?copyright?(c)?IRCCyN?and?ESEO?2007
?*?Trampoline?and?its?Autosar?extension?are?protected?by?the
?*?French?intellectual?property?law.
?*
?*?This?software?is?distributed?under?the?Lesser?GNU?Public?Licence
?*
?*?@section?infos?File?informations
?*
?*?$Date$
?*?$Rev$
?*?$Author$
?*?$URL$
?*
?*/
#include?“tpl_as_action.h“
#include?“tpl_os_alarm_kernel.h“
#define?OS_START_SEC_CODE
#include?“tpl_memmap.h“
/**
?*??action?function?for?action?by?incrementing?counter
?*/
FUNC(void?OS_CODE)?tpl_action_increment_co
評(píng)論
共有 條評(píng)論