Projet

Général

Profil

« Précédent | Suivant » 

Révision 467

Ajouté par grlebanito il y a plus de 6 ans

piste v+b, affichage lcd

Voir les différences:

conf_noyau.cfg
// max definition
maxdefine{
max_task = 3;
max_task = 7;
max_flag = 3;
max_dtq = 2;
max_cyh = 1;
......
name = ID_asservis;
stack_size = 512;
stack_section = stack;
priority = 8;
priority = 2;
initial_start = OFF;
exinf = 0x0;
};
//task[]{
// entry_address = rotation();
// name = ID_rotation;
// stack_size = 512;
// stack_section = stack;
// priority = 8;
// initial_start = OFF;
// exinf = 0x0;
//};
task[]{
entry_address = rotation();
name = ID_rotation;
entry_address = distance();
name= ID_distance;
stack_size = 512;
stack_section = stack;
priority = 2;
initial_start = OFF;
exinf = 0x0;
};
task[]{
entry_address = clavier();
name = ID_clavier;
stack_size = 512;
stack_section = stack;
priority = 8;
initial_start = OFF;
exinf = 0x0;
};
task[]{
entry_address = direction();
name = ID_direction;
entry_address = modecourse();
name = ID_modecourse;
stack_size = 512;
stack_section = stack;
priority = 8;
......
exinf = 0x0;
};
//task[]{
// entry_address = distance();
// name = ID_distance;
// stack_size = 512;
// stack_section = stack;
// priority = 8;
// initial_start = OFF;
// exinf = 0x0;
//};
//task[]{
// entry_address = detection();
// name = ID_detection;
// stack_size = 512;
// stack_section = stack;
// priority = 8;
// initial_start = OFF;
// exinf = 0x0;
//};
task[]{
entry_address = affichage();
name = ID_affichage;

Formats disponibles : Unified diff