RT-Thread诞生于2006年,是一款以开源、中立、社区化发展起来的物联网操作系统。RT-Thread主要采用 C 语言编写,浅显易懂,且具有方便移植的特性(可快速移植到多种主流 MCU 及模组芯片上)。RT-Thread把面向对象的设计方法应用到实时系统设计中,使得代码风格优雅、架构清晰、系统模块化并且可裁剪性非常好。RT-Thread有完整版和Nano版,对于资源受限的微控制器(MCU)系统,可通过简单?

bernard.xiong 2d54fcc405 add heap and semaphore examples. 15 years ago
bsp ce36652552 use strlcpy instead of rt_strlcpy. 15 years ago
examples 2d54fcc405 add heap and semaphore examples. 15 years ago
filesystem 03d17809b7 [mini2440]support more finsh cmd for GCC version 15 years ago
finsh 8aaddbaf38 fix some bugs in finsh for NULL node. 15 years ago
include b8653e766f FIX: If we place a return statement after RT_ASSERT we will get a warning: "statement is unreachable" in debug mode. This fix removed this warning. 15 years ago
libc 824dc0b00e add strlcpy implementation to string.c and fix strlcpy declaration. 15 years ago
libcpu 237b400982 added lowlevel_init.S for startup code 15 years ago
net b437fc5924 discard packet when tcp_input error occurs. 15 years ago
rtgui 8967a4d298 fix hanzi font cache issue. 15 years ago
src 5e2bb92cda remove rt_strlcpy function. 15 years ago
tools 2fdf112063 [mini2440]add emulator debug document 15 years ago
AUTHORS bda4730a94 import RT-Thread RTOS 0.3.x to Google SVN 16 years ago
COPYING bda4730a94 import RT-Thread RTOS 0.3.x to Google SVN 16 years ago