Stars
OSAL(操作系统抽象层)是一个跨平台的抽象层,用于屏蔽不同操作系统之间的差异,使上层应用可以无需关注底层操作系统的特性。本文档将详细介绍如何编译不同版本的 OSAL 以及如何进行测试。
OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制
The smallest public printf implementation for its feature set.
Zhyolo / qpc-rtthread
Forked from QuantumLeaps/qpcQP/C real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
A library for building fast, reliable and evolvable network services.
🐎 Benchmarks for Inter-Process-Communication Techniques
IPC via shared memory using publish-subscribe pattern
Shell script to monitor the CPU usage of the different threads of a given process.
Print stack traces from running processes, or core files. Supports aarch64, x86_64, and i386
simple C++11 ring buffer implementation, allocated and evaluated at compile time
Make your Visual Studio Portable
A single header c++ websocket client/server lib for linux
log4cplus / ThreadPool
Forked from progschj/ThreadPoolA simple C++11 Thread Pool implementation
Code samples for my book "Neural Networks and Deep Learning"
A cross-platform shared memory queue for fast communication between processes (Interprocess Communication or IPC).
WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
Core Python libraries ported to MicroPython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Examples to accompany the "Raspberry Pi Pico Python SDK" book.
getopt.h file as a drop in addition to Visual Studio