# HG changeset patch # User Mychaela Falconia # Date 1542438600 0 # Node ID 44f73d56b6f5116d56f0a5129c8b30783903a0d2 # Parent f4a32c1025a2cce9c8c7c74bf681d9759aae9a6a CHANGES and doc/Host-tools-overview: fc-rftab2c addition diff -r f4a32c1025a2 -r 44f73d56b6f5 CHANGES --- a/CHANGES Sat Nov 17 02:15:07 2018 +0000 +++ b/CHANGES Sat Nov 17 07:10:00 2018 +0000 @@ -1,3 +1,8 @@ +Changes in the current code since fc-host-tools-r9a: + +* New developer utility fc-rftab2c can convert per-band RF parameter tables + into C code snippets for inclusion into FreeCalypso firmware sources. + Changes from fc-host-tools-r9 to fc-host-tools-r9a: * fc-loadtool can now correctly program the flash on Mot C155/156 phones: diff -r f4a32c1025a2 -r 44f73d56b6f5 doc/Host-tools-overview --- a/doc/Host-tools-overview Sat Nov 17 02:15:07 2018 +0000 +++ b/doc/Host-tools-overview Sat Nov 17 07:10:00 2018 +0000 @@ -141,6 +141,12 @@ firmwares. Please beware that the tms 1 and rfpw 7 commands sent by this tool are highly disruptive to normal GSM operation. +fc-rftab2c This program is a developer tool: it takes an RF parameter + table of one of the supported types in FreeCalypso ASCII format + and converts it into a C code snippet suitable for insertion + into the firmware source in the L1 RF "customization" code + where compiled-in default RF parameter tables are defined. + fc-rgbconv A simple aid for phone UI development that converts RGB color values between human-intuitive 8:8:8 format and the 5:6:5 format used by the color LCDs in the phones targeted by FreeCalypso.