Showing algorithm of ISP pipeline by summarizing the paper and code repetition.
Last updated: 2 months agoLiteOS kernel for devices with few resources, such as the MCU | 适用于MCU等各种资源极小设备的LiteOS内核
Last updated: 6 months agoLiteOS kernel for embedded devices with rich resources | 适用于资源较丰富嵌入式设备的LiteOS内核
Last updated: 6 months ago本项目迁移徐士良《常用算法程序集》代码至C#实现,代码主要参考的书籍版本为第5版(C++实现,ISBN 9787302303435)。
Last updated: over 1 year ago编写一个基于protothread的微型操作系统, 类似contiki, 大部分特性与RT-thread相同, 深入理解操作系统. ##具备的功能 ###1.邮箱, 线程中的邮箱 ###2.消息队列 ###3.信号量 ###4.完成变量 ###5.无优先级的轮转调度 ###6.动态内存分配 ###7.中断上下文定时器和线程上下文定时器 ###8.工作队列(延迟的工作, 重复执行多次的工作) ###9.设备驱动框架(PIN, UART) ###10.软中断, tasklet ###11.环形缓冲区 ###12.调试信息输出 ###99.其他特性
Last updated: over 4 years ago