comparison README @ 12:da79bf85bd73

README added
author Space Falcon <falcon@ivan.Harhan.ORG>
date Tue, 02 Jun 2015 00:29:51 +0000
parents
children 3e89489a43b3
comparison
equal deleted inserted replaced
11:98f5312a7d0b 12:da79bf85bd73
1 This is a special debug version of leo2moko intended for use by FreeCalypso
2 developers only; it does not provide any additional features for Freerunner
3 users beyond standard leo2moko-r1 aka moko12; non-developer users are advised
4 to stay with the just-mentioned stable release.
5
6 The primary intended use of this debug fw version is to enable FreeCalypso
7 developers to troubleshoot misbehavior in our current gcc-built fw version
8 by comparing the operation of the fw against a known working reference;
9 the debug features added in this version are:
10
11 * Same AT-over-RVTMUX mechanism as implemented in FreeCalypso mainline;
12
13 * ETM FFS access protocol changed from TMFFS1 (used by some TI Windows tools,
14 apparently) to TMFFS2 (the version adopted for FreeCalypso) to allow the
15 flash file system to be manipulated with fc-fsio while this fw is running.