comparison CHANGES @ 757:e4281d3f76f2

CHANGES: list new battery table support
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 06 Nov 2020 00:51:22 +0000
parents db7b2724203b
children e1c8c5bcb233
comparison
equal deleted inserted replaced
756:b0e749c88f53 757:e4281d3f76f2
42 builds with phone UI functionality. FC Luna is an LCD add-on to iWOW DSK or 42 builds with phone UI functionality. FC Luna is an LCD add-on to iWOW DSK or
43 FC Caramel2 boards. 43 FC Caramel2 boards.
44 44
45 * fc-shell got a new batt command for sending MMI_BATTERY_IND primitives to 45 * fc-shell got a new batt command for sending MMI_BATTERY_IND primitives to
46 target firmwares, to be used as part of phone handset UI firmware development. 46 target firmwares, to be used as part of phone handset UI firmware development.
47
48 * fc-fsio write-battery-table command has been replaced with new
49 write-battery-table-v1 and write-battery-table-v2 commands. Both commands
50 accept the new battery table ASCII source format with a third field added for
51 battery bars icon thresholds; write-battery-table-v1 writes the original
52 /etc/batterytab format needed for Magnetite and Selenite firmwares, whereas
53 write-battery-table-v2 writes the new /etc/batterytab2 format needed for our
54 new Tourmaline firmware. The corresponding back end programs are
55 compile-fc-batt and compile-fc-batt2.
47 56
48 * Documentation updates that don't involve any changes in actual code: 57 * Documentation updates that don't involve any changes in actual code:
49 doc/Loadtools-usage instructions for FC Tango and for new Compal targets 58 doc/Loadtools-usage instructions for FC Tango and for new Compal targets
50 (Mot V17x), doc/TIFFS-Overview updates for new tools including the new FFS 59 (Mot V17x), doc/TIFFS-Overview updates for new tools including the new FFS
51 editor (maintained externally), doc/IMEI updates for Compal IMEI discovery. 60 editor (maintained externally), doc/IMEI updates for Compal IMEI discovery.