aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/e300/battery/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* firmware: e3xx: Added .eeprom section that gets written.Moritz Fischer2016-01-261-2/+7
| | | | | | | 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>
* e3xx: Fix firmware to actually write fuse values.Moritz Fischer2015-07-211-2/+6
| | | | | | | 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-131-0/+77
Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>