OSAL free operating system abstraction for embedded systems. Supports pthreads, freertos, chibios, coocox, bertos and more... RTOS
☆14Dec 27, 2013Updated 12 years ago
Alternatives and similar repositories for osal_free
Users that are interested in osal_free are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Abstract Message Protocol C implementation☆32Jan 23, 2014Updated 12 years ago
- DEPRECATED. Please use the original repository at https://github.com/mattconte/tlsf☆18Mar 14, 2013Updated 13 years ago
- ☆46Feb 5, 2026Updated 3 months ago
- ARM-GCC下STM32F1工程模板,运行OSAL操作系统☆29Mar 21, 2018Updated 8 years ago
- Target specific files for running Coremark V1.0 on the Milkymist One☆18Jul 12, 2012Updated 13 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制☆173Sep 27, 2019Updated 6 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- Rover 5 Robot Chassis with STM32F401RE (Nucleo)☆12Dec 27, 2014Updated 11 years ago
- 4G模块开发☆11Aug 16, 2019Updated 6 years ago
- 用于串口通信或消息的环形队列驱动☆14Sep 12, 2019Updated 6 years ago
- Work with micro-controller special function register in gdb.☆17May 16, 2017Updated 9 years ago
- mbed trace library☆18Oct 28, 2024Updated last year
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 对于嵌入式应用而言,尤其是对于没有操作系统,裸机运行的嵌入式应用,迫切的需要一种高效快捷的调试手段进行嵌入式应用的开发。letter shell就是这样一个可以嵌入在程序中的shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数。1. …☆19Jan 9, 2021Updated 5 years ago
- ”智能“工业传感器解决方案,传感器联网(物联网范畴)。该方案基于4G模块,采用MQTT协议与阿里云平台连接,完成传感器数据采集与上报。☆18Jul 1, 2021Updated 4 years ago
- A python module to interface with the GOP service from Greenwave Reality.☆15Mar 8, 2021Updated 5 years ago
- Command line debugging tools.☆10Mar 7, 2020Updated 6 years ago
- cartpole的多种控制方法(强化学习、自适应pid、粒子群)☆20Dec 19, 2018Updated 7 years ago
- DS3231 Library for STM32☆15May 11, 2019Updated 7 years ago
- CSDN 8/14/2017 DTS course☆28Aug 14, 2017Updated 8 years ago
- On-Chip Software Development Kit☆18Oct 11, 2019Updated 6 years ago
- ChibiOS/RT (STM32) Modbus RTU master example project (FreeModbus 1.6 master/slave port)☆10Mar 28, 2018Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Connected by TCP Lights API☆30Mar 10, 2018Updated 8 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- LIMA: Language for Integrated Modeling and Analysis☆12Sep 8, 2018Updated 7 years ago
- A lightweight event bus for C++☆16Sep 14, 2018Updated 7 years ago
- ☆21Feb 24, 2023Updated 3 years ago
- The embedded Finite State Machine (FSM) Facility that can be used to model and control a reactive or stateful system. The system can be r…☆27Nov 29, 2017Updated 8 years ago
- STM32F103C8T6-SI4432_SMT点对点无线透传。☆13May 5, 2017Updated 9 years ago
- ☆15Sep 8, 2020Updated 5 years ago
- Minimal ncurses implementation for use in embedded environments☆12Oct 29, 2017Updated 8 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 使用阿里云和4G模块实现远程OTA升级☆23Oct 14, 2023Updated 2 years ago
- Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.☆13Mar 9, 2017Updated 9 years ago
- 👓 OpenCPU示例代码☆12Nov 18, 2019Updated 6 years ago
- Tiny C Compiler☆22Apr 29, 2020Updated 6 years ago
- Apache NFFS filesystem☆36May 15, 2026Updated last week
- ☆61Nov 3, 2021Updated 4 years ago
- C rewrite of a minimal Python JPEG decoder☆12Jan 2, 2019Updated 7 years ago