aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/e300/battery
Commit message (Collapse)AuthorAgeFilesLines
* Added srec_cat dependency for building the firmwareDerek Kozel2016-02-291-1/+1
|
* firmware: e3xx: Bump minor version to 2.2Moritz Fischer2016-01-261-1/+1
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* 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>
* firmware: e3xx: Added .eeprom section that gets written.Moritz Fischer2016-01-262-2/+10
| | | | | | | The EEPROM section was not getting written by make install, so whatever was in there is in there. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* firmware: e3xx: Bump minor version.Moritz Fischer2016-01-261-1/+1
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* firmware: e3xx: Add panic button functionality.Moritz Fischer2016-01-261-0/+12
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* firmware: e3xx: Turn off overzealous shutdown.Moritz Fischer2016-01-262-3/+2
| | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* e3xx: Fix firmware to actually write fuse values.Moritz Fischer2015-07-212-2/+7
| | | | | | | The fuses weren't written correctly before, as we were lacking parameters to avrdude. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* e3xx: Added firmware for battery based devices.Moritz Fischer2015-07-1335-0/+4703
Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>