搜索资源列表
examples
- 2440的Linux的代码例程编译使用时进入其中一个子目录,运行make即可。包括i2c,math led-2440 compilation of the Linux code routines used to enter one of the subdirectories, you can run make. Including the i2c, math led
PWinRARPZIP
- 2440按键代码例程,有研究arm和linux的朋友可以研究一下。-Buttons Example for utulinux 2440
audio_playback
- 亿道电子 PXA300开发板应用例程,音频测试代码-One hundred million PXA300 development board applications routines, audio test code
video_record
- 亿道电子PXA300开发板应用例程,视频录像测试代码-One hundred million PXA300 development board applications routines, video test code
video_playback
- 亿道电子PXA300开发板应用例程,视频回放测试代码-Yidao PXA300 development board applications routines, video playback test code
still_capture
- 亿道电子PXA300开发板应用例程,静态图像测试代码-Yidao PXA300 development board applications routines, static image test code
qtopia_demo
- 亿道电子PXA300开发板应用例程,QT图形界面测试代码-Yidao PXA300 development board applications routine, QT GUI test code
mcast.tar
- 用于达芬奇linux开发板的网络组播例程。c语言实现的代码。-Linux development board for Leonardo da Vinci' s network multicast routines. c language code.
speech_encode1_ok
- OMAPL138板子中dmai例程中的speech编码例程修改,由于Ti提供的原始代码根本无法正常工作,进行修改后可以进行G711音频正常编码.-OMAPL138 board dmai routine speech coding routine modified Ti provide the original code did not work, modified G711 audio coding.
STM32-V5_NOR.jflash
- 在正式的 F4-005例程基础上更改,添加获取寄存器地址和寄存器值的代码. 主要用途是: 制作J-link仿真器读写NOR Flash的初始化指令。-In formal F4-005 routines based on change, add value for the register addresses and register code main purpose is to: make J-link emulator initialization commands to read an
example
- Openwrt中的内核(驱动)模块的编写例程,包括C驱动代码以及Makefile的写法。-A example of driver modules for openwrt, including C code and Makefile
indoor.tar
- minigui做的一个小例程,用ministido自动生成部分代码,由于不能建立多个窗口,所以建立多个工程,组成一个工程代码,实现建立多窗口-minigui eg
usart_test
- stm32f103单片机modbus485通讯例程,原创代码-STM32F103 microcontroller modbus485 communication routines, the original code
1_2_led_systick
- lpc1788-1_2_led_systick 例程描述: 本例程使用 Systick 实现流水灯。 操作过程: 将代码运行即可,开发板上四个 LED 灯呈现流水灯模式闪烁。 -Lpc1788-1_2_led_systick Routine Descr iption: This routine uses Systick to realize the water lamp. Operation process: The code
1_3_led_os
- lpc1788-1_3_led_os 例程描述: 本例程使用 CooS 实现流水灯。 操作过程: 将代码运行即可,开发板上四个 LED 灯呈现流水灯模式闪烁。-Lpc1788-1_3_led_os Routine Descr iption: This routine uses CooS to implement a flow light. Operation process: The code can run, the develo
2_1_uart_echo
- lpc1788-2_1_uart_echo 例程描述: 本例程实现 UART0、UART1 的回显功能。 操作过程: (1)将代码运行起来,开发板上四个 LED 灯呈现流水灯模式闪烁。 (2)使用串口线延长线将开发板 UART0 与 PC 机连接。打开超级终端软件,通信波特 率为 115200,其它参数使用默认的配置。 (3)超级终端与开发板成功连接后,在键盘中输入任何字符,则在显示窗口中显示相 应字符(回显功能)。 -Lpc1788-2_1_uart_ec
2_2_uart_shell
- lpc1788-2_2_uart_shell 例程描述: 本例程在串口 0 的通信基础上,添加了一些简单的命令行处理过程。 操作过程: (1)打开一个串口终端,将代码运行起来。这时 4 个 LED 灯呈现流水灯显示模式。 (2)使用串口线延长线将开发板 UART0 与 PC 机连接。打开超级终端软件,通信波特 率为 115200,其它参数使用默认的配置。在超级终端中输入 回车,终端上显示“->”。 (3)在串口终端中输入“help”,会显示相关命令的帮助信息,