From 90941db90bab790e5d304ac37183959d5497002c Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Tue, 29 Sep 2020 23:32:35 +0800 Subject: [PATCH] PUB @wxy https://linux.cn/article-12667-1.html --- ...20200907 Program hardware from the Linux command line.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename {translated/tech => published}/20200907 Program hardware from the Linux command line.md (98%) diff --git a/translated/tech/20200907 Program hardware from the Linux command line.md b/published/20200907 Program hardware from the Linux command line.md similarity index 98% rename from translated/tech/20200907 Program hardware from the Linux command line.md rename to published/20200907 Program hardware from the Linux command line.md index b25e0b1d77..7ecd05315d 100644 --- a/translated/tech/20200907 Program hardware from the Linux command line.md +++ b/published/20200907 Program hardware from the Linux command line.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (wxy) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-12667-1.html) [#]: subject: (Program hardware from the Linux command line) [#]: via: (https://opensource.com/article/20/9/hardware-command-line) [#]: author: (Alan Smithee https://opensource.com/users/alansmithee) @@ -12,7 +12,7 @@ > 由于物联网(IoT)的兴起,对硬件进行编程变得越来越普遍。RT-Thread 可以让你可以用 FinSH 从 Linux 命令行与设备进行沟通、 -![命令行提示][1] +![](https://img.linux.net.cn/data/attachment/album/202009/29/233059w523g55qzvo53h6i.jpg) RT-Thread 是一个开源的[实时操作系统][2],用于对物联网(IoT)设备进行编程。FinSH 是 [RT-Thread][3] 的命令行组件,它提供了一套操作界面,使用户可以从命令行与设备进行沟通。它主要用于调试或查看系统信息。