wuzhl2018 / cx_schLinks
在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,while(1)是什么?在嵌入式设计模式里是怎么给while(1)定义的。《C嵌入式编程设计模式》一书中将while(1)称之为“超循环模式”,也就是嵌入式的入门傻瓜模式。在此模式下即使有前台监听也势必会导致系统实时性傻逼,从硬件上分析:while(1)的高CPU占用率也使得功耗大大提高。当然存在即合理,超循环模式在安全性和可靠性上是非常占优势的。结构简单也易于理解,这对于安全性能要求较高的系统上还是非常具有吸引力的
☆12Updated 5 years ago
Alternatives and similar repositories for cx_sch
Users that are interested in cx_sch are comparing it to the libraries listed below
Sorting:
- Small GUI Library of MCUs☆66Updated 10 years ago
- ☆19Updated 5 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆21Updated 5 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度 时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Updated 5 years ago
- SL_SDK provides an easy-to-use software framework with united HAL and OSAL, also including a runtime environment to speed-up development …☆89Updated 3 years ago
- awtk-aworks-rt1052☆33Updated 3 years ago
- ☆46Updated 5 years ago
- 在 FreeRTOS 上使用 POSIX 接口,使用POSIX接口作为嵌入式软件隔离层,以STM32为例☆13Updated 2 years ago
- ARM-GCC下STM32F1工程模板,运行OSAL操作系统☆24Updated 7 years ago
- ☆21Updated 5 years ago
- MOE is an event-driven OS for 8/16/32-bit MCUs. MOE means "Minds Of Embedded system", It’s also the name of my lovely baby daughter☆69Updated 5 years ago
- Designed with Micrium’s renowned quality, scalability and reliability, the purpose of µC/LIB is to provide a clean, organized ANSI C impl…☆57Updated 4 years ago
- CherryRingBuffer is an efficient and easy-to-use ringbuffer, especially for dma support.☆58Updated last year
- ☆28Updated 5 years ago
- µC/Common is a module that regroups components used by various Micrium products. It currently includes a Kernel Abstraction Layer (KAL), …☆26Updated 4 years ago
- ☆28Updated 6 years ago
- Designed with Micriμm's renowned quality, scalability and reliability, the purpose of μC/ CPU is to provide a clean, organized ANSI C imp…☆61Updated 4 years ago
- RT-Thread peripheral samples☆23Updated 7 months ago
- GUI component for RT-Thread☆28Updated 2 years ago
- 基于RT-Thread,运行在嵌入式上的高并发高性能FTP服务器☆36Updated last year
- 标量Kalman滤波器的C语言实现; C implementation of Scalar Kalman Filter☆34Updated 10 years ago
- ☆20Updated 5 years ago
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆11Updated 7 years ago
- A light weight, powerful, customizable, easy-to-use and embeddable mqtt client for RT-Thread☆28Updated 3 years ago
- 模仿 kfifo 实现的环形缓冲区☆97Updated 5 years ago
- LwIP学习和总结及中文注释☆78Updated 6 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆25Updated 4 years ago
- Quick build rt-thread pkg toolkits. | 快速构建rt-thread pkg工具集.☆28Updated 4 years ago
- Small yet powerful state machine coroutine library☆39Updated last year
- tiny macro os for MCU.☆46Updated 3 months ago