Révision 225
Ajouté par zaschiano il y a plus de 6 ans
conf_noyau.cfg | ||
---|---|---|
};
|
||
|
||
task[]{
|
||
entry_address = numpiste();
|
||
name = ID_numpiste;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 3;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
task[]{
|
||
entry_address = asserv0();
|
||
name = ID_asserv0;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 4;
|
||
priority = 5;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
... | ... | |
name = ID_asservRoue;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 5;
|
||
priority = 3;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
... | ... | |
name = ID_AsservVitesse;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 3;
|
||
priority = 4;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
... | ... | |
exinf = 0x0;
|
||
start = OFF;
|
||
phsatr = OFF;
|
||
interval_counter = 50;
|
||
interval_counter = 15;
|
||
phs_counter = 0x0;
|
||
};
|
||
|
||
... | ... | |
|
||
//
|
||
// End of Configuration
|
||
//
|
||
//
|
Formats disponibles : Unified diff
Ajout d'une tache détectant la piste et réglant les différentes consignes en fonction de la piste avant le départ.
Modification des asservissements pour passer la piste rouge.