Pinned Repositories
100ProjectsOfCode
A list of practical knowledge-building projects.
AliOS-Things
面向IoT领域的、高可伸缩的物联网操作系统,可去官网了解更多信息https://www.aliyun.com/product/aliosthings
awesome-embedded-software
:stars: List of software (HW interfaces, libs, protocols, etc) specifically suitable for resource-constrained Embedded Systems (low-memory and low-power) like 8-bit, 16-bit and 32-bit microcontrollers.
Basic_DSMPS_Tutorial
Basic and Start-up Digital SMPS Tutorial using STM32
Linux_Gateway-ioT
LInux 平台下物联网网关(多线程实现),嵌入式项目
LinuxOS_Course
《Linux操作系统》课程资料
LiPow-Firmware
Lipo Battery Charger with USB C Power Delivery Based on the STM32G0
littlefs
A little fail-safe filesystem designed for microcontrollers
luci-theme-infinityfreedom
A theme for HomeLede and Openwrt.
remake
Enhanced GNU Make - tracing, error reporting, debugging, profiling and more
mandy-yan's Repositories
mandy-yan/Linux_Gateway-ioT
LInux 平台下物联网网关(多线程实现),嵌入式项目
mandy-yan/LinuxOS_Course
《Linux操作系统》课程资料
mandy-yan/LiPow-Firmware
Lipo Battery Charger with USB C Power Delivery Based on the STM32G0
mandy-yan/littlefs
A little fail-safe filesystem designed for microcontrollers
mandy-yan/ButtonDrive
纯C语言实现的一个按键驱动,可移植性强,支持单双击、连按、连按释放、长按;采用回调处理按键事件(自定义消抖时间),使用只需3步,1:创建按键,2:按键事件与回调处理函数链接映射。然后周期检查按键。
mandy-yan/CMAKE-DEMO
CMake 学习(cmake命令、测试、安装、打包、交叉编译、NDK、clang)
mandy-yan/cmd-parser
一个非常简单好用的命令解析器,占用资源极少极少,采用哈希算法超快匹配命令!
mandy-yan/CMSIS-Driver
Repository of microcontroller peripheral driver implementing the CMSIS-Driver API specification
mandy-yan/Data-Structures-and-Algorithms-in-C
所有基础数据结构和算法的纯C语言实现,如各自排序、链表、栈、队列、各种树以及应用、图算法、字符串匹配算法、回溯、并查集等,献丑了
mandy-yan/EasyFlash
Lightweight embedded flash memory library. Make flash to be a small KV database. | 嵌入式 Flash 存储器库,让 Flash 成为小型 KV 数据库
mandy-yan/embedded-notes
嵌入式linux软件开发、嵌入式linux驱动开发、c语言、单片机开发、IOT开发等面试要点记录
mandy-yan/esp-at-lib
Communicate with ESP8266 from host MCU using AT parser library
mandy-yan/esp32-tutorial
mandy-yan/FlexibleButton
灵活的按键处理库(Flexible Button)| 按键驱动 | 支持单击、双击、连击、长按、自动消抖 | 灵活适配中断和低功耗 | 按需实现组合按键
mandy-yan/FreeRTOS
'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel.
mandy-yan/ioctl_driver
Example on how to write a Linux driver
mandy-yan/kernel_list
算法 内核链表在用户空间的移植
mandy-yan/Linux-Socket-IPC
Linux Socket编程和进程、线程通信
mandy-yan/LiPow-Hardware
Lipo Battery Charger with USB C Power Delivery Based on the STM32G0
mandy-yan/mem_malloc
mandy-yan/nr_micro_shell
shell for MCU. 单片机命令行交互。
mandy-yan/smartfsm
It's smart Finite State Machine architecture.
mandy-yan/stm32-sdcard
STM32 HAL-based library for SDHC/SDXC-cards
mandy-yan/sx127x
sx1276/7/8/9 library (mirror)
mandy-yan/TeenyUSB
Light weight USB device and host stack for STM32 devices.
mandy-yan/TencentOS-tiny
腾讯物联网终端操作系统
mandy-yan/unpv13e
UNIX Network Programming, Volume 1, Third Edition Source Code
mandy-yan/W5500_STM32F4_SPI_DMA
W5500_STM32F4_SPI_DMA-master
mandy-yan/wireless-tools
Wireless Tools for Linux. Cloned from https://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html .
mandy-yan/zBitsView