Welcome![Sign In][Sign Up]
Location:
Search - arm g

Search list

[Other resourcegdb-jtag-arm.tar

Description: GDB Remote Stub Backend for debugging an embedded ARM system via JTAG common hardware debug interface. Communication is done via standard TCP/IP GDB Remote Serial Protocol. -Remote Stub Backend GDB for debugging an em bedded ARM JTAG system via common hardware debu g interface. Communication is done via standar d TCP / IP GDB Remote Serial Protocol.
Platform: | Size: 21815 | Author: 古月伦 | Hits:

[Internet-Networkrp-pppoe-3.6.tar

Description: 在linux上实现拨号上网的功能,可以在平台arm上运行,移植性比较好。-on dial-up capabilities in the platform arm run transplanted better.
Platform: | Size: 211968 | Author: 王凯 | Hits:

[ARM-PowerPC-ColdFire-MIPSg729语音压缩

Description: 非常流行的c语言实现的g.729压缩算法,很值得研究语音压缩的开发者一看。-Implement the G729 Speech Vocoder by C programming language, worth of studying for the developer of speech vocoder.
Platform: | Size: 113664 | Author: 流黄 | Hits:

[Speech/Voice recognition/combinePDFFILES

Description: 基于ARM7TDMI的SoC片内AC97模块和片外CODEC-UCB1400,采用ITU-T的G.721算法设计语音处理系统 提出一种基于低端RISC核的语音系统设计方案。该方案结合SoC的片内eSRAM模块进行性能优化;通过在流片后的实际样机上验证,编码速率为19.88 KB/s,解码速率为22.68 KB/s,达到了语音实时性要求。-ARM7TDMI-based SoC chip AC97 module and off-chip CODEC-mated 00. using the ITU-T G.721 algorithm design voice processing system based on a low-end RISC-nuclear voice EC design. The solutions combine SoC chip modules eSRAM performance optimization; Flow-through in the actual prototype tested, coding rate of 19.88 KB/s and decoding rate of 22.68 KB/s achieve real-time voice requirements.
Platform: | Size: 980992 | Author: 李瑶 | Hits:

[Other Embeded programarm_gcc

Description: GNU GCC 二进制工具集(gcc,ar,objdump,objcopy)中文详细介绍-GNU GCC binary tool sets (gcc, ar, objdump. objcopy) Chinese details
Platform: | Size: 124928 | Author: wjp | Hits:

[Embeded Linuxgdb-jtag-arm.tar

Description: GDB Remote Stub Backend for debugging an embedded ARM system via JTAG common hardware debug interface. Communication is done via standard TCP/IP GDB Remote Serial Protocol. -Remote Stub Backend GDB for debugging an em bedded ARM JTAG system via common hardware debu g interface. Communication is done via standar d TCP/IP GDB Remote Serial Protocol.
Platform: | Size: 21504 | Author: 古月伦 | Hits:

[SCMgunchess

Description: gun C 环境下编写的,ARM芯片国际象棋代码,芯片采用LPC2124,所有代码包括:256*256的LCD显示屏驱动代码,串口输入驱动代码,国际象棋游戏完整代码。可以直接编译烧写到ARM芯片内执行。-gun C environment prepared by the ARM chip international chess code, chips used LPC2124. all of the code include : 256* 256 LCD display driver code, serial input-driven code, International Chess integrity of the game code. Burning can be directly translated to the ARM chip implementation.
Platform: | Size: 153600 | Author: 刘伟 | Hits:

[Audio program723.1

Description: 经本人优化过的G.723语音压缩算法,在ARM-LINUX系统下验证过,语音效果非常好。敬请关注!-by optimizing over the G.723 voice compression algorithm, the ARM-Linux systems tested. Voice effect was very good. Please pay attention!
Platform: | Size: 1153024 | Author: 张洪 | Hits:

[OtherARM_gcc_linker_script

Description: ARM GCC linker 脚本介绍,搞ARM一定要搞清楚这个-ARM GCC linker script introduce and engage in ARM must understand this
Platform: | Size: 205824 | Author: 陈世泽 | Hits:

[Otherarm-linux-insight

Description: windows下的GDB insight前端,采用gdb-6.8,可以通过TCP或串口对ARM系列linux环境下的应用程序进行调试。-windows under the front-end GDB insight, using gdb-6.8, can be TCP or serial port on the ARM family of linux applications environment for debugging.
Platform: | Size: 15936512 | Author: li.hua | Hits:

[Linux-Unixg723

Description: G.723在ARM上的实现。实现平台为Linux2.4.8+ Intel Xscal。包括源代码,可执行文件、makefile。-G.723 in the realization of ARM. Platform for the realization of Linux2.4.8+ Intel Xscal. Including source code, executable file, makefile.
Platform: | Size: 417792 | Author: 胡定勇 | Hits:

[Embeded-SCM DevelopJ-LinkGDBServer

Description: EE小站,详细介绍,J-Link GDB Server + Eclipse CDT进行ARM程序调试-EE station details, J-Link GDB Server+ Eclipse CDT for ARM program debugging
Platform: | Size: 444416 | Author: 李锦龙 | Hits:

[MacOS developGSM_ARM_LPC2194_UART0

Description: ARM_LPC2194 对GSM模块进行控制的源代码程序,平台是周立功的magic ARM-ARM_LPC2194 on the GSM module to control the source code of procedure, the platform is the magic ARM weeks Ligong
Platform: | Size: 671744 | Author: 邓建 | Hits:

[Embeded Linuxqte

Description: Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安装Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed-Qt/Embedded ready source packages installation ◆ tmake 1.11 or later [generate Qt/Embedded application engineering of the Makefile file] ◆ Qt/Embedded 2.3.7 [Qt/Embedded installation package] ◆ Qt 2.3.2 for X11 [Qt the X11 version of installation package, it will have x11 development environment required by the two tools] It is assumed that the source packages decompression where/root/build-arm under one installation tmake enter tmake-1.11 directory cd/root/build-arm/tmake-1.11 export TMAKEDIR = $ PWD/tmake-1.11 export TMAKEPATH = $ TMAKEDIR/lib/qws/linux-arm-g++ export PATH = $ TMAKEDIR/bin: $ PATH 2. installation Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR = $ PWD export PATH = $ QTDIR/bin: $ PATH export LD_LIBRARY_PATH = $ QTDIR/lib: $ LD_LIBRARY_PATH./configure-no-xft-thread-gif-system-jpeg-sm-shared [ make] make-C tools/qvfb make-C tools/qembed
Platform: | Size: 1024 | Author: 马科 | Hits:

[Embeded Linuxarm_start_ex1

Description: Startup Example 1 for Arm G-Startup Example 1 for Arm GCC
Platform: | Size: 1024 | Author: karthikeyan | Hits:

[Linux-Unixarm-linux-gcc-4.3.2

Description: linux环境下的交叉编译工具,最新版本。 arm-linux-gcc-4.3.2-linux cross compiler environment tools, the latest version. arm-linux-gcc-4.3.2
Platform: | Size: 6912000 | Author: 陈自远 | Hits:

[Linux-Unixbuild-arm-linux-4.2.1

Description: 我的教案,arm-linux-gcc工具链制作方式之一。-My lesson plans, arm-linux-gcc tool chain produced one of the ways.
Platform: | Size: 2048 | Author: 汤剑 | Hits:

[Linux-Unixarm-linux-gcc-for-cygwin

Description: 这里提供了在windows下生成arm-linux-gcc的简单方法.经过验证,可以使用.-a method to generate the crosstool for windows.
Platform: | Size: 186368 | Author: xta | Hits:

[Linux-UnixG.729ab(C)

Description: g729a和g729b的源码,是非常好的语音压缩算法,可以移植到各种平台上,例如DSP,ARM-these are source codes of g729a and g729b,very good voice compression algorithm,can be transplanted to kinds of platform,such dsp,arm
Platform: | Size: 299008 | Author: 小六 | Hits:

[ARM-PowerPC-ColdFire-MIPSarm-softfloat-linux-gnu-3.4.5.tar.bz2

Description: 支持软浮点编译的arm-softfloat-linux-gnu-3.4.5.tar.bz2,可直接解压至/opt/下,然后修改环境变量即可使用。-Soft floating point support compiled arm-softfloat-linux-gnu-3.4.5.tar.bz2, directly extract to/opt /, and then modify environment variables can be used.
Platform: | Size: 40043520 | Author: jiangyu | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net