Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread English
Welcome to RT-Thread RTOS English discussion
发布于 2009-10-15 17:24:16 浏览:28930
订阅该版
RT-Thread RTOS will release RT-Thread/STM32 gcc version soon! 下载附件 [RT-Thread.pdf chapter wise english translation-html.7z](https://oss-club.rt-thread.org/uploads/2003_6fbe299777011b1aaa929c5466057538.7z)
查看更多
13
个回答
默认排序
按发布时间排序
mrutyunjay
2010-04-27
这家伙很懒,什么也没写!
hi bernard, great project you have started . my china friend introduce me to use this OS for next our next project. we are both using LM3S6965 kit for evaluation of RT-Thread . I browse the site with google translate tool [s:157] . we downloaded the source (0.3.0 ) version , I could compile and run the application . we need to develop some tcp/ip based application on the 6965 kit . one problem is source comment they are all in Chinese no problem , my Chinese friend helps me to understand them . Also the Project documentation is all in Chinese, I dont understand Chinese , can you put english documentation on website , or if you don't have resource to make english version, Can you please put the existing documentation in MSword or open office doc versions. so that i could translate them to english using google translate tools . Thanks [s:160] My best Regards Mrutyunjay
bernard
2010-04-27
这家伙很懒,什么也没写!
I have to say, you have a good Chinese friend. The most part of source comments are written in English, so you can understand it well. There is a English manual, but I need time to update to the newest version (0.3.0). There is no English Programming Guide yet at present. The Chinese version of RT-Thread Programming Guide is made from LaTex file, therefore, no word or open office file.
mrutyunjay
2010-04-28
这家伙很懒,什么也没写!
dear bernard, I did some googling for latex to doc converter , If you could share the latex file iwold try for rtf or html output [s:186] [http://www.latex-community.org/forum/viewtopic.php?f=5&t=1878&start=0](http://www.latex-community.org/forum/vi ... 78&start=0) Re: Output to .doc .rtf or convert .pdf to .doc (word) Postby T3. on Mon Jul 07, 2008 12:35 pm This is not at all a heresy. In fact, this is quite common request. A list of available converters can be found here. I have tried latex2rtf and tex4ht. Both work well for non-math text. You will additionally need 'convert' utility from ImageMagick for your graphics. latex2rtf is faster and generates rtf directly but document formating is more visual in nature. tex4ht can generate either an OpenOffice file which can be converted in Writer to doc format or a html file (use with "html,word" option) which can be opened in Word directly. [http://www.tug.org/utilities/texconv/textopc.html](http://www.tug.org/utilities/texconv/textopc.html) Thanks and Regards mrutyunjay
bernard
2010-04-29
这家伙很懒,什么也没写!
I think you can convert PDF file version to word document directly by some tools. The latex file has no figure yet, I don't think it's a good idea. However, some tools can convert PDF to word document in very pretty. You can find it by Google.
mrutyunjay
2010-04-30
这家伙很懒,什么也没写!
Dear bernard , I did searched tools for PDF to word convector , all are commercial version , need to pay for it and are expensive for me [s:170] . But google provides free tool for translation , [http://translate.google.com/toolkit/](http://translate.google.com/toolkit/) only issue is i does not accept PDF. ----------------------------------------------------- Types of files that you can upload: Documents (total up to 1MB) * AdWords Editor Archive (.aea) * HTML (.html) * Microsoft Word (.doc) * OpenDocument Text (.odt) * Plain Text (.txt) * Rich Text (.rtf) * SubRip (.srt) * SubViewer (.sub) ----------------------------------------------------- If you could share the source file for this document ,which you have posted on website , [http://www.rt-thread.org/download/RT-Thread.pdf](http://www.rt-thread.org/download/RT-Thread.pdf) or could release rtf or html version using latex conversion tools. so that every one could use googletoolkit to convert to english and use the existing Chinese document until you release the english version . also if this work satisfactory , I think you need not spent time on English documentation at all [s:179] regards mrutyunjay
mrutyunjay
2010-05-05
这家伙很懒,什么也没写!
hi , I have done the on-line translation of the programmers manual using googel mail translation tools [s:179] . The output chapter wise and is without diagrams and picture as Google does not include diagrams and figures in translation. hope it would be helpful to others [s:154] . Thanks and Regards mrutyunjay
bernard
2010-05-05
这家伙很懒,什么也没写!
You are really good person [s:187] I was thinking that I can give you the converted version sometime. Could you send me an email? So that I can attach a converted word version, this will include figures. My mail address is placed on my signature.
starwalker96
2010-10-17
这家伙很懒,什么也没写!
Hi Bernard, I would like to join to RT-Thread development group. I have some experience in embedded projects based on Mini2440 board, but I worked only with Keil MDK. Could you please help me to setup GNU-ARM build environment for RT-Thread? I have installed YAGARTO ARM toolchain, but can't find any valid makefile in RT-Tread project to build (only Keil). I don't want to use Keil or any commercial IDE anymore for big project. Thank you, Valentin.
shaolin
2010-10-18
这家伙很懒,什么也没写!
>Hi Bernard, > >I would like to join to RT-Thread development group. >I have some experience in embedded projects based on Mini2440 board, but I worked only with Keil MDK. > >Could you please help me to setup GNU-ARM build environment for RT-Thread? > >I have installed YAGARTO ARM toolchain, but can't find any valid makefile in RT-Tread project to build (only Keil). I don't want to use Keil or any commercial IDE anymore for big project. > >Thank you, > >Valentin. --- Hi, starwalker96 Welcome to join us. Both GNU-ARM and Keil environment are suppored in mini2440 branch, but we are not using makefile to construct system, instead we are using SCONS, another software construction tool. To build the SCONS enviroment, you need to install python and SCONS. Belowing is the tool link address. [http://www.python.org/ftp/python/2.5.2/python-2.5.2.msi](http://www.python.org/ftp/python/2.5.2/python-2.5.2.msi) [http://sourceforge.net/projects/scons/files/scons/1.2.0.d20091224/](http://sourceforge.net/projects/scons/f ... d20091224/) Besides, we are using CodeSourcey ARM toolchain, YAGARTO maybe OK too, but I'm not sure, I'll have a try. Please contact us if you have any problem. Thank you,
bernard
2010-10-18
这家伙很懒,什么也没写!
Welcome starwalker96, If you want to use YAGARTO ARM toolchain, you need to modify the bsp/mini2440/rtconfig.py to change the toolchain prefix. For mini2440, YAGARTO toolchain is OK. Any questions, please let us know.
撰写答案
登录
注册新账号
关注者
0
被浏览
28.9k
关于作者
bernard
这家伙很懒,什么也没写!
提问
414
回答
5940
被采纳
76
关注TA
发私信
相关问题
1
good!
2
The speed of external SRAM of STM32
3
RT-Thread on ST Forum
4
Splay Tree
5
More RTGUI screenshot
6
STM32 pimer2
7
mini2440 support
8
Howto Run RT-Thread 0.4.0 on QEMU/mini2440
9
RT-Gui : how can use it?
10
RT-Gui : a simple example
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
2
RT-Thread 发布 EtherKit开源以太网硬件!
3
rt-thread使用cherryusb实现虚拟串口
4
《C++20 图形界面程序:速度与渲染效率的双重优化秘籍》
5
《原子操作:程序世界里的“最小魔法单位”解析》
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
at_device
ulog
C++_cpp
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
13
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
5
个答案
2
次被采纳
用户名由3_15位
11
个答案
1
次被采纳
本月文章贡献
程序员阿伟
7
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
3
次点赞
ThinkCode
1
篇文章
1
次点赞
Betrayer
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部