view README @ 25:0a6d65238088 default tip

use neutralized version of bootloader.lib
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 07 Sep 2015 18:21:02 +0000
parents 3e89489a43b3
children
line wrap: on
line source

This is a special debug version of leo2moko intended for use by FreeCalypso
developers only; it does not provide any additional features for Freerunner
users beyond standard leo2moko-r1 aka moko12; non-developer users are advised
to stay with the just-mentioned stable release.

The primary intended use of this debug fw version is to enable FreeCalypso
developers to troubleshoot misbehavior in our current gcc-built fw version
by comparing the operation of the fw against a known working reference;
the debug features added in this version are:

* Same AT-over-RVTMUX mechanism as implemented in FreeCalypso mainline;

* ETM FFS access protocol changed from TMFFS1 (used by some TI Windows tools,
  apparently) to TMFFS2 (the version adopted for FreeCalypso) to allow the
  flash file system to be manipulated with fc-fsio while this fw is running.

* The pf_TaskEntry() function in the guts of GPF has been patched to not
  disable system traces.  Verbose traces from various entities still need
  to be enabled explicitly, but the expected responses to sysprim commands
  are no longer suppressed.