Skip to content

Commit

Permalink
[TEMPLATES] Adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbirccyn committed Nov 24, 2023
1 parent 28a7bd5 commit 75c0402
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
14 changes: 14 additions & 0 deletions goil/templates/config/autosar_common.oil
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
/*
* AUTOSAR common objects. Objects defined here are:
* - SCHEDULETABLE
* - APPLICATION
*
* Objects reciving additional attributes are:
* - OS: PROTECTIONHOOK, SCALABILITYCLASS end STACKMONITORING.
* - ALARM: ACTION as an INCREMENTCOUNTER value for software counters and
* ACCESSING_APPLICATION.
* - TASK: TIMINGPROTECTION and ACCESSING_APPLICATION.
* - ISR: TIMINGPROTECTION and ACCESSING_APPLICATION.
* - COUNTER: TYPE and ACCESSING_APPLICATION.
* - RESOURCE: ACCESSING_APPLICATION.
*/
IMPLEMENTATION trampoline_autosar_common {

OS {
Expand Down
7 changes: 1 addition & 6 deletions goil/templates/config/autosar_multicore.oil
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
*
* Objects reciving additional attributes are:
* - OS: NUMBER_OF_CORES.
* - ALARM: ACTION as an INCREMENTCOUNTER value for software counters and
* ACCESSING_APPLICATION.
* - TASK: TIMINGPROTECTION and ACCESSING_APPLICATION.
* - ISR: TIMINGPROTECTION and ACCESSING_APPLICATION.
* - COUNTER: TYPE and ACCESSING_APPLICATION.
* - RESOURCE: ACCESSING_APPLICATION.
* - APPLICATION: IOC and CORE.
*/
IMPLEMENTATION autosar_multicore {
OS {
Expand Down

0 comments on commit 75c0402

Please sign in to comment.