view .hgignore @ 407:19e5a3e2f9c0

fcup-settime: moved time() retrieval a little closer to the output A fundamental problem with all simple time transfer tools is that there is always some delay between the time retrieval on the source system and that transmitted time being set on the destination, and the resulting time on the destination system is off by that delay amount. This delay cannot be fully eliminated when working in a simple environment like ours, but we should make our best effort to minimize it. In the present case, moving the atinterf_init() call before the time() retrieval should make a teensy-tiny improvement.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Aug 2018 21:52:17 +0000
parents d3ee0de6b12e
children a5dab452be0d
line wrap: on
line source

syntax: regexp

\.[oa]$
\.elf$
\.bin$
\.srec$

^ffstools/cal2text/fc-cal2text$
^ffstools/caltools/c1xx-calextr$
^ffstools/caltools/fc-cal2bin$
^ffstools/newcomp/compile-fc-batt$
^ffstools/newcomp/compile-fc-chg$
^ffstools/tiaud/compile$
^ffstools/tiaud/decomp$
^ffstools/tiaud/mkvol$
^ffstools/tiffs-rd/tiffs$
^ffstools/tiffs-wrappers/mokoffs$
^ffstools/tiffs-wrappers/pirffs$

^loadtools/fc-buzplay$
^loadtools/fc-compalram$
^loadtools/fc-iram$
^loadtools/fc-loadtool$
^loadtools/fc-xram$

^miscutil/fc-fr2tch$
^miscutil/fc-gsm2vm$
^miscutil/fc-rgbconv$
^miscutil/fc-serterm$
^miscutil/fc-tch2fr$
^miscutil/fc-vm2hex$
^miscutil/imei-luhn$

^ringtools/fc-e1decode$
^ringtools/fc-e1gen$

^rvinterf/asyncshell/fc-shell$
^rvinterf/ctracedec/ctracedec$
^rvinterf/etmsync/fc-dspapidump$
^rvinterf/etmsync/fc-fsio$
^rvinterf/etmsync/fc-memdump$
^rvinterf/etmsync/fc-readcal$
^rvinterf/etmsync/fc-tmsync$
^rvinterf/lowlevel/rvinterf$
^rvinterf/lowlevel/rvtdump$
^rvinterf/lowlevel/tfc139$
^rvinterf/rvtat/fcup-rvtat$
^rvinterf/tmsh/fc-tmsh$

^target-utils/.*/crt0\.S$
^target-utils/tf-breakin/embed\.c$
^target-utils/tf-breakin/mkembed$

^toolchain/binutils-2\.21\.1/
^toolchain/binutils-build/
^toolchain/gcc-4\.5\.4/
^toolchain/gcc-build/
^toolchain/newlib-2\.0\.0/
^toolchain/newlib-build/

^uptools/atcmd/fcup-at$
^uptools/atcmd/fcup-settime$
^uptools/atcmd/fcup-smdump$
^uptools/atcmd/fcup-smsend$
^uptools/atcmd/fcup-smsendmult$
^uptools/atcmd/fcup-smsendpdu$
^uptools/atcmd/fcup-smwrite$
^uptools/atinterf/fcup-atinterf$
^uptools/sms-pdu-decode/sms-pdu-decode$