Révision 398
Ajouté par vidaval il y a plus de 6 ans
conf_noyau.cfg | ||
---|---|---|
// system definition
|
||
system{
|
||
stack_size = 256;
|
||
priority = 8;
|
||
priority = 11;
|
||
system_IPL = 4;
|
||
message_pri = 1;
|
||
timeout = YES;
|
||
... | ... | |
name = ID_main;
|
||
stack_size = 512;
|
||
stack_section = stack;
|
||
priority = 8;
|
||
priority = 11;
|
||
initial_start = ON;
|
||
exinf = 0x0;
|
||
};
|
||
... | ... | |
exinf = 0x0;
|
||
};
|
||
task[]{
|
||
entry_address = etat_feu();
|
||
name = ID_etat_feu;
|
||
entry_address = mode2course();
|
||
name = ID_mode2course;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 7;
|
||
priority = 8;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
task[]{
|
||
entry_address = clavier();
|
||
name = ID_clavier;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 9;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
flag[]{
|
||
name = ev_bus_fin_tr;
|
Formats disponibles : Unified diff
arrêt d'urgence avec bouton poussoir fait mais problème car par arrêt total + ajout switch pour les différents paramètres des différentes pistes + fonction clavier commencé