搜索资源列表
Embedded_Programming_Code
- 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
MiniGUI-graphical-interface-design
- 嵌入式图形界面库MINIGUI的程序设计。包括肖像和消息传递,窗口过程,对话框,控件,等方面。-Embedded GUI library MINIGUI programming. Including portraits and messaging, the process window, dialog, control, and so on.
main7
- 嵌入式编程线程间通信 此程序中显示的是消息队列的打开以及信息的传递-Embedded programming inter-thread communication is shown in the program message queue open and information transfer
Linux
- 客户端和服务端进行消息传递 具有配置文件,心跳机制,日志文件-Messaging client and server configuration file, the heartbeat mechanism, log files
RTX-Operating-System-Tutoria-16
- 安富莱电子原创RTX操作系统教程,配套STM32F103和STM32F407开发板。前面几个章节主要给大家讲解了任务间的同步和资源共享机制,本章节为大家讲解任务间的通信机制消息邮箱,RTX的消息邮箱其实就是消息队列,注意和uCOS-II中的消息邮箱区分开,uCOS-II的消息邮箱只能实现一个数据的传递。这里的消息邮箱可以实现多个数据的传递。-Armfly Electronic Original RTX operating system tutorials, supporting STM32F10