2017-02-19 |
Mychaela Falconia |
fc-tmsh: RF table reading code implemented
|
2017-02-18 |
Mychaela Falconia |
fc-tmsh: rfpw and rfpr accept keyword arguments
|
2017-02-18 |
Mychaela Falconia |
fc-tmsh: sr command accepts keyword argument
|
2017-02-18 |
Mychaela Falconia |
fc-tmsh: scw and scr accept keyword arguments
|
2017-02-18 |
Mychaela Falconia |
fc-tmsh: l1tm keyword argument framework implemented, used in rfe command
|
2017-02-18 |
Mychaela Falconia |
rvinterf/include/l1tm.h: definitions from l1tm_msgty.h in the firmware
|
2017-01-16 |
Mychaela Falconia |
fc-tmsh: rfpr command implemented
|
2017-01-16 |
Mychaela Falconia |
fc-tmsh: rfpw command implemented
|
2017-01-16 |
Mychaela Falconia |
fc-tmsh: rfe, scw, scr and sr commands implemented
|
2017-01-16 |
Mychaela Falconia |
fc-tmsh: beginning of L1TM command support
|
2016-11-26 |
Mychaela Falconia |
LICENSE explanatory file added
|
2016-11-01 |
Mychaela Falconia |
target-utils/c139explore/dac.c: added missing extern u_long strtoul();
|
2016-11-01 |
Mychaela Falconia |
target-utils/c139explore/backlight.c: use our own strings.h
|
2016-11-01 |
Mychaela Falconia |
target-utils/libcommon/cmd_baud_switch.c: const compiler warning fix
|
2016-11-01 |
Mychaela Falconia |
target-utils/libcommon: extern u_long strtoul(); added where needed
|
2016-11-01 |
Mychaela Falconia |
target-utils/pirexplore: vibe command alias for buz
|
2016-11-01 |
Mychaela Falconia |
target-utils: pirexplore converted to our own libc
|
2016-11-01 |
Mychaela Falconia |
target-utils: loadagent converted to our own libc
|
2016-11-01 |
Mychaela Falconia |
target-utils: helloapp converted to our own libc
|
2016-11-01 |
Mychaela Falconia |
target-utils: c139explore converted to our own libc
|
2016-11-01 |
Mychaela Falconia |
target-utils/c139-lldbg/lldbg.lds: properly disallow .data at last
|
2016-11-01 |
Mychaela Falconia |
target-utils: c139-lldbg converted to our own libc
|
2016-11-01 |
Mychaela Falconia |
target-utils: use of bcopy() changed to memcpy()
|
2016-10-31 |
Mychaela Falconia |
target-utils: buzplayer converted to our own libc
|
2016-10-31 |
Mychaela Falconia |
target-utils/include: our own ctype.h and strings.h added
|
2016-10-31 |
Mychaela Falconia |
target-utils/libc: strtol and strtoul added from 4.4BSD with simplification
|
2016-10-31 |
Mychaela Falconia |
target-utils/libc: strlen optimized assembly implementation added
|
2016-10-31 |
Mychaela Falconia |
target-utils/Makefile: libc added to the dependencies
|
2016-10-29 |
Mychaela Falconia |
target-utils/libc: assembly implementation of bcmp/memcmp
|
2016-10-28 |
Mychaela Falconia |
target-utils/libc/bzero.S: changed signed conditions to unsigned
|
2016-10-28 |
Mychaela Falconia |
target-utils/libc: non-optimized C implementation of memset
|
2016-10-28 |
Mychaela Falconia |
target-utils/libc: memcpy16 and memcpy32 optimized variants implemented
|
2016-10-28 |
Mychaela Falconia |
target-utils/libc: our own memcpy assembly implementation
|
2016-10-28 |
Mychaela Falconia |
target-utils/libc: bzero imported from Citrine
|
2016-10-28 |
Mychaela Falconia |
target-utils/libc: beginning of newlib-ectomy
|
2016-10-27 |
Mychaela Falconia |
fc-buzplay play command implemented
|
2016-10-27 |
Mychaela Falconia |
fc-buzplay started
|
2016-10-27 |
Mychaela Falconia |
loadtools: hwparamstubs.c split in preparation for adding fc-buzplay
|
2016-10-27 |
Mychaela Falconia |
ringtools/examples: a couple of buzzer tone examples
|
2016-10-27 |
Mychaela Falconia |
ringtools/examples renamed to ringtools/e1-experiments
|
2016-10-27 |
Mychaela Falconia |
buzplayer: play implemented
|
2016-10-27 |
Mychaela Falconia |
buzplayer: melody entry implemented
|
2016-10-27 |
Mychaela Falconia |
buzplayer: melody buffer implemented
|
2016-10-27 |
Mychaela Falconia |
buzplayer timer implementation finished
|
2016-10-27 |
Mychaela Falconia |
buzplayer: beginning of timer implementation
|
2016-10-27 |
Mychaela Falconia |
target-utils: buzplayer started
|
2016-10-27 |
Mychaela Falconia |
fc-shell: added support for AT commands in one-shot mode
|
2016-10-27 |
Mychaela Falconia |
rvinterf/asyncshell/main.c: same "usage" fix as in fc-tmsh
|
2016-10-27 |
Mychaela Falconia |
rvinterf/etmsync/fsiomain.c: same "usage" fix as in fc-tmsh
|
2016-10-27 |
Mychaela Falconia |
CHANGES: fc-tmsh change documented
|
2016-10-26 |
Mychaela Falconia |
fc-tmsh one-shot operation mode implemented
|
2016-10-26 |
Mychaela Falconia |
fc-tmsh works like fc-shell and fc-fsio now, following the -p convention
|
2016-10-26 |
Mychaela Falconia |
fc-tmsh: all commands internally return values
|
2016-10-26 |
Mychaela Falconia |
fc-tmsh: etmpkt command renamed to tmpkt, etmpkt retained as alias
|
2016-10-26 |
Mychaela Falconia |
rvinterf/tmsh/Makefile: simpler structure like that used for fc-shell
|
2016-10-26 |
Mychaela Falconia |
fc-tmsh: set-* commands removed, use fc-fsio instead
|
2016-10-26 |
Mychaela Falconia |
fc-tmsh: use the newly adopted exit code convention
|
2016-10-26 |
Mychaela Falconia |
fc-shell: use the newly adopted exit code convention
|
2016-10-26 |
Mychaela Falconia |
rvinterf/libasync: use the newly adopted exit code convention
|
2016-10-26 |
Mychaela Falconia |
rvinterf tree: exitcodes.h moved from etmsync to include
|