Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e31x: Remove spurious debug logs | Martin Braun | 2019-11-21 | 1 | -7/+5 |
| | | | | | This demotes INFO logs to TRACE that relate to the switch settings during tuning. | ||||
* | cmake: Remove superfluous "E300/E320 enabled" messages | Martin Braun | 2019-05-16 | 1 | -2/+0 |
| | |||||
* | e310/e320: Move E310 to MPM architecture and refactor | Sugandha Gupta | 2019-05-01 | 14 | -0/+2349 |
- Turns the E310 into an MPM device (like N3xx, E320) - Factor out common code between E320 and E310, maximize sharing between the two devices - Remove all pre-MPM E310 code that is no longer needed - Modify MPM to remove all existing overlays before applying new ones (this is necessary to enable idle image mode for E310) Co-authored-by: Virendra Kakade <virendra.kakade@ni.com> Signed-off-by: Virendra Kakade <virendra.kakade@ni.com> |