Révision 465
Ajouté par casotty il y a plus de 6 ans
conf_noyau.cfg | ||
---|---|---|
// system definition
|
||
system{
|
||
stack_size = 256;
|
||
priority = 8;
|
||
priority = 10;
|
||
system_IPL = 4;
|
||
message_pri = 1;
|
||
timeout = YES;
|
||
... | ... | |
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
task[]{
|
||
entry_address = compteur();
|
||
name = ID_compteur;
|
||
stack_size = 256;
|
||
stack_section = stack;
|
||
priority = 10;
|
||
initial_start = OFF;
|
||
exinf = 0x0;
|
||
};
|
||
|
||
flag[]{
|
||
name = ev_bus_fin_tr;
|
||
... | ... | |
|
||
|
||
cyclic_hand[]{
|
||
entry_address = acqui();
|
||
name = ID_acqui;
|
||
entry_address = charge();
|
||
name = ID_charge;
|
||
exinf = 0x0;
|
||
start = OFF;
|
||
phsatr = OFF;
|
||
interval_counter = 0x64;
|
||
interval_counter = 0x256;
|
||
phs_counter = 0x0;
|
||
};
|
||
|
Formats disponibles : Unified diff
Ajout charge cpu
TO DO : last_vitesse = 0 !!!