Révision 423
Ajouté par grlebanito il y a plus de 6 ans
conf_noyau.cfg | ||
---|---|---|
|
||
|
||
|
||
//cyclic_hand[]{
|
||
// entry_address = acqui();
|
||
// name = ID_acqui;
|
||
// exinf = 0x0;
|
||
// start = OFF;
|
||
// phsatr = OFF;
|
||
// interval_counter = 0x64;
|
||
// phs_counter = 0x0;
|
||
//};
|
||
cyclic_hand[]{
|
||
entry_address = acqui();
|
||
name = ID_acqui;
|
||
exinf = 0x0;
|
||
start = OFF;
|
||
phsatr = OFF;
|
||
interval_counter = 0x64;
|
||
phs_counter = 0x0;
|
||
};
|
||
|
||
|
||
vdataqueue[]{
|
||
... | ... | |
|
||
task[]{
|
||
entry_address = direction();
|
||
name = ID_direction;
|
||
name = ID_direction;
|
||
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 = distance();
|
||
name = ID_distance;
|
||
entry_address = affichage();
|
||
name = ID_affichage;
|
||
stack_size = 512;
|
||
stack_section = stack;
|
||
priority = 8;
|
||
... | ... | |
|
||
|
||
|
||
|
||
|
||
//
|
||
// End of Configuration
|
||
//
|
Formats disponibles : Unified diff
à revoir