FreeCalypso > hg > freecalypso-tools
graph
-
RF table writing code implemented, linked into fc-tmshSun, 26 Feb 2017 22:37:47 +0000, by Mychaela Falconia
-
fc-tmsh: ttr response handling implementedMon, 20 Feb 2017 02:38:06 +0000, by Mychaela Falconia
-
fc-tmsh: ttw response handling implementedMon, 20 Feb 2017 02:25:53 +0000, by Mychaela Falconia
-
fc-tmsh: rftr response handling implementedMon, 20 Feb 2017 02:04:27 +0000, by Mychaela Falconia
-
fc-tmsh: l1tm stats response displayMon, 20 Feb 2017 01:30:10 +0000, by Mychaela Falconia
-
fc-tmsh: RF_ENABLE response handled intelligentlySun, 19 Feb 2017 21:33:58 +0000, by Mychaela Falconia
-
fc-tmsh: beginning of l1tm response handlingSun, 19 Feb 2017 20:53:41 +0000, by Mychaela Falconia
-
fc-tmsh: me command implementedSun, 19 Feb 2017 17:19:34 +0000, by Mychaela Falconia
-
fc-tmsh: mpw and mpr implementedSun, 19 Feb 2017 17:04:14 +0000, by Mychaela Falconia
-
fc-tmsh: ttr command implemented, ttw command hooked inSun, 19 Feb 2017 16:10:25 +0000, by Mychaela Falconia
-
fc-tmsh: ttw command implementedSun, 19 Feb 2017 16:05:21 +0000, by Mychaela Falconia
-
fc-tmsh: implemented reading of Tx ramp template filesSun, 19 Feb 2017 15:59:56 +0000, by Mychaela Falconia
-
fc-tmsh: txpw and txpr implementedSun, 19 Feb 2017 09:52:58 +0000, by Mychaela Falconia
-
fc-tmsh: rxpw and rxpr implementedSun, 19 Feb 2017 09:41:40 +0000, by Mychaela Falconia
-
fc-tmsh: rftr command implemented, rftw command hooked inSun, 19 Feb 2017 09:13:59 +0000, by Mychaela Falconia
-
fc-tmsh: rftw format consistency check implementedSun, 19 Feb 2017 09:07:52 +0000, by Mychaela Falconia
-
fc-tmsh: rftw command implementedSun, 19 Feb 2017 08:47:10 +0000, by Mychaela Falconia
-
fc-tmsh: RF table reading code implementedSun, 19 Feb 2017 08:32:37 +0000, by Mychaela Falconia
-
fc-tmsh: rfpw and rfpr accept keyword argumentsSat, 18 Feb 2017 08:02:22 +0000, by Mychaela Falconia
-
fc-tmsh: sr command accepts keyword argumentSat, 18 Feb 2017 07:54:38 +0000, by Mychaela Falconia
-
fc-tmsh: scw and scr accept keyword argumentsSat, 18 Feb 2017 07:49:29 +0000, by Mychaela Falconia
-
fc-tmsh: l1tm keyword argument framework implemented, used in rfe commandSat, 18 Feb 2017 07:44:12 +0000, by Mychaela Falconia
-
rvinterf/include/l1tm.h: definitions from l1tm_msgty.h in the firmwareSat, 18 Feb 2017 06:54:06 +0000, by Mychaela Falconia
-
fc-tmsh: rfpr command implementedMon, 16 Jan 2017 20:25:48 +0000, by Mychaela Falconia
-
fc-tmsh: rfpw command implementedMon, 16 Jan 2017 20:14:48 +0000, by Mychaela Falconia
-
fc-tmsh: rfe, scw, scr and sr commands implementedMon, 16 Jan 2017 19:30:40 +0000, by Mychaela Falconia
-
fc-tmsh: beginning of L1TM command supportMon, 16 Jan 2017 18:44:24 +0000, by Mychaela Falconia
-
LICENSE explanatory file addedSat, 26 Nov 2016 01:05:17 +0000, by Mychaela Falconia
-
target-utils/c139explore/dac.c: added missing extern u_long strtoul();Tue, 01 Nov 2016 01:28:39 +0000, by Mychaela Falconia
-
target-utils/c139explore/backlight.c: use our own strings.hTue, 01 Nov 2016 01:27:48 +0000, by Mychaela Falconia
-
target-utils/libcommon/cmd_baud_switch.c: const compiler warning fixTue, 01 Nov 2016 01:12:00 +0000, by Mychaela Falconia
-
target-utils/libcommon: extern u_long strtoul(); added where neededTue, 01 Nov 2016 01:10:33 +0000, by Mychaela Falconia
-
target-utils/pirexplore: vibe command alias for buzTue, 01 Nov 2016 01:00:43 +0000, by Mychaela Falconia
-
target-utils: pirexplore converted to our own libcTue, 01 Nov 2016 00:38:49 +0000, by Mychaela Falconia
-
target-utils: loadagent converted to our own libcTue, 01 Nov 2016 00:28:57 +0000, by Mychaela Falconia
-
target-utils: helloapp converted to our own libcTue, 01 Nov 2016 00:24:23 +0000, by Mychaela Falconia
-
target-utils: c139explore converted to our own libcTue, 01 Nov 2016 00:20:14 +0000, by Mychaela Falconia
-
target-utils/c139-lldbg/lldbg.lds: properly disallow .data at lastTue, 01 Nov 2016 00:15:59 +0000, by Mychaela Falconia
-
target-utils: c139-lldbg converted to our own libcTue, 01 Nov 2016 00:09:34 +0000, by Mychaela Falconia
-
target-utils: use of bcopy() changed to memcpy()Tue, 01 Nov 2016 00:05:31 +0000, by Mychaela Falconia
-
target-utils: buzplayer converted to our own libcMon, 31 Oct 2016 23:55:28 +0000, by Mychaela Falconia
-
target-utils/include: our own ctype.h and strings.h addedMon, 31 Oct 2016 23:49:11 +0000, by Mychaela Falconia
-
target-utils/libc: strtol and strtoul added from 4.4BSD with simplificationMon, 31 Oct 2016 23:35:48 +0000, by Mychaela Falconia
-
target-utils/libc: strlen optimized assembly implementation addedMon, 31 Oct 2016 22:14:38 +0000, by Mychaela Falconia
-
target-utils/Makefile: libc added to the dependenciesMon, 31 Oct 2016 21:33:05 +0000, by Mychaela Falconia
-
target-utils/libc: assembly implementation of bcmp/memcmpSat, 29 Oct 2016 00:15:12 +0000, by Mychaela Falconia
-
target-utils/libc/bzero.S: changed signed conditions to unsignedFri, 28 Oct 2016 23:45:49 +0000, by Mychaela Falconia
-
target-utils/libc: non-optimized C implementation of memsetFri, 28 Oct 2016 23:15:01 +0000, by Mychaela Falconia
-
target-utils/libc: memcpy16 and memcpy32 optimized variants implementedFri, 28 Oct 2016 23:02:44 +0000, by Mychaela Falconia
-
target-utils/libc: our own memcpy assembly implementationFri, 28 Oct 2016 22:55:51 +0000, by Mychaela Falconia
-
target-utils/libc: bzero imported from CitrineFri, 28 Oct 2016 22:22:56 +0000, by Mychaela Falconia
-
target-utils/libc: beginning of newlib-ectomyFri, 28 Oct 2016 22:20:26 +0000, by Mychaela Falconia
-
fc-buzplay play command implementedThu, 27 Oct 2016 06:51:42 +0000, by Mychaela Falconia
-
fc-buzplay startedThu, 27 Oct 2016 05:28:30 +0000, by Mychaela Falconia
-
loadtools: hwparamstubs.c split in preparation for adding fc-buzplayThu, 27 Oct 2016 05:11:05 +0000, by Mychaela Falconia
-
ringtools/examples: a couple of buzzer tone examplesThu, 27 Oct 2016 04:58:10 +0000, by Mychaela Falconia
-
ringtools/examples renamed to ringtools/e1-experimentsThu, 27 Oct 2016 04:54:11 +0000, by Mychaela Falconia
-
buzplayer: play implementedThu, 27 Oct 2016 04:39:48 +0000, by Mychaela Falconia
-
buzplayer: melody entry implementedThu, 27 Oct 2016 04:31:31 +0000, by Mychaela Falconia
-
buzplayer: melody buffer implementedThu, 27 Oct 2016 04:18:38 +0000, by Mychaela Falconia
-
buzplayer timer implementation finishedThu, 27 Oct 2016 04:04:38 +0000, by Mychaela Falconia
-
buzplayer: beginning of timer implementationThu, 27 Oct 2016 04:01:16 +0000, by Mychaela Falconia
-
target-utils: buzplayer startedThu, 27 Oct 2016 03:50:40 +0000, by Mychaela Falconia
-
fc-shell: added support for AT commands in one-shot modeThu, 27 Oct 2016 02:13:38 +0000, by Mychaela Falconia
-
rvinterf/asyncshell/main.c: same "usage" fix as in fc-tmshThu, 27 Oct 2016 00:18:49 +0000, by Mychaela Falconia
-
rvinterf/etmsync/fsiomain.c: same "usage" fix as in fc-tmshThu, 27 Oct 2016 00:17:17 +0000, by Mychaela Falconia
-
CHANGES: fc-tmsh change documentedThu, 27 Oct 2016 00:01:56 +0000, by Mychaela Falconia
-
fc-tmsh one-shot operation mode implementedWed, 26 Oct 2016 23:51:47 +0000, by Mychaela Falconia
-
fc-tmsh works like fc-shell and fc-fsio now, following the -p conventionWed, 26 Oct 2016 23:33:21 +0000, by Mychaela Falconia
-
fc-tmsh: all commands internally return valuesWed, 26 Oct 2016 23:17:03 +0000, by Mychaela Falconia
-
fc-tmsh: etmpkt command renamed to tmpkt, etmpkt retained as aliasWed, 26 Oct 2016 22:56:29 +0000, by Mychaela Falconia
-
rvinterf/tmsh/Makefile: simpler structure like that used for fc-shellWed, 26 Oct 2016 22:53:10 +0000, by Mychaela Falconia
-
fc-tmsh: set-* commands removed, use fc-fsio insteadWed, 26 Oct 2016 22:50:04 +0000, by Mychaela Falconia
-
fc-tmsh: use the newly adopted exit code conventionWed, 26 Oct 2016 22:46:23 +0000, by Mychaela Falconia
-
fc-shell: use the newly adopted exit code conventionWed, 26 Oct 2016 22:25:18 +0000, by Mychaela Falconia
-
rvinterf/libasync: use the newly adopted exit code conventionWed, 26 Oct 2016 22:00:39 +0000, by Mychaela Falconia
-
rvinterf tree: exitcodes.h moved from etmsync to includeWed, 26 Oct 2016 21:36:07 +0000, by Mychaela Falconia
-
target-utils/libtiffs: find the root inode even if it's precededWed, 26 Oct 2016 16:06:28 +0000, by Mychaela Falconia
-
target-utils: long-overdue s/mpffs/tiffs/ and s/MPFFS/TIFFS/ renameWed, 26 Oct 2016 15:52:14 +0000, by Mychaela Falconia
-
c139explore and pirexplore host wrapper shell scripts addedWed, 26 Oct 2016 15:28:29 +0000, by Mychaela Falconia
-
doc/Compiling moved to INSTALLWed, 26 Oct 2016 07:48:29 +0000, by Mychaela Falconia
-
top Makefile install rule: new packaging approachWed, 26 Oct 2016 07:46:31 +0000, by Mychaela Falconia
-
doc/Compiling: update for the move to /opt/freecalypsoWed, 26 Oct 2016 07:35:42 +0000, by Mychaela Falconia
-
CHANGES: made note of the install location big changeWed, 26 Oct 2016 06:34:12 +0000, by Mychaela Falconia
-
loadtools/loadtool.help: new default directory for the exec commandWed, 26 Oct 2016 06:23:14 +0000, by Mychaela Falconia
-
rvinterf/asyncshell/help.c: new help file locationWed, 26 Oct 2016 06:17:51 +0000, by Mychaela Falconia
-
rvinterf/libasync/launchrvif.c: new rvinterf binary locationWed, 26 Oct 2016 06:16:12 +0000, by Mychaela Falconia
-
rvinterf/etmsync/launchrvif.c: new rvinterf binary locationWed, 26 Oct 2016 06:14:43 +0000, by Mychaela Falconia
-
rvinterf/etmsync/fsiomain.c: new help file locationWed, 26 Oct 2016 06:13:31 +0000, by Mychaela Falconia
-
rvinterf/*/Makefile: move to /opt/freecalypsoWed, 26 Oct 2016 06:11:55 +0000, by Mychaela Falconia
-
ringtools/Makefile: move to /opt/freecalypso/binWed, 26 Oct 2016 06:01:50 +0000, by Mychaela Falconia
-
miscutil/Makefile: move to /opt/freecalypso/binWed, 26 Oct 2016 06:00:53 +0000, by Mychaela Falconia
-
ffstools: move to /opt/freecalypso/binWed, 26 Oct 2016 05:59:54 +0000, by Mychaela Falconia
-
loadtools/install-helpers.sh no longer neededWed, 26 Oct 2016 05:57:14 +0000, by Mychaela Falconia
-
loadtools: migration to /opt/freecalypsoWed, 26 Oct 2016 05:55:04 +0000, by Mychaela Falconia
-
target-utils/Makefile: install c139explore and pirexploreWed, 26 Oct 2016 05:40:33 +0000, by Mychaela Falconia
-
target-utils/{c139,pir}explore/Makefile: install addedWed, 26 Oct 2016 05:35:28 +0000, by Mychaela Falconia
-
target-utils/{compalstage,loadagent}/Makefile: move to /opt/freecalypsoWed, 26 Oct 2016 05:32:42 +0000, by Mychaela Falconia
-
c139explore: vibe command added that works like buzWed, 26 Oct 2016 01:59:32 +0000, by Mychaela Falconia
-
c139explore: dac and dacon commands added for exercising the vibratorWed, 26 Oct 2016 01:53:12 +0000, by Mychaela Falconia
-
pirexplore: buzzer commands added to exercise the vibratorWed, 26 Oct 2016 01:09:20 +0000, by Mychaela Falconia
-
c139explore: turn on ARMIO module clock, needed to exercise the buzzerWed, 26 Oct 2016 00:02:27 +0000, by Mychaela Falconia
-
target-utils: buzzer exercising code written, added to c139exploreTue, 25 Oct 2016 23:57:15 +0000, by Mychaela Falconia
-
target-utils/libcommon/uartsel.c: nitpick about constTue, 25 Oct 2016 22:45:03 +0000, by Mychaela Falconia
-
ringtools/examples: so-far-unsuccessful Melody E1 experimentsTue, 25 Oct 2016 08:17:07 +0000, by Mychaela Falconia
-
fc-e1gen utility written, compilesTue, 25 Oct 2016 06:49:27 +0000, by Mychaela Falconia
-
fc-tmsh: implemented sending of ETM audio load and save commandsSun, 23 Oct 2016 21:52:29 +0000, by Mychaela Falconia
-
fc-shell help command implementedSun, 23 Oct 2016 18:38:07 +0000, by Mychaela Falconia
-
rvinterf/asyncshell/Makefile: install fc-shell.helpSun, 23 Oct 2016 17:26:48 +0000, by Mychaela Falconia
-
fc-shell help writtenSun, 23 Oct 2016 17:13:28 +0000, by Mychaela Falconia
-
CHANGES: fc-fsio changes since fc-host-tools-r4Sun, 23 Oct 2016 01:52:30 +0000, by Mychaela Falconia
-
fc-fsio help command implementedSun, 23 Oct 2016 01:33:21 +0000, by Mychaela Falconia
-
install misc files into /usr/local/share/freecalypso as non-executableSun, 23 Oct 2016 01:20:55 +0000, by Mychaela Falconia
-
rvinterf/etmsync/Makefile: install fsio.helpSun, 23 Oct 2016 01:00:19 +0000, by Mychaela Falconia
-
rvinterf/etmsync/fsio.help writtenSun, 23 Oct 2016 00:50:49 +0000, by Mychaela Falconia
-
doc/Host-tools-overview updated for the current state of the toolsSat, 22 Oct 2016 17:16:21 +0000, by Mychaela Falconia
-
doc/Compiling update: OpenSSL dependency eliminated, fc-lcdemu retiredSat, 22 Oct 2016 16:21:22 +0000, by Mychaela Falconia
-
top README: lcdemu hack droppedSat, 22 Oct 2016 05:31:14 +0000, by Mychaela Falconia
-
top Makefile: lcdemu hack droppedSat, 22 Oct 2016 05:18:36 +0000, by Mychaela Falconia
-
fc-fsio: '+' in the getopt string so ls -l single op command will workSat, 22 Oct 2016 04:42:57 +0000, by Mychaela Falconia