SL_SDK provides an easy-to-use software framework with united HAL and OSAL, also including a runtime environment to speed-up development for embedded devices like COTEX-M, RISC-V and so on.
☆88Jun 24, 2022Updated 4 years ago
Alternatives and similar repositories for SL_SDK
Users that are interested in SL_SDK are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆76Nov 2, 2020Updated 5 years ago
- The littlevgl graphics library for RT-Thread. | 基于 RT-Thread 移植的littlevgl图形库.☆157Apr 15, 2021Updated 5 years ago
- a petite driver base on mcu such as stm32(f103/f407/h750), RT1052☆108Dec 8, 2024Updated last year
- 收集有趣的、有用的、方便移植的开源仓库,大家有兴趣可以尝试移植到RT-Thread。☆15Oct 16, 2018Updated 7 years ago
- 基于嵌入式Linux的一套可视对讲设备代码,比较底层,写的比较好,里面的lib库是一些图像处理库。et。☆23Sep 16, 2016Updated 9 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- ☆27Jul 21, 2026Updated last week
- [Pause maintenance, my new related tool - walv]A drag-and-drop, simple LittlevGL-GUI designer built with LittlevGL☆79Sep 2, 2019Updated 6 years ago
- AGRV2K裸奔测试工程☆30Jan 5, 2024Updated 2 years ago
- PID可视化调参工具☆14Aug 25, 2018Updated 7 years ago
- 基于NOR Flash的轻量级文件数据存储方案。主要为i.MX RT系列设计,也可轻松移植到其他MCU平台☆30Dec 21, 2023Updated 2 years ago
- grbl1.1f for stm32f103c8☆20Aug 3, 2019Updated 6 years ago
- Text Menu in LCD☆12Aug 30, 2022Updated 3 years ago
- SmartOS是无声物联科技独立研发完成,面向物联网企业的嵌入式系统平台。SmartOS的目标是将各个行业转为智能化。☆19Oct 9, 2016Updated 9 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Versaloon Software Framework -- a tiny preemptive-capable event-driven incremental software framework for embedded systems☆333Updated this week
- infoNES for Embedded linux,based on ZLG easyARM imax283 board.☆21Sep 26, 2019Updated 6 years ago
- ☆16Nov 13, 2017Updated 8 years ago
- Gaming library for ESP32☆10Jan 22, 2018Updated 8 years ago
- ☆18Mar 1, 2020Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- OpenGL ES 2.0 Implementation of LVGL☆13Jun 15, 2022Updated 4 years ago
- ☆13Mar 30, 2020Updated 6 years ago
- Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/Fl…☆2,354Mar 14, 2025Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- GUI Builder for littlevgl.☆515Mar 8, 2022Updated 4 years ago
- SEGGER-RTT Client for J-LINK and DAPLink☆286Dec 4, 2025Updated 7 months ago
- RT-Thread v3s bsp [拒绝维护, fork的仓库我也不懂].☆35Dec 8, 2018Updated 7 years ago
- 嵌入式最小驱动程序框架☆11Jun 11, 2017Updated 9 years ago
- lightning-fast compression library☆12Apr 4, 2023Updated 3 years ago
- dwin☆13Apr 10, 2019Updated 7 years ago
- MOE is an event-driven OS for 8/16/32-bit MCUs. MOE means "Minds Of Embedded system", It’s also the name of my lovely baby daughter☆69Dec 8, 2019Updated 6 years ago
- 一个超级小型的嵌入式Flash KV存储系统☆51May 22, 2020Updated 6 years ago
- Drag and Drop UI Creation for LVGL☆42Feb 9, 2023Updated 3 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆100Mar 10, 2022Updated 4 years ago
- Provide necessary software infrastructure, service, macros to support some high level abstract concept or paradigm, such as OOPC, FSM, de…☆240Mar 9, 2024Updated 2 years ago
- ebox是类似于arduino的一套固件,底层基于rtthread和hal库,简化stm32编程☆12May 25, 2023Updated 3 years ago
- modbus protocol support☆70Jul 20, 2026Updated last week
- A graphic spectrum analyzer based around the STM32F0 discovery board and a PCD8544 LCD☆16Jun 16, 2015Updated 11 years ago
- 嵌入式系统软件设计中的常用算法_周航慈☆96Aug 12, 2017Updated 8 years ago
- gateway☆25Jan 3, 2022Updated 4 years ago