xref: /nrf52832-nimble/rt-thread/documentation/roadmap-1.2.0.md (revision 104654410c56c573564690304ae786df310c91fc)
1*10465441SEvalZero# Roadmap for RT-Thread 1.2.0 #
2*10465441SEvalZero
3*10465441SEvalZeroThe document is the mainly task of RT-Thread 1.2.0. In this series, there will be a full manual document for RT-Thread 1.x series. The format of document is markdown document[0] on github.com and some hardware environment is used in document (RT-Thread Real-Touch[1]).
4*10465441SEvalZero
5*10465441SEvalZeroThe document will be wroten in Chinese firstly. At least when RT-Thread 1.2.0 has officially released, the Chinese edition of manual is ready. The manual includes:
6*10465441SEvalZero
7*10465441SEvalZero1. RT-Thread Kernel (The basic facilities in RTOS)
8*10465441SEvalZero2. How to port RT-Thread in a new architecture.
9*10465441SEvalZero3. RT-Thread components.
10*10465441SEvalZero4. How to debug in RT-Thread.
11*10465441SEvalZero
12*10465441SEvalZero## Other codes changes in planning ##
13*10465441SEvalZero
14*10465441SEvalZero### Improvement on bsp porting ###
15*10465441SEvalZero
16*10465441SEvalZero- LPC18xx & LPC43xx
17*10465441SEvalZero  * USB host and device driver;
18*10465441SEvalZero
19*10465441SEvalZero- Other BSP.
20*10465441SEvalZero  * welcome contributions.
21*10465441SEvalZero
22*10465441SEvalZero### New features on Components ###
23*10465441SEvalZero
24*10465441SEvalZero- device IPC
25*10465441SEvalZero  * implement the work queue[2].
26*10465441SEvalZero  * implement the rwlock[3].
27*10465441SEvalZero  * The APIs are like *BSD, but implement in RT-Thread
28*10465441SEvalZero
29*10465441SEvalZero- finsh shell
30*10465441SEvalZero  * implement a UNIX style shell, and this shell can execute application module.
31*10465441SEvalZero
32*10465441SEvalZero- device file system
33*10465441SEvalZero  * implement select[4] API for device object in RT-Thread.
34*10465441SEvalZero
35*10465441SEvalZero- lwIP TCP/IP stack
36*10465441SEvalZero  * enable IPv6 feature[5].
37*10465441SEvalZero
38*10465441SEvalZero- gdb server or stub
39*10465441SEvalZero
40*10465441SEvalZero[0] RT-Thread manual: https://github.com/RT-Thread/manual-doc
41*10465441SEvalZero[1] RT-Thread Real-Touch: https://github.com/RT-Thread/realtouch-stm32f4
42*10465441SEvalZero[2] work queue: http://fxr.watson.org/fxr/source/sys/workqueue.h?v=NETBSD
43*10465441SEvalZero[3] rwlock: http://fxr.watson.org/fxr/source/sys/rwlock.h?v=NETBSD
44*10465441SEvalZero[4] select API: http://pubs.opengroup.org/onlinepubs/7908799/xsh/select.html
45*10465441SEvalZero[5] dual IPv4/v6 stack: http://lwip.wikia.com/wiki/LwIP_IPv4/IPv6_stacks
46