Révision 229
Ajouté par axfont il y a plus de 6 ans
conf_noyau.cfg | ||
---|---|---|
name = ID_lecture_telemetre;
|
||
stack_size = 512;
|
||
stack_section = stack;
|
||
priority = 3;
|
||
priority = 4;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
task[]{
|
||
entry_address = detect_feuv();
|
||
name = ID_detect_feuv;
|
||
stack_size = 512;
|
||
stack_section = stack;
|
||
priority = 4;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
task[]{
|
||
entry_address = gestion_montee();
|
||
name = ID_gestion_montee;
|
||
stack_size = 512;
|
||
stack_section = stack;
|
||
priority = 4;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
task[]{
|
||
entry_address = asservissement_roue();
|
||
name = ID_asservissement_roue;
|
||
stack_size = 512;
|
||
stack_section = stack;
|
||
priority = 3;
|
||
priority = 4;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
Formats disponibles : Unified diff
commit fin de séance