RT-Thread is an open source IoT operating system. RT-Thread has 34 repositories available. Follow their code on GitHub.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
1name:InstallArmMuslToolChains2if:${{matrix.legs.QEMU_ARCH=='arm'&&matrix.legs.UTEST=='rtsmart/arm'&&success()}}3shell:bash4run:|5wget-qhttps://github.com/RT-Thread/toolchains-ci/releases/download/v1.7/arm-linux-musleabi_for_x86_64-pc-linux-g6sudotarxjfarm-linux-musleabi_for_x86_64...
rt-thread中一共有五个GithubAction(rt-thread/.github/workflow),分别是: RT-Thread BSP build check(.github/workflows/action.yml) ToolsCI(.github/workflows/action_tools.yml) AutoTestCI(.github/workflows/action_utest.yml) Check File Format and License(.github/workflows/file_check.yml) Static code ...
RT-Thread 官方将源码https://github.com/RT-Thread/rt-thread/,点击链接找到下图的位置,将其下载下来。 可以在线下载,也可使用Git下载 RT-Thread 源码,使用命令: $git clonehttps://github.com/RT-Thread/rt-thread.git 下载源码,进入源码目录: 下表是该目录的简单说明。
而在RT-Thread 3.0版本中,可以通过menuconfig的方式来配置整个系统,而不需要再手工更改rtconfig.h配置头文件。 贡献者 请访问github上RT-Thread项目上的contributors了解已经为RT-Thread提交过代码,PR的贡献者。感谢所有为RT-Thread付出的开发者们! Apache License Version 2.0, January 2004 http://www.apache.org/...
在github 上有一份独立仓库:rtthread-apps ,这份仓库中放置了一些和动态模块,动态库相关的示例。 其目录结构如下: 可以把这份 git clone 到本地,然后在命令行下以 scons 工具进行编译,如果是 Windows 平台,推荐使用 RT-Thread/ENV 工具。 进入控制台命令行后,进入到这个 rtthread-apps repo 所在的目录(同...
本篇代码的 github 地址是:https://github.com/code-structure-train/pandora_vcom 一、加入编译的文件 二、RTT新加入的文件(来自 RT-Thread 官方 master 源码) 三、CubeMX 生成的裸机代码有哪些改动 代码级移植有啥好处 写软件最基本的两件事:一、写代码;二、代码文件。当想到“这个软件究竟是怎么回事儿”这个...
RT-Thread诞生于2006年,是一款以开源、中立、社区化发展起来的物联网操作系统。 RT-Thread主要采用 C 语言编写,浅显易懂,且具有方便移植的特性(可快速移植到多种主流 MCU 及模组芯片上)。RT-Thread把面向对象的设计方法应用到实时系统设计中,使得代码风格优雅、架构清晰、系统模块化并且可裁剪性非常好。
https://github.com/RT-Thread/rt-thread/tree/master/bsp/renesas 瑞萨RA 系列 MCU 开发板的 BSP 制作教程: https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/tutorial/make-bsp/renesas-ra/RA%E7%B3%BB%E5%88...