AHuang-0328's Stars
cnlohr/mini-rv32ima
A tiny C header-only risc-v emulator.
yuesong-feng/wheelib_old
Fundamental C library, simple and tidy
yuesong-feng/pine
A C++ network library for study.
openthread/ot-rtos
OpenThread RTOS, an integration of OpenThread, LwIP, and FreeRTOS.
megakilo/FreeRTOS-Sim
FreeRTOS simulator for POSIX
michaelbecker/freertos-addons
Additions to FreeRTOS
sevend/Learn_RTOS
如何真正掌握 RTOS?自己动手写个RTOS不就行了。对标FreeRTOS源码,模拟运行
autoas/ssas-public
Simple AUTOSAR Basic Software
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
troydhanson/network
tboox/tbox
🎁 A glib-like multi-platform c library
davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
Water-Melon/Melon
A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).
espressif/ESP8266_RTOS_SDK
Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
espressif/esp-idf
Espressif IoT Development Framework. Official development framework for Espressif SoCs.
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
pocoproject/poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
GNOME/glib
Read-only mirror of https://gitlab.gnome.org/GNOME/glib
buildroot/buildroot
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at https://gitlab.com/buildroot.org/buildroot/. Do not open issues or file pull requests here.
yangxingpping/SM
facebook/folly
An open-source C++ library developed and used at Facebook.
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
vinniefalco/Amalgamate
A tool for creating an amalgamation from C and C++ sources
yasio/yasio
A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client applications.
yy199595/acs
ylmbtm/GameProject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
kassane/asio-zig
asio (standalone) event-loop to C API - Experimental (uses zig 0.12.0)
Kini0804/sel4-tutorials
seL4/sel4test
Test suite for seL4.