xref: /nrf52832-nimble/rt-thread/documentation/roadmap-2.1.0.md (revision 104654410c56c573564690304ae786df310c91fc)
1*10465441SEvalZero# The Roadmap of RT-Thread v2.1.0 version #
2*10465441SEvalZero
3*10465441SEvalZeroThank all of the developers and contributors, the final version of RT-Thread v2.0.0 has been released. The next version should be a small version, not always similar to the last version, which is a big version:-) The version number should be v2.1.0. There are lot of people ask me what's the features of next version. In fact, I would say, RT-Thread is an open source community, which the development of RT-Thread RTOS is depended by community, belonging to each community participants. If you want to let RT-Thread has some features, please implement it! Then share them to the community. If those part meet the RT-Thread rule (such as no license conflict), there is no reason that not to put them into the upstream of RT-Thread.
4*10465441SEvalZero
5*10465441SEvalZeroSo more representatives mentioned below are my (Bernard) personal point of view:
6*10465441SEvalZero
7*10465441SEvalZero1. CloudIDE, which is hosted on http://lab.rt-thread.org/cloudide, is an online IDE, ah, similar to mbed;-) But hope there are some own characteristics, and at least, it's faster in China. (When it's ready, we maybe setup a local IDE version.) It's in alpha phase right now, which introduces multi-tab edit mode; adding the Wi-Fi startkit hardware to update its firmware in fly; sharing snippets and components between developers; integrating help documentation and other information. The intention is to create a convenient way for newcomer, but not troubled by the development environment. Developers only need a web browser and the corresponding hardware, such as Wi-Fi startkit (which also is called as ART-wifi).
8*10465441SEvalZero
9*10465441SEvalZero2. In embedded system salon which is held in Shanghai China, December of last year, developer Weety mentioned POSIX compatibility issue, which leading to not easy to port some Linux software to RT-Thread. The main problem here is that the BSD socket interface is entirely in lwIP protocol stack, while the file system interface of RT-Thread is another one. Therefore, RT-Thread has no unified select/read/write/poll function on socket/file descriptor/device; Another implicit problem is, POSIX implementation is not completed standard. There may be some pits inside. This issue is a big problem, since we chose the open source system, then he/she must also take into account the open source ecosystem as well. There are many open source resources you can use or re-use. Therefore, RT-Thread also need to be more open attitude to solve this problem so that it can be more open, to enhance the affinity of the POSIX standard itself. Similarly, it should be better supported for some of the C ++ standard. RT-Thread will be more POSIX, more open. RT-Thread is there, and how to create a better application, it's up to the user's innovation.
10*10465441SEvalZero
11*10465441SEvalZero3. Some rich feature SoC, such as the number of new pop package ARM9 (With built-in SDRAM/DDR), Cortex-A7/8/9, MIPS32/64, or even x86, these SoC will be certainly and gradually evolved into the RT-Thread target hardware platform, but the work should be heavier. If the above No.2 POSIX issue resolved, it's possible to support them. The primary working is the driver implementation, and then integrated with POSIX interface, it will be easier to port other components.
12*10465441SEvalZero
13*10465441SEvalZeroFrom my side of the energy can put into it, I should be focusing my working on the building up the platform, so that RT-Thread can be more POSIX, more standardized, more open and easy to use. The current planning point is to release RT-Thread v2.1.0 alpha version on the end of Q1 2015. This version should include dfs_lwIP file system interface, and then make sure the branch direction.
14*10465441SEvalZero
15*10465441SEvalZeroThe others, the following list are some thought but no obligation feature list, please interested guys come to claim, thanks:
16*10465441SEvalZero
17*10465441SEvalZero* CloudIDE related
18*10465441SEvalZero  - Improve the NAT function, turns ART-wifi board into a Wi-Fi repeater (routing).
19*10465441SEvalZero  - Look forward to sharing MQTT/CoAP components on CloudIDE;
20*10465441SEvalZero  - Look forward to adding Wi-Fi/6LoWPAN gateway in the ART-wifi startkit.
21*10465441SEvalZero  - Look forward to adding Wi-Fi/nRF51822 BLE gateway in the ART-wifi startkit.
22*10465441SEvalZero  - Look forward to turning the ART-wifi startkit as a multi-axis flight control, and porting some algorighms in PX4 project;
23*10465441SEvalZero  - Look forward to sharing Lewei50/Yeelink access component on CloudIDE;
24*10465441SEvalZero  - Look forward to sharing SSL component on CloudIDE;
25*10465441SEvalZero  - Look forward to sharing components on CloudIDE to access Ali cloud, Baidu cloud, Tencent cloud etc;
26*10465441SEvalZero
27*10465441SEvalZero  - Add more sensors driver, e.g., barometer, thermometer, illumination, 9-axis sensor etc;
28*10465441SEvalZero
29*10465441SEvalZero  - Look forward to integrating RealBoard LPC4088 APP development environment on CloudIDE;
30*10465441SEvalZero  - Look forward to integrating UI design feature on CloudIDE;
31*10465441SEvalZero  - Look forward to turnning CloudIDE become a local desktop application;
32*10465441SEvalZero
33*10465441SEvalZero* POSIX-related
34*10465441SEvalZero  - Implement dfs_lwIP file system interface for DFS fd/lwIP socket interface. To implement select/poll interface before DFS;
35*10465441SEvalZero  - More better integration between DFS and device file system interface(devfs).
36*10465441SEvalZero  - Add more POSIX interfaces, including but not limited to aio, signal and other functions etc;
37*10465441SEvalZero  - Improve DeviceDriver framework for device interfaces (rt_device_*). Application layer uses rt_device_* and devfs interface, firmware/driver developer uses device driver framework interface.
38*10465441SEvalZero
39*10465441SEvalZero* Others
40*10465441SEvalZero  - Porting TCP/IP protocol stack and POSIX environmemnt in OpenBSD;
41*10465441SEvalZero  - CanOpen component;
42*10465441SEvalZero  - ARM Cortex-A8/A9 + M4/M3 hardware platform;
43*10465441SEvalZero  - Some other hardware porting;
44*10465441SEvalZero
45*10465441SEvalZero
46*10465441SEvalZero
47*10465441SEvalZero
48*10465441SEvalZeroBernard Xiong
49*10465441SEvalZero2015.2.26
50*10465441SEvalZero
51