comparison CHANGES @ 597:ca4433b714d2

CHANGES: fc-fsio cleaning commands documented
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 04 Feb 2020 18:22:22 +0000
parents 4ccd4dd1edb6
children ea948d6d3b3d
comparison
equal deleted inserted replaced
596:3a9b8f9c7225 597:ca4433b714d2
24 target boot control - see the new doc/Target-boot-control article. 24 target boot control - see the new doc/Target-boot-control article.
25 25
26 * A pair of little ad hoc programs has been been added to the FC host tools 26 * A pair of little ad hoc programs has been been added to the FC host tools
27 suite for the purpose of dumping the Calypso chip's internal DSP mask ROM - 27 suite for the purpose of dumping the Calypso chip's internal DSP mask ROM -
28 see doc/DSP-ROM-dump. 28 see doc/DSP-ROM-dump.
29
30 * fc-fsio got some new commands for cleaning stale junk from FFS, typically
31 needed when converting modems from alien manufacturers to FreeCalypso fw:
32
33 + rm deletes an elementary object (file, empty directory or symlink); rm -f
34 does the same but the case where the object to be deleted does not exist is
35 treated as not-an-error.
36
37 + rm-subtree deletes an entire subtree of directories and files starting with
38 a given directory (equivalent of UNIX rm -r); -f option is also available
39 like with plain rm.
40
41 + cleandir removes all content of a directory (all files and subdirectories
42 and their content), but keeps the remaining empty directory.
29 43
30 Changes from fc-host-tools-r10 to fc-host-tools-r11: 44 Changes from fc-host-tools-r10 to fc-host-tools-r11:
31 45
32 * Bugfix: the ability to override CFLAGS= from the top level (see INSTALL) 46 * Bugfix: the ability to override CFLAGS= from the top level (see INSTALL)
33 has been fixed and now actually works as intended. 47 has been fixed and now actually works as intended.