Révision 449
Ajouté par nodaoud il y a plus de 6 ans
conf_noyau.cfg | ||
---|---|---|
exinf = 0x0;
|
||
};
|
||
task[]{
|
||
entry_address = clavier();
|
||
name = ID_clavier;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 4;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
task[]{
|
||
entry_address =afficher();
|
||
name = ID_afficher;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 5;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
task[]{
|
||
entry_address = demarrage();
|
||
name = ID_demarrage;
|
||
stack_size = 512;
|
||
... | ... | |
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
task[]{
|
||
entry_address = det_capteur();
|
||
name = ID_det_capteur;
|
||
stack_size = 512;
|
||
entry_address = DEPART();
|
||
name = ID_DEPART;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 7;
|
||
priority = 8;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
|
||
|
||
flag[]{
|
||
name = ev_bus_fin_tr;
|
||
initial_pattern = 0x0000;
|
||
... | ... | |
interval_counter = 0x64;
|
||
phs_counter = 0x0;
|
||
};
|
||
cyclic_hand[]{
|
||
entry_address = det_piste();
|
||
name = ID_det_piste;
|
||
exinf = 0x0;
|
||
start = OFF;
|
||
phsatr = OFF;
|
||
interval_counter = 0x100;
|
||
phs_counter = 0x0;
|
||
};
|
||
|
||
|
||
vdataqueue[]{
|
||
name = QdmTouche;
|
||
wait_queue = TA_TFIFO;
|
Formats disponibles : Unified diff
ajout des fonction