1# Roadmap for RT-Thread 1.2.0 # 2 3The 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 5The 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 71. RT-Thread Kernel (The basic facilities in RTOS) 82. How to port RT-Thread in a new architecture. 93. RT-Thread components. 104. How to debug in RT-Thread. 11 12## Other codes changes in planning ## 13 14### Improvement on bsp porting ### 15 16- LPC18xx & LPC43xx 17 * USB host and device driver; 18 19- Other BSP. 20 * welcome contributions. 21 22### New features on Components ### 23 24- device IPC 25 * implement the work queue[2]. 26 * implement the rwlock[3]. 27 * The APIs are like *BSD, but implement in RT-Thread 28 29- finsh shell 30 * implement a UNIX style shell, and this shell can execute application module. 31 32- device file system 33 * implement select[4] API for device object in RT-Thread. 34 35- lwIP TCP/IP stack 36 * enable IPv6 feature[5]. 37 38- gdb server or stub 39 40[0] RT-Thread manual: https://github.com/RT-Thread/manual-doc 41[1] RT-Thread Real-Touch: https://github.com/RT-Thread/realtouch-stm32f4 42[2] work queue: http://fxr.watson.org/fxr/source/sys/workqueue.h?v=NETBSD 43[3] rwlock: http://fxr.watson.org/fxr/source/sys/rwlock.h?v=NETBSD 44[4] select API: http://pubs.opengroup.org/onlinepubs/7908799/xsh/select.html 45[5] dual IPv4/v6 stack: http://lwip.wikia.com/wiki/LwIP_IPv4/IPv6_stacks 46