摘要: 初识FreeRTOS 什么是FreeRTOS RTOS (实时操作系统)并不是指某一特定的操作系统,而是指一类操作系统,例如, µC/OS,FreeRTOS, RTX, RT-Thread 等这些都是 RTOS 类的操作系统。 因此,从 FreeRTOS 的名字中就能看出, FreeROTS 是一款 阅读全文
posted @ 2024-06-08 10:27 tenzzZ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: title: 进程间通信 cover: https://img2.imgtp.com/2024/04/30/9GnvXoDg.png tags: - 通信 - linux categories: linux系统编程 引言 进程间通信(interprocess communication,简称 IPC 阅读全文
posted @ 2024-05-04 15:53 tenzzZ 阅读(39) 评论(0) 推荐(1) 编辑
摘要: title: Makefile date: 2024-05-02 13:51:32 cover: https://img2.imgtp.com/2024/05/02/96JZQtZT.png tags: linux categories: 全志H616系列 编译工具及构建工具介绍 在之前的课程中,都 阅读全文
posted @ 2024-05-02 21:35 tenzzZ 阅读(25) 评论(0) 推荐(0) 编辑
摘要: title: 进程 cover: https://img2.imgtp.com/2024/04/30/ZamtkUJE.jpg tags: - 进程 - linux categories: linux系统编程 程序与进程 程序:是可执行文件,其本质是是一个文件,程序是静态的,同一个程序可以运行多次, 阅读全文
posted @ 2024-05-02 21:32 tenzzZ 阅读(341) 评论(0) 推荐(1) 编辑
摘要: title: Socket编程 cover: https://img2.imgtp.com/2024/04/29/aStIRPSU.png tags: - 网络编程 - linux categories: linux系统编程 Socket编程 为了实现两台不同的机器能够进行通信,所有要使用到网络编程 阅读全文
posted @ 2024-05-02 21:29 tenzzZ 阅读(20) 评论(0) 推荐(0) 编辑