-
We are deploying hazelcast cluster through helm charts. Our client code (java) creates ring buffers at runtime. The name of the ring buffer is dynamically determined.
How do I configure the capaci…
-
The DMA on newer devices like the STM32U5 have a GPDMA hardware block. This is distinct from the classic DMA found on, say, STM32F4 devices. The classic DMA has built-in support for circular reads and…
-
A `RingBuffer` is an efficient collection type of **fixed size** to which elements can be added indefinitely which works by removing the oldest element once `capacity` is reached.
Often this sort o…
-
src/ringbuffer.c:195–202 read the value of the read index, and update it. This operation is not atomic:
``` c
if (rbptr->read != (uint32_t)upcast_read)
{
/* Overwrite happened. */
fprintf(stderr,…
-
## Report a bug
### Input
(align signs in all places selected)
```
ringbuffer_full
-
Hi, I would like to access this RingBuffer as a pointer. Does this solution have such an option?
-
This problem occurs with esp-hosted-fg after several hours when there is no consumer of the network interface. The error messages below flood the console:
[46974.224879] esp_rb_write_by_kernel, 118…
-
is there a way to export and import per-module
for example
Module | Type | Dependancies | Dependancies Imported By Other Dependancies
---------- | ------ | ------------ | ----------------…
-
The current TransactionalTaskContext doesn't have a getRingBuffer() method which implies that it does not support transactional operations. I'd like to use ring buffers for some messaging applications…
-
Hello Chris,
is it possible to send and receive OSC with doidparty, I have been searching the answer with no luck. If everything in pd vanilla works then theoretically this should be possible, true…