What do you mean by FIFO. Is a queue not a FIFO. The first thing you put in is the first thing that comes out. The last thing to be put in as at the end of the queue and the last thing to come out.
I’ve written some timer routines already and submitted them to Richard. I need to debug them - I’ll get on it, and then hopefully it’ll get integrated into the core.
Then I am talking about FIFO, tirst of all I think about cyclic buffer, there the end of buffer is the start of buffer.
Setanly if you mean that the quenues if working by the principle of FIFO, I agree. But it is not effective to send a lot of information with queues. The better feature for some communications is FIFO buffer because some time the CPU is more fast than the some devices.