-
Sometimes loses network connection.
But i don't know why.
-
can this project be successfully compiled in visual studio?
lots of errors like these:
Error C2440 'initializing': cannot convert from 'W32XTB (*)[15][4]' to 'W32XTB (&)[2][15][4]' gtesting
Erro…
-
```
From John Wilson at http://groups.google.com/group/rdv-users/t/e808a111ef83738b
Issue #4
When multiple channels are displayed in realtime mode, data does not seem
to update properly in all the gr…
-
Suggestion from @blitz via Twitter: Avoid non-idempotent streaming writes to the same register, such as the way the host writes multiple addresses back-to-back into `TX_BLOCK_SEND` and requires the de…
-
modify buffer to act as a container of messages so only data is overwritten. this reuse avoids the creation / deletion of objects.
ferng updated
5 years ago
-
not sure if it's a difference in versions, but I get this error
```
couldn't unpack /var/folders/fg/pbtxmlk10j741x5_2c7xq03r0000gn/T/npm-1329411475866/1329411475866-0.1834470450412482/tmp.tgz to /var…
-
Hi, I try to use you lib (1.0.2) for logging for DW 0.7.1 but constantly get error.
I've configured only host and port, so no any custom configuration provided.
exception looks like:
```
WrapperSim…
-
![image](https://user-images.githubusercontent.com/13905540/65312470-222e2300-dbc5-11e9-95fe-e48ce8873dc4.png)
使用的是固定大小线程池,可是给线程池提交的任务的时候又特意控制并发,转为单线程。
![image](https://user-images.githubusercontent…
-
Typically a process' stack size is quite small (a few mega bytes). For example, it's 8MB on Mac. Think we can increase that, but it's not ideal if a program has 10s or 100s threads because each thread…
-
DMA can be used to trigger and transfer conversions from/to the ADC.
The current DMA and RingBuffer code does not work very well.
@KurtE has some working code we need to review and incorporate.
T…