TrampolineRTOS/trampoline

Unexisting member name "activation_allowed" in tpl_proc structure

Closed this issue · 1 comments

In file autosar/tpl_as_app_kernel.c :

374           tpl_dyn_proc_table[proc_id]->activation_allowed = TRUE;

activation_allowed doesn't exists in the tpl_proc structure (defined in tpl_os_kernel.h).

sefau commented

Closed in commit c2fcadf

These code lines were coming from a previous implementation of the timing protection and had been forgotten when the new implementation has been done.
The reset of the task is now done in function tpl_tp_on_activate_or_release from autosar/tpl_as_timing_protec.c