Projet

Général

Profil

« Précédent | Suivant » 

Révision 302

Ajouté par nodaoud il y a plus de 6 ans

optimisation de la fonction det_capteur

Voir les différences:

conf_noyau.cfg
initial_start = OFF;
exinf = 0x0;
};
task[]{
entry_address = dist();
name = ID_dist;
......
initial_start = OFF;
exinf = 0x0;
};
task[]{
entry_address = det_saut();
name = ID_det_saut;
stack_size = 512;
stack_section = stack;
priority = 8;
initial_start = OFF;
exinf = 0x0;
};
task[]{
entry_address = det_capteur();
name = ID_det_capteur;
stack_size = 512;
stack_section = stack;
priority = 7;
initial_start = OFF;
exinf = 0x0;
};
flag[]{
name = ev_bus_fin_tr;
initial_pattern = 0x0000;
......
clear_attribute = YES;
wait_multi = TA_WMUL;
};
flag[]{
name = ev_periph;
initial_pattern = 0x0000;
......
//
// End of Configuration
//

Formats disponibles : Unified diff