| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Corrected residue formula
Fixed cast to uint16_t that was behaving differently in msvc14 32-bit vs 64-bit
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
types)
- Also removes all references to boost/cstdint.hpp and replaces it with
stdint.h (The 'correct' replacement would be <cstdint>, but not all of our
compilers support that).
|
|
|
|
|
|
|
| |
GCC6 doesn't like nested /* /* */ */ comments (rightly so),
and complains.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
|
|
- Added regmap
- Added controller class
|