aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/e300/battery/fpga.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware: e3xx: This fixes an issue with the autoboot value.Moritz Fischer2016-01-261-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 Fischer2015-07-131-0/+296
Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>