首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一个嵌入式系统的多线程库

一个嵌入式系统的多线程库

  • 资源大小:8.67 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 嵌入式 系统 一个 多线 程库

资 源 简 介

This project has been moved to -- https://github.com/xhawk18/TinyThread TinyThread is a small multi-thread library for embedded system. Currently it supports Cortex-M0 chips, such as Nuvoton NUC100 and M051 series. TinyThread Specifications Multitask Round-Robin Preemptive Can avoid priority inversion by mutex Task Specifications Define Tasks, Unlimited Active Tasks, Unlimited User Priorities, Unlimited Thread Stack Checking, Supported Context Switch Time, <300 cycles without thread sleeping and stack checking supported. <400 cycles with thread sleeping and stack checking supported. Time delay, supported by tt_sleep() micro delay, supported by tt_usleep() Inter-Task Communication Semaphores, Unlimite
VIP VIP
0.216430s