- May 18, 2016
-
-
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.
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
- May 16, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
This is very useful on setting/getting registers in modules that have multiple channels with the same register definitions.
-
Lucas Russo authored
-
- May 09, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
This way avoids users needing to know how this is implemented internally and, obviously, decreases the chances of error.
-
Lucas Russo authored
-
Lucas Russo authored
-
- May 06, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
- Apr 27, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
-
Lucas Russo authored
We don't need to destroy zactor PIPE sockets, as CZMQ zactor infrastructure already does this.
-
Lucas Russo authored
-
Lucas Russo authored
RFREQ is a 38-bit number, with the 10 MSB the integer part and the 28 LSB the fractional part. So, we need to divide RFEQ by 2^28 prior to the calculation.
-
Lucas Russo authored
This was causing a segfault when reading the frequency
-
Lucas Russo authored
-
Lucas Russo authored
-
- Apr 26, 2016
-
-
Lucas Russo authored
-
Lucas Russo authored
As libbpmclient changed, we need to update it there too.
-