Chopper Amplifier 斬波放大器/截波放大器
Chopper Stabilized Amplifier 穩定式斬波放大器/穩定式截波放大器
Auto-zeroing 自動歸零
operational transconductance amplifier 跨導放大器
星期五, 四月 22, 2011
星期四, 四月 21, 2011
TFTP Server
1. Install TFTP Sever
sudo apt-get install tftp tftpd
2. sudo vi /etc/xinetd.d/tftp
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
3.
mkdir /tftpboot
chmod 777 /tftpboot
4.
/etc/init.d/xinetd restar
5. Test
tftp 127.0.0.1
get xxx.xxx
星期四, 十二月 30, 2010
星期一, 一月 25, 2010
星期日, 一月 24, 2010
Modify Android Pixelflinger to support ATMEL BGR555
I try to trace the libpixelflinger source code. However, it seems to be a troublesom work.
----
/system/core/libpixelflinger/scanline.cpp
/system/core/include/libpixelflinger/format.h
/system/core/libpixelflinger/format.cpp
/system/core/libpixelflinger/buferr.cpp
/system/core/libpixelflinger/codeflinger/texturing.cpp
/bootable/recovery/minui/graphics.c
/frameworks/base/libs/surfaceflinger/BlurFilter.cpp
/frameworks/base/libs/surfaceflinger/LayoutBase.cpp
/frameworks/base/libs/surfaceflinger/LayerBlur.cpp
/frameworks/base/libs/surfaceflinger/Layer.cpp
/frameworks/base/opengl/include/GLES/gl.h
/frameworks/base/opengl/include/GLES2/gl2.h
/frameworks/base/opengl/libagl/mipmap.cpp
/frameworks/base/opengl/libagl/egl.cpp
/frameworks/base/opengl/libagl/texture.cpp
----
/system/core/libpixelflinger/scanline.cpp
/system/core/include/libpixelflinger/format.h
/system/core/libpixelflinger/format.cpp
/system/core/libpixelflinger/buferr.cpp
/system/core/libpixelflinger/codeflinger/texturing.cpp
/bootable/recovery/minui/graphics.c
/frameworks/base/libs/surfaceflinger/BlurFilter.cpp
/frameworks/base/libs/surfaceflinger/LayoutBase.cpp
/frameworks/base/libs/surfaceflinger/LayerBlur.cpp
/frameworks/base/libs/surfaceflinger/Layer.cpp
/frameworks/base/opengl/include/GLES/gl.h
/frameworks/base/opengl/include/GLES2/gl2.h
/frameworks/base/opengl/libagl/mipmap.cpp
/frameworks/base/opengl/libagl/egl.cpp
/frameworks/base/opengl/libagl/texture.cpp
星期六, 一月 23, 2010
Android Touchscreen Driver for AT91SAM9261-EK
The modified touchscreen driver drivers/input/touchscreen/ads7846.c
Reference
https://gforge.ti.com/gf/project/omapandroid/tracker/?action=TrackerItemEdit&tracker_item_id=240
Reference
https://gforge.ti.com/gf/project/omapandroid/tracker/?action=TrackerItemEdit&tracker_item_id=240
訂閱:
文章 (Atom)