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.
☆89Jun 24, 2022Updated 3 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图形库.☆155Apr 15, 2021Updated 4 years ago
- a petite driver base on mcu such as stm32(f103/f407/h750), RT1052☆107Dec 8, 2024Updated last year
- 收集有趣的、有用的、方便移植的开源仓库,大家有兴趣可以尝试移植到RT-Thread。☆15Oct 16, 2018Updated 7 years ago
- 基于嵌入式Linux的一套可视对讲设备代码,比较底层,写的比较好,里面的lib库是一些图像处理库。et。☆23Sep 16, 2016Updated 9 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- [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裸奔测试工程☆29Jan 5, 2024Updated 2 years ago
- modbus protocol support☆61Feb 6, 2026Updated last month
- 基于NOR Flash的轻量级文件数据存储方案。主要为i.MX RT系列设计,也可轻松移植到其他MCU平台☆30Dec 21, 2023Updated 2 years ago
- grbl1.1f for stm32f103c8☆20Aug 3, 2019Updated 6 years ago
- SmartOS是无声物联科技独立研发完成,面向物联网企业的嵌入式系统平台。SmartOS的目标是将各个行业转为智能化。☆19Oct 9, 2016Updated 9 years ago
- PID可视化调参工具☆13Aug 25, 2018Updated 7 years ago
- Versaloon Software Framework -- a tiny preemptive-capable event-driven incremental software framework for embedded systems☆328Mar 21, 2026Updated last week
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- infoNES for Embedded linux,based on ZLG easyARM imax283 board.☆21Sep 26, 2019Updated 6 years ago
- Text Menu in LCD☆12Aug 30, 2022Updated 3 years ago
- RT-Thread v3s bsp [拒绝维护, fork的仓库我也不懂].☆33Dec 8, 2018Updated 7 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- OpenGL ES 2.0 Implementation of LVGL☆13Jun 15, 2022Updated 3 years ago
- Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/Fl…☆2,286Mar 14, 2025Updated last year
- SEGGER-RTT Client for J-LINK and DAPLink☆278Dec 4, 2025Updated 3 months ago
- GUI Builder for littlevgl.☆510Mar 8, 2022Updated 4 years ago
- 嵌入式最小驱动程序框架☆11Jun 11, 2017Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 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
- dwin☆12Apr 10, 2019Updated 6 years ago
- Gaming library for ESP32☆10Jan 22, 2018Updated 8 years ago
- 一个超级小型的嵌入式Flash KV存储系统☆50May 22, 2020Updated 5 years ago
- Provide necessary software infrastructure, service, macros to support some high level abstract concept or paradigm, such as OOPC, FSM, de…☆210Mar 9, 2024Updated 2 years ago
- ☆13Mar 30, 2020Updated 6 years ago
- lightning-fast compression library☆12Apr 4, 2023Updated 2 years ago
- A graphic spectrum analyzer based around the STM32F0 discovery board and a PCD8544 LCD☆16Jun 16, 2015Updated 10 years ago
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆102Mar 10, 2022Updated 4 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- Drag and Drop UI Creation for LVGL☆42Feb 9, 2023Updated 3 years ago
- 嵌入式系统软件设计中的常用算法_周航慈☆92Aug 12, 2017Updated 8 years ago
- LVGL interfaces to various file systems (PC, FatFS)☆45Oct 15, 2021Updated 4 years ago
- OSAL(operating system abstraction layer),操作系统抽象层,一种以实现多任务为核心的系统资源管理机制☆160Sep 27, 2019Updated 6 years ago
- FPGA Low latency 10GBASE-R PCS☆12May 23, 2023Updated 2 years ago
- 纯C语言实现的一个按键驱动,可移植性强,支持单双击、连按、连按释放、长按;采用回调处理按键事件(自定义消抖时间),使用只需3步,1:创建按键,2:按键事件与回调处理函数链接映射。然后周期检查按键。☆393Jan 14, 2021Updated 5 years ago
- ebox是类似于arduino的一套固件,底层基于rtthread和hal库,简化stm32编程☆11May 25, 2023Updated 2 years ago