log

age author description
Mon, 20 Feb 2017 02:04:27 +0000 Mychaela Falconia fc-tmsh: rftr response handling implemented
Mon, 20 Feb 2017 01:30:10 +0000 Mychaela Falconia fc-tmsh: l1tm stats response display
Sun, 19 Feb 2017 21:33:58 +0000 Mychaela Falconia fc-tmsh: RF_ENABLE response handled intelligently
Sun, 19 Feb 2017 20:53:41 +0000 Mychaela Falconia fc-tmsh: beginning of l1tm response handling
Sun, 19 Feb 2017 17:19:34 +0000 Mychaela Falconia fc-tmsh: me command implemented
Sun, 19 Feb 2017 17:04:14 +0000 Mychaela Falconia fc-tmsh: mpw and mpr implemented
Sun, 19 Feb 2017 16:10:25 +0000 Mychaela Falconia fc-tmsh: ttr command implemented, ttw command hooked in
Sun, 19 Feb 2017 16:05:21 +0000 Mychaela Falconia fc-tmsh: ttw command implemented
Sun, 19 Feb 2017 15:59:56 +0000 Mychaela Falconia fc-tmsh: implemented reading of Tx ramp template files
Sun, 19 Feb 2017 09:52:58 +0000 Mychaela Falconia fc-tmsh: txpw and txpr implemented
Sun, 19 Feb 2017 09:41:40 +0000 Mychaela Falconia fc-tmsh: rxpw and rxpr implemented
Sun, 19 Feb 2017 09:13:59 +0000 Mychaela Falconia fc-tmsh: rftr command implemented, rftw command hooked in
Sun, 19 Feb 2017 09:07:52 +0000 Mychaela Falconia fc-tmsh: rftw format consistency check implemented
Sun, 19 Feb 2017 08:47:10 +0000 Mychaela Falconia fc-tmsh: rftw command implemented
Sun, 19 Feb 2017 08:32:37 +0000 Mychaela Falconia fc-tmsh: RF table reading code implemented
Sat, 18 Feb 2017 08:02:22 +0000 Mychaela Falconia fc-tmsh: rfpw and rfpr accept keyword arguments
Sat, 18 Feb 2017 07:54:38 +0000 Mychaela Falconia fc-tmsh: sr command accepts keyword argument
Sat, 18 Feb 2017 07:49:29 +0000 Mychaela Falconia fc-tmsh: scw and scr accept keyword arguments
Sat, 18 Feb 2017 07:44:12 +0000 Mychaela Falconia fc-tmsh: l1tm keyword argument framework implemented, used in rfe command
Sat, 18 Feb 2017 06:54:06 +0000 Mychaela Falconia rvinterf/include/l1tm.h: definitions from l1tm_msgty.h in the firmware
Mon, 16 Jan 2017 20:25:48 +0000 Mychaela Falconia fc-tmsh: rfpr command implemented
Mon, 16 Jan 2017 20:14:48 +0000 Mychaela Falconia fc-tmsh: rfpw command implemented
Mon, 16 Jan 2017 19:30:40 +0000 Mychaela Falconia fc-tmsh: rfe, scw, scr and sr commands implemented
Mon, 16 Jan 2017 18:44:24 +0000 Mychaela Falconia fc-tmsh: beginning of L1TM command support
Sat, 26 Nov 2016 01:05:17 +0000 Mychaela Falconia LICENSE explanatory file added
Tue, 01 Nov 2016 01:28:39 +0000 Mychaela Falconia target-utils/c139explore/dac.c: added missing extern u_long strtoul();
Tue, 01 Nov 2016 01:27:48 +0000 Mychaela Falconia target-utils/c139explore/backlight.c: use our own strings.h
Tue, 01 Nov 2016 01:12:00 +0000 Mychaela Falconia target-utils/libcommon/cmd_baud_switch.c: const compiler warning fix
Tue, 01 Nov 2016 01:10:33 +0000 Mychaela Falconia target-utils/libcommon: extern u_long strtoul(); added where needed
Tue, 01 Nov 2016 01:00:43 +0000 Mychaela Falconia target-utils/pirexplore: vibe command alias for buz
Tue, 01 Nov 2016 00:38:49 +0000 Mychaela Falconia target-utils: pirexplore converted to our own libc
Tue, 01 Nov 2016 00:28:57 +0000 Mychaela Falconia target-utils: loadagent converted to our own libc
Tue, 01 Nov 2016 00:24:23 +0000 Mychaela Falconia target-utils: helloapp converted to our own libc
Tue, 01 Nov 2016 00:20:14 +0000 Mychaela Falconia target-utils: c139explore converted to our own libc
Tue, 01 Nov 2016 00:15:59 +0000 Mychaela Falconia target-utils/c139-lldbg/lldbg.lds: properly disallow .data at last
Tue, 01 Nov 2016 00:09:34 +0000 Mychaela Falconia target-utils: c139-lldbg converted to our own libc
Tue, 01 Nov 2016 00:05:31 +0000 Mychaela Falconia target-utils: use of bcopy() changed to memcpy()
Mon, 31 Oct 2016 23:55:28 +0000 Mychaela Falconia target-utils: buzplayer converted to our own libc
Mon, 31 Oct 2016 23:49:11 +0000 Mychaela Falconia target-utils/include: our own ctype.h and strings.h added
Mon, 31 Oct 2016 23:35:48 +0000 Mychaela Falconia target-utils/libc: strtol and strtoul added from 4.4BSD with simplification
Mon, 31 Oct 2016 22:14:38 +0000 Mychaela Falconia target-utils/libc: strlen optimized assembly implementation added
Mon, 31 Oct 2016 21:33:05 +0000 Mychaela Falconia target-utils/Makefile: libc added to the dependencies
Sat, 29 Oct 2016 00:15:12 +0000 Mychaela Falconia target-utils/libc: assembly implementation of bcmp/memcmp
Fri, 28 Oct 2016 23:45:49 +0000 Mychaela Falconia target-utils/libc/bzero.S: changed signed conditions to unsigned
Fri, 28 Oct 2016 23:15:01 +0000 Mychaela Falconia target-utils/libc: non-optimized C implementation of memset
Fri, 28 Oct 2016 23:02:44 +0000 Mychaela Falconia target-utils/libc: memcpy16 and memcpy32 optimized variants implemented
Fri, 28 Oct 2016 22:55:51 +0000 Mychaela Falconia target-utils/libc: our own memcpy assembly implementation
Fri, 28 Oct 2016 22:22:56 +0000 Mychaela Falconia target-utils/libc: bzero imported from Citrine
Fri, 28 Oct 2016 22:20:26 +0000 Mychaela Falconia target-utils/libc: beginning of newlib-ectomy
Thu, 27 Oct 2016 06:51:42 +0000 Mychaela Falconia fc-buzplay play command implemented
Thu, 27 Oct 2016 05:28:30 +0000 Mychaela Falconia fc-buzplay started
Thu, 27 Oct 2016 05:11:05 +0000 Mychaela Falconia loadtools: hwparamstubs.c split in preparation for adding fc-buzplay
Thu, 27 Oct 2016 04:58:10 +0000 Mychaela Falconia ringtools/examples: a couple of buzzer tone examples
Thu, 27 Oct 2016 04:54:11 +0000 Mychaela Falconia ringtools/examples renamed to ringtools/e1-experiments
Thu, 27 Oct 2016 04:39:48 +0000 Mychaela Falconia buzplayer: play implemented
Thu, 27 Oct 2016 04:31:31 +0000 Mychaela Falconia buzplayer: melody entry implemented
Thu, 27 Oct 2016 04:18:38 +0000 Mychaela Falconia buzplayer: melody buffer implemented
Thu, 27 Oct 2016 04:04:38 +0000 Mychaela Falconia buzplayer timer implementation finished
Thu, 27 Oct 2016 04:01:16 +0000 Mychaela Falconia buzplayer: beginning of timer implementation
Thu, 27 Oct 2016 03:50:40 +0000 Mychaela Falconia target-utils: buzplayer started