From 5f29257ef936adfc0e72968b7bd03ce050e95af6 Mon Sep 17 00:00:00 2001 From: Ted Lin Date: Sat, 4 Jul 2015 22:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README.MD=E7=AC=AC15=E8=A1=8C?= =?UTF-8?q?=E7=9A=84`easyly`=E4=B8=BA`easily`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 671ad49c9e..621a26702b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ RT-Thread RTOS like a traditional real-time operating system. The kernel has rea * Device Driver; * Component. -The device driver is more like a driver framework, UART, SPI, USB device/host, EMAC, MTD NAND etc. The developer can easyly add low level driver and board configuration, then he/she can use lots of features. +The device driver is more like a driver framework, UART, SPI, USB device/host, EMAC, MTD NAND etc. The developer can easily add low level driver and board configuration, then he/she can use lots of features. The Component is a software concept upon RT-Thread kernel, for example a shell (finsh shell), virtual file system (FAT, YAFFS, UFFS, ROM/RAM file system etc), TCP/IP protocol stack (lwIP), POSIX interface etc. One component must be a directory under RT-Thread/Components and one component can be descripted by a SConscript file (then be compiled and linked into the system). -- GitLab