comparison CHANGES @ 501:7a6eba04c1bb

CHANGES: target-utils poweroff VRPCAUX addition documented
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2019 01:12:43 +0000
parents 547c540448e5
children d3d22dbe223f
comparison
equal deleted inserted replaced
500:a04a145098f1 501:7a6eba04c1bb
3 * Bugfix: the ability to override CFLAGS= from the top level (see INSTALL) 3 * Bugfix: the ability to override CFLAGS= from the top level (see INSTALL)
4 has been fixed and now actually works as intended. 4 has been fixed and now actually works as intended.
5 5
6 * New developer utility fc-bin2rftab can read or extract RF parameter tables 6 * New developer utility fc-bin2rftab can read or extract RF parameter tables
7 from binary files and convert them into our FreeCalypso ASCII format. 7 from binary files and convert them into our FreeCalypso ASCII format.
8
9 * Iota poweroff command in the target-utils suite (primarily affecting the
10 loadagent target program used by loadtools) now programs the VRPCAUX register
11 like TI's TCS211 firmware does before sending the DEVOFF command. This
12 change fixes the erratic behaviour that was occurring on TI/FC development
13 boards (D-Sample and FCDEV3B) when fc-loadtool (or fc-iram with some
14 specialized target-utils program) was entered via the RESET button rather
15 than PWON, followed by the soft poweroff operation and another switch-on via
16 PWON. For more details, please refer to the Calypso-test-reset article in
17 the freecalypso-docs repository.
8 18
9 * target-utils/flash-boot-test (developers-only target code piece that is not 19 * target-utils/flash-boot-test (developers-only target code piece that is not
10 compiled or installed by default): added a few special watchdog commands to 20 compiled or installed by default): added a few special watchdog commands to
11 facilitate experimentation with the watchdog timer function in the Calypso. 21 facilitate experimentation with the watchdog timer function in the Calypso.
12 22