Projet

Général

Profil

« Précédent | Suivant » 

Révision 460

Ajouté par hanzhang1 il y a plus de 6 ans

piste noir,
arret urgence,
affiche la zone et la piste dans LCD,
fonction normalement lorsque le Feu Tricolore est Vert

Voir les différences:

conf_noyau.cfg
initial_start = OFF;
exinf = 0x0;
};
task[]{
entry_address = comm_feu();
name = ID_comm_feu;
stack_size = 256;
stack_section = stack;
priority = 2;
initial_start = OFF;
exinf = 0x0;
};
task[]{
entry_address = zone();
name = ID_zone;
stack_size = 256;
stack_section = stack;
priority = 2;
initial_start = OFF;
exinf = 0x0;
};
flag[]{
name = ev_bus_fin_tr;
initial_pattern = 0x0000;

Formats disponibles : Unified diff