-
Seeking feedback on this idea.
Right now the SlotIter iterators on {R,T}xRing mutate the ring as they go - meaning that code like the following is broken:
```
{
let tx_slots = nm_…
-
Platform Kinetis MK64, we use MK64FN1M0VLL12 package on our board.
The eth_mcux.c driver is using context->frame_buf to pass data from / to user buffer to / from driver buffers. For both directions…
-
Issue reported originally by @Gericom:
> https://github.com/devkitPro/libnds/blob/89ac6cbbf51b70b7ce5679d3a8bd621b9fb910e6/include/nds/arm7/audio.h#L47
>
> In audio.h a rounded version of the au…
-
Just spotted a question on [libdc1394 FAQ](http://damien.douxchamps.net/ieee1394/libdc1394/faq/#How_can_I_find_out_if_a_frame_was_dropped):
> **How can I find out if a frame was dropped from not call…
-
Size returns an invalid size (larger than the buffer) in some cases.
Due to #27 , I created a new Ring queue implementation: https://github.com/arg0net/collections
As part of it, I added a Fuzzi…
-
I'm seeing a strange behavior and I must be doing something incorrectly. For an incoming udp server I'm able to get the first request and read it but any subsequent requests never make it to the onRea…
-
Hello,
Ive installed the newest version of sdr scanner and am not getting it to show the config page. I installed the dev branch one.
I did it once before on an older Pi and it was showing the c…
-
It is common to have `write()` and `readinto()` functions that take in `WriteableBuffer` and `ReadableBuffer`. The are some cases where you want to send or receive as you go. We've thought about this …
-
this project should probably be merged with some others.
see for example https://scimusing.wordpress.com/2013/10/25/ring-buffers-in-pythonnumpy/
http://pastebin.com/ZLcfd9GX
https://github.com/belev…
-
When building a project that uses libbpfgo, the go compiler must be given a linker flag pointing to libbpf. If libbpf is installed in a standard location `-lbpf` can be passed. They can also point to …