Working switch2led demonstration on tic55x
authorRick van Rein <vanrein@hwdev.(none)>
Wed, 6 Apr 2011 09:37:53 +0000 (09:37 +0000)
committerRick van Rein <vanrein@hwdev.(none)>
Wed, 6 Apr 2011 09:37:53 +0000 (09:37 +0000)
commit498dac16d25eb2051feff9485a177b9ee1ec3e8a
tree5ec6259b1e6047f364282751c7f3cb5021397c12
parent0671674f8d4c5aec802501c1e5302f2cca22e4c3
Working switch2led demonstration on tic55x

This is a first release that is starting to work on real
phone hardware: Grandstream BT200.  The part that works
is the backlight to the LCD and the hook contact, but
that at least shows control.  Work has been done on the
timer actions, but that has not been made to work yet,
at least not based on interrupts.
51 files changed:
Makefile
TODO
bin/i2cp/Makefile [new file with mode: 0644]
bin/i2cp/i2cp [new file with mode: 0755]
bin/i2cp/i2cp.c [new file with mode: 0644]
doc/porting.rst [new file with mode: 0644]
doc/top2bottom.rst
include/0cpm/led.h
include/0cpm/netcmd.h
include/0cpm/netfun.h
include/0cpm/timer.h
include/bottom/grandstream.h [new file with mode: 0644]
include/bottom/linuxtuntest.h [new file with mode: 0644]
include/bottom/tic55x.h [new file with mode: 0644]
include/stdbool.h [new file with mode: 0644]
src/README [new file with mode: 0644]
src/driver/Makefile
src/driver/tic55x/gpio.c [new file with mode: 0644]
src/driver/tic55x/grandstream-bt20x.c [new file with mode: 0644]
src/driver/tic55x/int.c [new file with mode: 0644]
src/driver/tic55x/isrmap.asm [new file with mode: 0644]
src/driver/tic55x/timer.c [new file with mode: 0644]
src/driver/util/ledsimu.c [new file with mode: 0644]
src/driver/util/linuxtuntest.c
src/function/Kconfig [new file with mode: 0644]
src/function/Kconfig.devel [new file with mode: 0644]
src/function/Makefile [new file with mode: 0644]
src/function/bootloader/main.c [new file with mode: 0644]
src/function/develtest/keys2display.c [new file with mode: 0644]
src/function/develtest/netconsole.c [new file with mode: 0644]
src/function/develtest/switch2led.c [new file with mode: 0644]
src/function/develtest/timer2led.c [new file with mode: 0644]
src/function/sip6phone/topmain.c [new file with mode: 0644]
src/kernel/cpu.c
src/net/core.c
src/net/input.c
src/net/reply.c
src/net/send.c
src/phone/app_zero.c
src/target/Kconfig
src/target/Kconfig.brand [new file with mode: 0644]
src/target/Kconfig.gigaset [new file with mode: 0644]
src/target/Kconfig.grandstream [new file with mode: 0644]
src/target/Kconfig.meta [new file with mode: 0644]
src/target/Kconfig.model [new file with mode: 0644]
src/target/Kconfig.platform [new file with mode: 0644]
src/target/Kconfig.posix [new file with mode: 0644]
src/target/Kconfig.smc [new file with mode: 0644]
src/target/Makefile
src/target/linksys_spa962.h
src/target/smc_dsp20x.h [new file with mode: 0644]