comparison Source-dirs @ 434:3ec8ef8b2d37

top README simplified, source dirs info moved to Source-dirs
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 04 Nov 2018 19:24:46 +0000
parents
children 026df5681bd3
comparison
equal deleted inserted replaced
433:1a35a5cfe602 434:3ec8ef8b2d37
1 ffstools This directory subtree was originally created to hold the source
2 for our TIFFS In Vitro Analyzer tool, but has since been
3 extended to contain various tools that perform static (or "in
4 vitro") transformations on various bits of data that go into
5 the flash file system on our FreeCalypso GSM devices or are
6 contained in other vendors' flash data structures.
7
8 librftab A library for reading and writing RF parameter tables in our
9 FreeCalypso ASCII format - see doc/RF_tables.
10
11 libserial All of our host programs that operate on serial ports (the way
12 in which we communicate with GSM device targets) go through
13 libserial, i.e., our serial port handling code has been factored
14 out into a common library.
15
16 loadtools fc-loadtool, fc-iram, fc-xram and fc-compalram form the part of
17 FC host tools called loadtools, which used to be its own
18 package.
19
20 fc-buzplay is also built in the loadtools suite because it uses
21 many of the same components.
22
23 miscutil A few miscellaneous utilities are built here.
24
25 ringtools Tools for working with ringtone melodies are built here.
26
27 rvinterf Everything dealing with the RVTMUX interface to running GSM
28 firmwares and everything based on the rvinterf framework is
29 built under rvinterf.
30
31 The tfc139 utility, which logically belongs with loadtools, is
32 built in the rvinterf subtree because it is built from mostly
33 the same source components as rvtdump and rvinterf.
34
35 target-utils The source for loadagent and compalstage lives here, along with
36 a few extra target utilities that are of interest only to
37 developers.
38
39 toolchain Scripts and patches for building the gcc+binutils toolchain
40 targeting ARM7, the CPU core of the Calypso GSM/GPRS baseband
41 processor. You'll need to build and install this toolchain
42 first before you can build target-utils.
43
44 uptools The User Phone Tools suite is built here - see
45 doc/User-phone-tools.