diff --git a/prod/doc/analysis.hmac b/prod/doc/analysis.hmac index c9f8257..e2233e3 100644 --- a/prod/doc/analysis.hmac +++ b/prod/doc/analysis.hmac @@ -245,6 +245,7 @@ be good atben board on the same Ben at a comparable temperature. OtherDivergence can be compensated by adjusting trim value +


Last update: 2011-05-27  Werner Almesberger diff --git a/prod/doc/flash.hmac b/prod/doc/flash.hmac index 6c771ba..2c85343 100644 --- a/prod/doc/flash.hmac +++ b/prod/doc/flash.hmac @@ -88,6 +88,7 @@ the application with DFU. After this, you can proceed with the If the board fails to enumerate, proceed with the fault analysis. +


Last update: 2011-05-27  Werner Almesberger diff --git a/prod/doc/index.hmac b/prod/doc/index.hmac index ccd5cb2..f7eba09 100644 --- a/prod/doc/index.hmac +++ b/prod/doc/index.hmac @@ -112,6 +112,7 @@ production and test process: +


Last update: 2011-05-27  Werner Almesberger diff --git a/prod/doc/setup.hmac b/prod/doc/setup.hmac index aa13f3c..801a214 100644 --- a/prod/doc/setup.hmac +++ b/prod/doc/setup.hmac @@ -269,6 +269,7 @@ Ben, and if a stable temperature is maintained. @@@ +


Last update: 2011-05-27  Werner Almesberger diff --git a/prod/doc/style.inc b/prod/doc/style.inc index 113f88b..506de98 100644 --- a/prod/doc/style.inc +++ b/prod/doc/style.inc @@ -18,6 +18,7 @@ + </MACRO> <TABLE width="99%" border=0 cellspacing=0 cellpadding=0> <TR> <__PI bgcolor="#d080ff" size="+3" rowspan="2"><A @@ -34,11 +35,19 @@ <MACRO name="PAGE_ITEM" href> <__PI_SEP> <__PI bgcolor="#c0d0ff"><A href="<HREF>"><BODY></A></__PI> + <MACRO name="__ENDREFS"> + <__ENDREFS> + <__ENDREF href="<HREF>" bgcolor="#c0d0ff"><BODY></__ENDREF> + </MACRO> </MACRO> <MACRO name="PAGE_CURR" href> <__PI_SEP> <__PI bgcolor="#ffff00"><BODY></__PI> + <MACRO name="__ENDREFS"> + <__ENDREFS> + <__ENDREF href="<HREF>" bgcolor="#ffff00"><BODY></__ENDREF> + </MACRO> </MACRO> <MACRO name="SECTION_BAR" title> @@ -76,3 +85,24 @@ <B><FONT size="+1"><TITLE></B></FONT> <P> </MACRO> + +<MACRO name="__ENDREF" href bgcolor> + <__PI_SEP> + <TD align="center"> + <TABLE border=0 cellspacing=3 cellpadding=2 bgcolor="<BGCOLOR>"> + <TR><TD nowrap="nowrap"><A href="<HREF>"<FONT size="+1" + face="sans"><B><BODY></B></A> + </TABLE> +</MACRO> + +<MACRO name="END"> + <P> + <TABLE width="99%" border=0 cellspacing=0 cellpadding=0> + <TR> + <__PI bgcolor="#d080ff" size="+1"><A + href="index.html"><B><__TITLE></B></A></__PI> + <__ENDREFS> + <__PI_SEP> + <TD align="left" width="99%" bgcolor="#d080ff"> + </TABLE> +</MACRO> diff --git a/prod/doc/test.hmac b/prod/doc/test.hmac index 628d0a8..7bd9296 100644 --- a/prod/doc/test.hmac +++ b/prod/doc/test.hmac @@ -200,6 +200,7 @@ Another possible cause could a problem with the SLP_TR signal. The GPIO test should eventually catch this issue, but it may currently remain undetected until the send test. +<END> <P> <HR> Last update: 2011-05-27  <I>Werner Almesberger</I>