搜索资源列表
TCPIP_socket
- 用于wavecom的gprs通信模块 编译器是GCC IDE是VC++ 嵌入式系统是OPENAT 3.12 一个TCP client socket 源程序 -for the gprs wavecom communication module compiler is GCC IDE is VC Embedded Systems OPENAT 3.12 is a client TCP socket source
TinyWorks
- TinyWorks操作系统。 每个任务占6~10个字节的RAM空间,整个系统占1k左右的代码空间,支持16个优先级的占先式调度,支持时间片调度。 最大特点:建立的任务越多、并且系统越繁忙时调度越快,最快比系统闲时快数十倍! 用AVR-GCC编译,支持MEGA8-TinyWorks operating system. Each task for 6 ~ 10 bytes of RAM space, the system as a whole accounted for around 1
AVRPWM32
- 本人用AVR mega32写的一个关于输出32路PWM的程序,其中有UART,PWM,TIMER,spi,Flash读写,等等模块可供参考。程序用Studio4 + GCC编写-I used AVR mega32 write a PWM on the output 32 of the procedures, including UART, PWM, TIMER, spi, Flash read and write, and so on module for reference. Procedur
gpio-test
- 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、
avr-libc-1.6.2
- This avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel s AVR microcontrollers. -This is avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils for develo
avr-libc-user-manual-1.6.1
- avr-libc 手册. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel s AVR microcontrollers. -This is avr-libc manual. It is a C library implementation for use with GNU GCC and GNU binutils for d
1160037925_1_FT224_iso7816_vcc
- iso7816_plain.c implements an interface between an RS-232 serial port and an ISO 7816 smart card, and is targeted for the Atmel AT90S2313 microcontroller in a development terminal. The source code is written entirely in C using the WinAVR tool suite.
RT-Thread-1.0.2
- RT-Thread 嵌入式操作系统 Kernel内核部分包括了RT-Thread的核心代码,包括对象管理器,线程管理及调度,线 程间通信等的微小内核实现(最小能够到达4k ROM,1k RAM体积占用)。内核库是为了保证 内核能够独立运作的一套小型类似C库实现(这部分根据编译器自带C库的情况会有些不同,使 用GCC编译器时,携带更多的标准C库实现)。CPU及板级支持包包含了RT-Thread支持的各个平 台移植代码,通常会包含两个汇编文件,一个是系统启动初始化文件,一个是线
CH451
- 基于CH451的键盘扫描程序设计采用AVR单片机ATmega16进行读取CH451的接收到的按键值,CH451可以实现8*8矩阵键盘输入,且带有中断提醒,接收到的按键值在12864液晶上显示。程序中采用的是2*3矩阵。系统采用AVR Studio+WinAVR构成的AVR GCC编译环境。-CH451 based keyboard scanner design uses AVR microcontroller ATmega16 reads received the key value CH451
Fatfs_GCC
- FatFs gcc 编译工程 FatFs Module是一种完全免费开源的FAT文件系统模块,专门为小型的嵌入式系统而设计。它完全用标准C语言编写,所以具有良好的硬件平台独立性,可以移植到8051、PIC、AVR、SH、Z80、H8、ARM等系列单片机上而只需做简单的修改。它支持FATl2、FATl6和FAT32,支持多个存储媒介;有独立的缓冲区,可以对多个文件进行读/写,并特别对8位单片机和16位单片机做了优化。-FatFs Module is a completely free
motion_driver_6.12
- 最新的MPU9250,MPU9150,MPU6050,MPU6500官方资料-Changes Notes- MD6.1 to 6.12 - Fixed Hardware Calibration Offset register accel format Previous implementation was saving the offsets in the accel offset registers in a scalre range of+-8G. After cl
AVR-GCC-SPI-MASTER-SLAVE-SAMPLE
- A SPI (Serial Peripheral Interface) master slave sample implementation for AVR-G-A SPI (Serial Peripheral Interface) master slave sample implementation for AVR-GCC