FreeCalypso > hg > freecalypso-tools
comparison CHANGES @ 602:ea948d6d3b3d
CHANGES: pcm-sms-decode documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 10 Feb 2020 03:10:20 +0000 |
parents | ca4433b714d2 |
children | 5b286f910148 |
comparison
equal
deleted
inserted
replaced
601:4c58e09578d0 | 602:ea948d6d3b3d |
---|---|
38 a given directory (equivalent of UNIX rm -r); -f option is also available | 38 a given directory (equivalent of UNIX rm -r); -f option is also available |
39 like with plain rm. | 39 like with plain rm. |
40 | 40 |
41 + cleandir removes all content of a directory (all files and subdirectories | 41 + cleandir removes all content of a directory (all files and subdirectories |
42 and their content), but keeps the remaining empty directory. | 42 and their content), but keeps the remaining empty directory. |
43 | |
44 * New pcm-sms-decode utility can decode /pcm/SMS binary files read out of FFS | |
45 maintained by certain firmwares (Pirelli DP-L10 is the prime use case), | |
46 displaying the stored SMS content in human-readable form. | |
43 | 47 |
44 Changes from fc-host-tools-r10 to fc-host-tools-r11: | 48 Changes from fc-host-tools-r10 to fc-host-tools-r11: |
45 | 49 |
46 * Bugfix: the ability to override CFLAGS= from the top level (see INSTALL) | 50 * Bugfix: the ability to override CFLAGS= from the top level (see INSTALL) |
47 has been fixed and now actually works as intended. | 51 has been fixed and now actually works as intended. |