changeset 440:44f73d56b6f5

CHANGES and doc/Host-tools-overview: fc-rftab2c addition
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Nov 2018 07:10:00 +0000
parents f4a32c1025a2
children 1dcc9e4b71fd
files CHANGES doc/Host-tools-overview
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- 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.