mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-29 00:11:05 +08:00
cd215b2545
1. Remove components.h file; 2. Add libc_* files for standard libc definitions; 3. Add rtdbg.h file for simple debug log; 4. Add single list implementation; 5. Change the 'rt_uint8_t' type of cmd to 'int'.