Re: [Xenomai-core] Integration of new drivers in xenomai

2011-05-10 Thread Philippe Gerum
On Tue, 2011-05-10 at 10:42 +0200, julien.dela...@esa.int wrote: Dear all, For my work, I had to develop drivers for the 6052 and 6701 boards from National Instruments. These boards are already supported by the Comedi drivers but were not supported by Xenomai yet. So, I took the code from

Re: [Xenomai-core] SWITCH TASK TO SECONDARY MODE DURING GDB SESSION DOESN'T WORK

2011-05-10 Thread Philippe Gerum
On Tue, 2011-05-10 at 18:01 +0200, Roberto Bielli wrote: Hi, i try the next C code in a gdb session on a ARM target with brakpoints and i found a strange behaviour. I expected that the task 'tsk1' never execute instead if i put a breakpoint on the instruction 'varInt += 1;' i see that