搜索资源列表
ucos200_C
- 移植UCOS2.00版内核到8051,在Keil7.08a下仿真通过。除了压栈和出栈操作外,所有移植代码均用标准C语言实现,方法较为独到。
多任务 多进程
- 多任务 多进程 51 单片机 C 语言 1.本程序不使用任何汇编指令 2.由定时器T0产生中断,切换进程 3.由于中断或调用子程序,要把PC堆栈,故可以以SP为基址的地方找到PC 4.中断或子程序返回,要把SP出栈给PC,故可以操作SP改变程序入口 5.本程序经调试运行 电路图已上传 6.程序编译是会有一个警告提示,为正常现象,因为保存R0-R7时,重新定义地址, 出现地址覆盖的警告提示。 7.用户以此模板写程序只需写用户的进程子程序和用户初始化子程序,并把各进程
Lontalk协议栈的C语言参考实现
- bacnet-stack-0.5.3.zip
轻量级CANopen协议栈
- 一个轻量级的CANopen协议栈源码。由C语言编写,适用于嵌入式CANopen的开发,设计。
CanOpen
- CAN总线应用层CanOpen 协议栈的C语言实现代码,已经调试通过,可直接应用-Stack is written in ANSI C in object-oriented way. Code is documented. License is LGPL. It includes Example for CANopen Input/Output device. Project also includes Object Dictionary Editor. Here CANopen ac
source
- TCP/IP协议栈原代码(C语言)很好的理解TCP/IP的技术材料-TCP/IP protocol stack source code (C language) a good understanding of TCP/IP technical material
TCP_IP02
- uIP协议栈分析,原创。 uIP由瑞典计算机科学学院(网络嵌入式系统小组)的Adam Dunkels开发。其源代码由C语言编写,并完全公开,所有代码和相关说明文档可以到http://dunkels.com/adam/uip/下载。最新版本是uIP1.0版本,本书移植和使用的版本正是此版本。-uIP protocol stack analysis, originality. uIP by the Swedish Institute of Computer Science (Network Em
Qx5PpJBk
- 在uCos上实现tcp/ip协议栈,其中代码全部使用C语言完成。-UCos achieved in the tcp/ip protocol stack, which all use of C language code completion.
ttcp2
- TCP协议栈,是开源的一个项目。主要可以用在单片机开发上面。用C语言编写的。-TCP stack
linkstack
- c语言数据结构链栈,数据结构编程基本模块!-c language data structure chain stack, data structures, programming basic module!
lwip-1.4.1
- Lwip协议栈的C语言实现,最新版1.4.1-Lwip protocol stack C language, the latest version 1.4.1
MPI12xDemo_PA007069_V101
- Profichip公司推出的西门子MPI通讯协议栈C语言开发包源码及手册-C language develop kit of MPI communication protocol
Stack
- 利用C语言,链表,实现的一个入栈出栈的小例子-A small example of the C language, which pushed and poped the stack by linked lists.
protothread
- Protothread是专为资源有限的系统设计的一种耗费资源特别少并且不使用堆栈的线程模型,其特点是: ◆ 以纯C语言实现,无硬件依赖性; ◆ 极少的资源需求,每个Protothread仅需要2个额外的字节; ◆ 可以用于有操作系统或无操作系统的场合; ◆ 支持阻塞操作且没有栈的切换。 压缩包内包括三个例程,在codeblock下编译运行正常。-Protothread is designed for systems with limited r
Three-important-data-structures
- 对嵌入式开发很重要的三个C语言的数据结构,栈、指针、链表做了很全面的讲解。-It is important for the development of embedded C language data structures of the three, the stack pointer, made a very comprehensive list of explanation.
w5500evb_http_server_app_ex
- w5500硬件TCP/IP协议栈芯片的程序,基于斯塔姆2fn103x芯片用c语言开发,可移植。-w5500 hardware TCP/IP protocol stack chip program, based on Stam 2fn103x chip c language development, can be transplanted.
BLE-CC254x-1.4.0
- 本压缩文件是CC2540/CC2541的1.4.0版本的低功耗蓝牙4.0协议栈。(This compressed file is the 1.4.0 version of CC2540/CC2541's low-power Bluetooth 4 protocol stack.)
网关方案三:ZIGBEE %2B SIM900A
- 1.zigbee编写语言为C语言,使用ZStack-CC2530-2.3.1-1.4.0协议栈; 2.APP使用eclipse eda安卓开发,采用sim900A连接外网,可简单修改连接esp8266wifi模块,从而连接外网,app能够实时显示采集zigbee采集的距离; 3.服务api采用的是淘宝云平台的api,服务器长期有效,无需修改; 4.通过cc2530之间通信,采集到rssi值,计算出距离,通过串口上传上位机,该程序能简单修改主函数,实现测距。(1.zigbee is writ
LED
- user:启动文件和主程序 当芯片上电启动时,首先会执行启动文件中的汇编程序,建立起C语言的运行环境,该启动文件startup.s使用的时thumb指令。功能为:1、初始化堆栈指针;2、初始化程序计数器指针PC;3、设置堆、栈的大小;4、设置C库的分支入口“_main”,最终用来调用main函数。 主程序中通过宏定义将led地址赋予led_0等,通过向led地址中写“0”或“1”控制led引脚电平,实现流水灯效果。 listing:编译生成的lst文件和map文件 output:编译后的
