- Jul 18, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
Now, instead of spawning a DEVIO BE application and that application, in turn, spawn the DEVIO FE, we are using a more modular approach in that each DEVIO BE or DEVIO FE spawns a single application. We will rely on the system integration (such as systemd) to take care of our dependencies for us.
-
- Jul 12, 2016
-
-
Lucas Russo authored
-
- Jul 11, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
As the RFFE hardware changed, we did not update the bpm-sw communication with it. Many variables have ceased to exist and other have been included.
-
Lucas Russo authored
-
Lucas Russo authored
The correct place t destroy it is in eth_release (), as we assign it in eth_open ()
-
- Jul 05, 2016
-
-
Lucas Russo authored
-
- Jun 15, 2016
-
-
Lucas Russo authored
-
- Jun 09, 2016
-
-
Lucas Russo authored
-
- Jun 03, 2016
-
-
Lucas Russo authored
This fixes the issue where we want just to read the last channel acquisition. Before this patch, we would always read the trigger address from the last acquisition independent of the channel. This would result in wrong data, if the last channel was not the same as the current.
-
- May 25, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
- May 24, 2016
-
-
Lucas Russo authored
This is documented on github issue #119.
-
Lucas Russo authored
On BPM server, even if a field is not used, trhe client must send it. So, that the server can correctly validate it size.
-
- May 20, 2016
-
-
Lucas Russo authored
Now, it's possible to select a range of channels to apply the same configurations.
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
Github commit lnls-dig/bpm-gw@d952234374 changed it. So we update it here.
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
- May 19, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
This is good, as if there is a timeout on the PCIe side for some reason not detected (short reading), on a next llio initialization, it will be reset.
-
- May 18, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
According to AD9510 datasheet this is not needed on this register only. So, we removed it here.
-
Lucas Russo authored
It didn't add any value to debug. So, we removed it here.
-
Lucas Russo authored
-
Lucas Russo authored
Sometimes, only 30ms is not enough to si57x to reset (maybe we are a bit oo fast on waiting). So, we use 300ms and everything worked again.
-
Lucas Russo authored
We ned to make sure we have incoming clock to ISLA216P ADCs. Otherwise we can't initialize it with certainty. This fixes #118. (cherry picked from commit d174d495)
-
- May 17, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
The previous function was wrong, as it was configuring trigger iface and not trigger mux.
-
Lucas Russo authored
-
Lucas Russo authored
Added "_BASE" to name address, for consistency with existing names.
-