Harald Welte
b8f9450c18
shrink ringbuffer size to 128 bytes
...
We only use it to implemet a software FIFO between the UART Rx IRQ
and the code that processes it. 1k is way too large for that.
2016-03-18 10:33:31 +01:00
Harald Welte
7dd3dfd992
convert all src_simtrace code to kernel coding style
...
Let's use the Osmocom standard, based on the Linux kernel standard:
tab-indent and 8-charracter tab width.
2016-03-16 20:45:10 +01:00
Christina Quast
7a7f98c9f2
ringbuf.c: rbuf peek function
2015-05-02 17:53:13 +02:00
Christina Quast
2b8a18bf3a
Sniffer with ringbuf, works SOMETIMES
...
* Sniffer uses phone endpoints for communication and the ringbuffer
routines the phone communication uses
* Most times the Usart1 interrupt is not triggered, and therefore
no values are recorded
2015-04-12 09:31:36 +02:00
Christina Quast
4db82e092f
ringbuffer implementation
2015-04-11 18:15:27 +02:00