收集有趣的、有用的、方便移植的开源仓库,大家有兴趣可以尝试移植到RT-Thread。
☆15Oct 16, 2018Updated 7 years ago
Alternatives and similar repositories for rtpkg_list
Users that are interested in rtpkg_list are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- The ulog flash plugin by EasyFlash. | 基于 EasyFlash 的 ulog 插件☆14Nov 24, 2023Updated 2 years ago
- Lua port package for RT-Thread.☆47Oct 13, 2021Updated 4 years ago
- MicroPython port for RT-Thread on STM32F4 board☆10Jan 8, 2022Updated 4 years ago
- getopt-like command-line parameter parser for RT-Thread☆28Jul 23, 2023Updated 2 years ago
- A library for audio sequencing and mixing.☆18Nov 8, 2011Updated 14 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Quick build rt-thread pkg toolkits. | 快速构建rt-thread pkg工具集.☆28Jul 21, 2021Updated 4 years ago
- libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. | libcsv是用纯ANSI C89编写的小型、简单、快速的…☆36Jul 24, 2018Updated 7 years ago
- SmartOS是无声物联科技独立研发完成,面向物联网企业的嵌入式系统平台。SmartOS的目标是将各个行业转为智能化。☆19Oct 9, 2016Updated 9 years ago
- a stm32f10x bsp demo, containing some drivers☆16Feb 11, 2014Updated 12 years ago
- a balance car with two wheels based on rt-thread☆33Mar 7, 2020Updated 6 years ago
- i2c 调试小工具☆17May 17, 2023Updated 3 years ago
- 基于RT-Thread物联网操作系统的dwin串口屏幕快速开发库!☆63Jun 19, 2018Updated 7 years ago
- 应用 RT-Thread 实现的蜂鸣器播放器☆31Jan 5, 2021Updated 5 years ago
- Create and Share something with i.MX RT1050☆39May 4, 2018Updated 8 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.
- a tool help import source files from MDK/IAR project to source insight☆35Apr 19, 2019Updated 7 years ago
- 【持续维护更新】微信公众号airkiss配网以及近场发现功能在esp8266 rtos3.1 sdk的实现。☆14Oct 6, 2019Updated 6 years ago
- A portable NES simulator for embedded processors☆38Aug 20, 2021Updated 4 years ago
- 基于 RT-Thread 的 STM32H750VB RTTGameBoard(RGB) 开发板 BSP.☆19May 9, 2019Updated 7 years ago
- Let's enjoy boards together☆27Sep 4, 2018Updated 7 years ago
- The littlevgl graphics library for RT-Thread. | 基于 RT-Thread 移植的littlevgl图形库.☆156Apr 15, 2021Updated 5 years ago
- Introduction to the api of the iammeter platform product☆20Feb 14, 2026Updated 3 months ago
- [WIP] Drag end drop GUI designer for LVGL☆25Oct 15, 2021Updated 4 years ago
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 years ago
- 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.
- Asynchronous Multicast Callbacks in C☆11Jun 29, 2025Updated 10 months ago
- QSDK是河北骑士智能科技有限公司基于RT-THREAD RTOS编写的NB-IOT模块驱动代码☆10Nov 12, 2019Updated 6 years ago
- 基于ESP8266的开源MCU方案☆12May 29, 2019Updated 6 years ago
- 内核源码学习,包括源码注释和学习笔记,笔记位于Lee_Doc☆11Sep 26, 2015Updated 10 years ago
- The I/O side ARM MCU firmware for Granite Devices ARGON servo motor drive.☆18Sep 1, 2020Updated 5 years ago
- Ali Cloud SDK for IoT platform☆30Aug 11, 2023Updated 2 years ago
- 在嵌入式软件开发当中,常常第一步就是设计 整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- Simple key value pairs store only integer and string types.☆10Nov 5, 2018Updated 7 years ago
- STM32 快速开发框架,基于标准库及C++11☆12Jan 17, 2020Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- packages index repository for rt-thread.☆251Updated this week
- 正点原子开拓者&新起点FPGA开发板例程☆15Nov 29, 2019Updated 6 years ago
- A CanFestival port to RT-Thread operating system☆61Nov 2, 2022Updated 3 years ago
- 国产IC联盟,旨在收集一些进口芯片的国产替代方案,帮助开发者在最低转换成本的前提下,可靠快速地进行方案切换,以应对成本日益渐增的进口芯片。☆10Aug 15, 2020Updated 5 years ago
- FPGA based motion controller for RepRap style 3D printers☆16May 6, 2013Updated 13 years ago
- servo motor control with FPGA☆10Nov 14, 2015Updated 10 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago