Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware: e3xx: This fixes an issue with the autoboot value. | Moritz Fischer | 2016-01-26 | 1 | -1/+2 |
| | | | | | | | | | | The bug is a result of wrong order of evaluation: The '|' operator takes precedence over '?'. Therefore the intended expression a = x | (y ? 1 : 0) got evaluated as a = (x | y) ? 1 : 0. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | e3xx: Added firmware for battery based devices. | Moritz Fischer | 2015-07-13 | 1 | -0/+296 |
Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> |