Transactional logic, mostly done outgoing, structured incoming. Split tract and...
authorRick van Rein <vanrein@hwdev.(none)>
Fri, 15 Jul 2011 22:49:40 +0000 (22:49 +0000)
committerRick van Rein <vanrein@hwdev.(none)>
Fri, 15 Jul 2011 22:49:40 +0000 (22:49 +0000)
commit00bec598c0ab3952e8e2f79aeb8240882ee14daf
tree1b738b02a29f7f9cb054b137b1cf82da6b8c2a39
parentb05ce5b72a7778b455cfb99be93705c85385fe2b
Transactional logic, mostly done outgoing, structured incoming.  Split tract and dialog.
49 files changed:
Makefile
TODO
bin/i2cp/Makefile
doc/coding.rst
doc/top2bottom.rst
include/0cpm/irq.h
include/0cpm/led.h
include/0cpm/netfun.h
include/0cpm/show.h
include/0cpm/sip.h [new file with mode: 0644]
include/bottom/devel.h
include/bottom/grandstream.h
include/bottom/ksz8842.h
include/stdbool.h [deleted file]
include/tic55x/README [new file with mode: 0644]
include/tic55x/stdarg.h [new file with mode: 0644]
include/tic55x/stdbool.h [new file with mode: 0644]
include/tic55x/stdint.h [new file with mode: 0644]
include/tic55x/stdlib.h [new file with mode: 0644]
include/tic55x/string.h [new file with mode: 0644]
src/driver/Makefile
src/driver/ksz8842.c
src/driver/tic55x/LICENSE-WARNING.TXT
src/driver/tic55x/timer.c
src/driver/util/ledsimu.c
src/driver/util/linuxtuntest.c
src/function/Makefile
src/function/bootloader.c
src/function/develtest/netconsole.c
src/function/netconsole.c
src/function/sip6phone/topmain.c
src/kernel/Makefile
src/kernel/cpu.c
src/kernel/led.c
src/kernel/timer.c
src/net/core.c
src/net/input.c
src/net/llconly.c
src/net/reply.c
src/net/send.c
src/phone/Makefile
src/sip/Makefile [new file with mode: 0644]
src/sip/app.c [new file with mode: 0644]
src/sip/dialog.c [new file with mode: 0644]
src/sip/parse.c [new file with mode: 0644]
src/sip/register.c [new file with mode: 0644]
src/sip/tract.c [new file with mode: 0644]
src/target/Makefile
src/target/linksys_spa962.h