Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logging: Demoted more DEBUG to TRACE | Martin Braun | 2017-04-06 | 1 | -8/+9 |
| | |||||
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -5/+5 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -23/+23 |
| | | | | | | | | 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). | ||||
* | adf_synth: Added muxout config API to 435x controllers | Ashish Chaudhari | 2016-07-19 | 1 | -0/+34 |
| | |||||
* | adf435x: Refactored ADF435X control code | Ashish Chaudhari | 2016-02-12 | 1 | -0/+330 |
- Removed adf435x_common and replaced with a real encapsulated interface - Looks similar to the MAX287X code - Updated all DB classes to use the new common code |