Stars
Lightweight printf library optimized for embedded systems
A curated list of awesome embedded programming.
A collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
Kalman filter fixed-point implementation based on libfixmatrix, targeted at embedded systems without an FPU and/or need for performance.
Implement of all problems in the book "Design Patterns for Embedded system in C"
UART based embedded shell for embedded systems. Intended to be used for learning, experimenting and diagnostics.
Eclipse ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
A dedicated performance counter for Cortex-M systick. It shares the SysTick with users' original SysTick function without interfering it. This library will bring new functionalities, such as perfor…
A bare metal programming guide (ARM microcontrollers)
需要连子模块一起拉取 git clone https://github.com/cctv180/STM32H743XI_Demo --recursive
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, in…
STM32 examples for USART using DMA for efficient RX and TX transmission
Lightweight shell implementation for embedded systems
Leet Code 刷题笔记 - - 不求最快最省,但求最短最优雅,Shorter is better here.
程序员延寿指南 | A programmer's guide to live longer
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试