-
maybe glWhatever_PACKED *call = ring_dma(size); call->args = args;
should_intercept_render will go to the "copy pointers" mode which I can associate with a direct function on the remote side.
-
```
*** Summary
The 1P3C (1 producer / 3 consumer) test has a comment "// TODO some random
failure here to fix (the sequence number received by the consumer seems ok all
the time but the end result…
-
[An extra null pointer check is not needed in functions](https://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first "Free a null pointer anyway or check first?") like the f…
-
Due to memory constraints for other targets, probably only have this available on the x16 that has ample banked ram available by default.
Here's a good base https://discord.com/channels/54755962602…
irmen updated
4 months ago
-
Today, we have a `maxBreadcrumbs` option on the client. However, due to the way when/how scopes are created (=before the client), plus the fact that a scope may not have a client directly attached to …
mydea updated
3 months ago
-
We can't exactly reproduce but the error is the following:
``` python
Traceback (most recent call last):
File "/reg/neh/operator/amoopr/amo87215/hummingbird/src/interface/data_source.py", line 167,…
-
**Issue by [luminize](https://github.com/luminize)**
_Sun Mar 13 13:18:40 2016_
_Originally opened as https://github.com/machinekit/machinekit/issues/898_
----
Since we've done some basic ROS Mach…
-
*Issue created by @RossBencina*
Please take a look and see what you think.
My main concern is with barrier pairing, and whether the read/writeavailable functions need barriers if they are just used …
-
RingBuffer was allocated by allocating Vec, then extract pointer, and forget Vec.
Just using `alloc::alloc::alloc(Layout::array::(capacity).unwrap())` seems to be more natural.
Why is this done?
-
It looks like for now all serial buffers have the same size. This is a bit annoying, as if one may expect a lot of input on a single RX channel for example, one needs to use a lot of RAM increasing th…