/center></h2> * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain
RT-Thread source code catalog is shown as follow: NameDescription bspBoard Support Package based on the porting of various development boards componentsComponents, such as finsh shell, file system, protocol stack etc. documentationRelated documents, like coding style, doxygen etc. ...
RT-Thread软件包:运行于 RT-Thread物联网操作系统平台上,面向不同应用领域的通用软件组件,由描述信息、源代码或库文件组成。RT-Thread提供了开放的软件包平台,这里存放了官方提供或开发者提供的软件包,该平台为开发者提供了众多可重用软件包的选择,这也是 RT-Thread生态的重要组成部分。软件包生态对于一个操作系统的...
详细的下载方法见: RT-Thread 源码下载应用笔记 https://www.rt-thread.org/document/site/rtthread-application-note/setup/source-code/an0016-rtthread-setup-source-code/ 下载并学会 env 工具的使用方法: 用户手册 https://www.rt-thread.org/document/site/rtthread-development-guide/rtthread-tool-manual/...
Source Code and Tools Get the source code: The source code of RT-Thread is hosted on Github, and click on the link to get the source code. Download RT-Thread source code Get the Env Tool: To better help developers, the RT-Thread team also provides Env tools (or Env scripts for Linux...
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. “源码”形式是指便于人类修改的形式,包括但不限于软件源代码、源文档和配置文件。
doxygen: create framework to unify markdown and source code part (#9946) 4个月前 Loading... README Apache-2.0 English|中文|Español|Deutsch 简介 RT-Thread诞生于2006年,是一款以开源、中立、社区化发展起来的物联网操作系统。 RT-Thread主要采用 C 语言编写,浅显易懂,且具有方便移植的特性(可快速移...
近期工作PC从Win转向了Mac,由于Mac平台还没有RT Studio IDE工具,日常开发不是太方便。在前期折腾的基础上,萌生了用VS Code+GCC在Mac上偶尔编程的想法。
cubeMx配置串口4 1、GPIO配置为上拉模式。输出高电平 2、使用DMA传输中断接收通信包 3、注意开串口4的中断,应用串口空闲中断实现不定长通信包接收。 4、通过RT-thread的内核互斥信号,防止多个线程同时操作同一个串口外设。 通过RT-thread的内核事件信号,实现中断通知线程
在下面连接中下载即可,选择自己的系统,windows、MAC、LINUX等,慢慢等待下载完成即可。下载链接:https://code.visualstudio.com/ 下载完成后,双击.exe文件就可,一路下一步,选择自己的安装路径,默认C盘,不想放C盘的,换个就好,有一点需要注意的就是,这几个选项建议勾选上,特别是添加到资源管理器的选项,勾选了就...