Révision 284
Ajouté par chguo il y a plus de 6 ans
conf_noyau.cfg | ||
---|---|---|
|
||
// max definition
|
||
maxdefine{
|
||
max_task = 3;
|
||
max_task = 6;
|
||
max_flag = 3;
|
||
max_dtq = 2;
|
||
max_cyh = 1;
|
||
max_cyh = 2;
|
||
max_vdtq = 1;
|
||
};
|
||
|
||
... | ... | |
name = ID_main;
|
||
stack_size = 512;
|
||
stack_section = stack;
|
||
priority = 8;
|
||
priority = 1;
|
||
initial_start = ON;
|
||
exinf = 0x0;
|
||
};
|
||
... | ... | |
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 = corrigerAngle();
|
||
name = ID_corrigerAngle;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 3;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
task[]{
|
||
entry_address = mesurerDistance();
|
||
name = ID_mesurerDistance;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 2;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
flag[]{
|
||
name = ev_bus_fin_tr;
|
||
initial_pattern = 0x0000;
|
||
... | ... | |
entry_address = mesure();
|
||
pragma_switch = ;
|
||
};
|
||
|
||
interrupt_vector[43]{
|
||
os_int = YES;
|
||
entry_address = itouche();
|
Formats disponibles : Unified diff
J'ai essaye de prendre la piste rouge, mais apres sauter le pont, la voiture secoue.