搜索资源列表
SerialComm
- 实现串口通讯功能,可以通过串口来接受或者发送数据
ucore-lab1
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
atmega8_salvo
- 基于atmega8在salvo操作系统上实现pwm波形、串口与计数等功能的任务切换。(把源文件解压到salvo文件夹的tu文件夹即可)-Atmega8-based operating system to achieve the salvo pwm waveform and counting functions of task switching
串口
- 利用51单片机实现与电脑串口通信,同时利用偶校验(Using 51 single-chip microcomputer to communicate with the computer serial port, while using parity check)
基于stm32的源码
- 成功移植了contiki操作系统的代码,编译在keil5下编译生成HEX文件下载到STM32即可实现LED闪烁与串口打印功能。(The code of Contiki operation system is successfully transplanted, compiled and compiled under keil5, and HEX files are downloaded to STM32 to achieve LED scintillation and serial port p