文件名称:RT-Thread-1.0.2
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 33.77mb
- 下载次数:
- 0次
- 提 供 者:
- 马*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
RT-Thread 嵌入式操作系统
Kernel内核部分包括了RT-Thread的核心代码,包括对象管理器,线程管理及调度,线
程间通信等的微小内核实现(最小能够到达4k ROM,1k RAM体积占用)。内核库是为了保证
内核能够独立运作的一套小型类似C库实现(这部分根据编译器自带C库的情况会有些不同,使
用GCC编译器时,携带更多的标准C库实现)。CPU及板级支持包包含了RT-Thread支持的各个平
台移植代码,通常会包含两个汇编文件,一个是系统启动初始化文件,一个是线程进行上下文切
换的文件,其他的都是C源文件。-RT-Thread Kernel kernel part of embedded operating systems including RT-Thread core code, including object management, thread management and scheduling, inter-thread communication tiny kernel implements (4k ROM, 1k RAM minimum can be reached volume occupied). Kernel library in order to ensure that the core is capable of independent operation similar to a small C library that implements (this part of the compiler comes with a C library is somewhat different, using the GCC compiler, to carry more of the standard C library implementation). CPU and board support package includes RT-Thread support platform porting code usually contains two assembly files, a system startup initialization file, a thread context switching files are C source files.
Kernel内核部分包括了RT-Thread的核心代码,包括对象管理器,线程管理及调度,线
程间通信等的微小内核实现(最小能够到达4k ROM,1k RAM体积占用)。内核库是为了保证
内核能够独立运作的一套小型类似C库实现(这部分根据编译器自带C库的情况会有些不同,使
用GCC编译器时,携带更多的标准C库实现)。CPU及板级支持包包含了RT-Thread支持的各个平
台移植代码,通常会包含两个汇编文件,一个是系统启动初始化文件,一个是线程进行上下文切
换的文件,其他的都是C源文件。-RT-Thread Kernel kernel part of embedded operating systems including RT-Thread core code, including object management, thread management and scheduling, inter-thread communication tiny kernel implements (4k ROM, 1k RAM minimum can be reached volume occupied). Kernel library in order to ensure that the core is capable of independent operation similar to a small C library that implements (this part of the compiler comes with a C library is somewhat different, using the GCC compiler, to carry more of the standard C library implementation). CPU and board support package includes RT-Thread support platform porting code usually contains two assembly files, a system startup initialization file, a thread context switching files are C source files.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RT-Thread 1.0.2
...............\AUTHORS
...............\bsp
...............\...\at91sam9260
...............\...\...........\application.c
...............\...\...........\at91sam9260_ram.ld
...............\...\...........\at91_mci.c
...............\...\...........\at91_mci.h
...............\...\...........\board.c
...............\...\...........\board.h
...............\...\...........\console.c
...............\...\...........\led.c
...............\...\...........\led.h
...............\...\...........\macb.c
...............\...\...........\macb.h
...............\...\...........\mii.h
...............\...\...........\rtconfig.h
...............\...\...........\rtconfig.py
...............\...\...........\SConscript
...............\...\...........\SConstruct
...............\...\...........\startup.c
...............\...\avr32uc3b0
...............\...\..........\application.c
...............\...\..........\avr32elf_uc3b0256.lds
...............\...\..........\board.c
...............\...\..........\rtconfig.h
...............\...\..........\rtconfig.py
...............\...\..........\SConscript
...............\...\..........\SConstruct
...............\...\..........\SOFTWARE_FRAMEWORK
...............\...\..........\..................\BOARDS
...............\...\..........\..................\......\board.h
...............\...\..........\..................\DRIVERS
...............\...\..........\..................\.......\FLASHC
...............\...\..........\..................\.......\......\flashc.c
...............\...\..........\..................\.......\......\flashc.h
...............\...\..........\..................\.......\GPIO
...............\...\..........\..................\.......\....\gpio.c
...............\...\..........\..................\.......\....\gpio.h
...............\...\..........\..................\.......\INTC
...............\...\..........\..................\.......\....\exception.x
...............\...\..........\..................\.......\....\intc.c
...............\...\..........\..................\.......\....\intc.h
...............\...\..........\..................\.......\PM
...............\...\..........\..................\.......\..\pm.c
...............\...\..........\..................\.......\..\pm.h
...............\...\..........\..................\.......\..\pm_conf_clocks.c
...............\...\..........\..................\.......\..\power_clocks_lib.c
...............\...\..........\..................\.......\..\power_clocks_lib.h
...............\...\..........\..................\.......\USART
...............\...\..........\..................\.......\.....\usart.c
...............\...\..........\..................\.......\.....\usart.h
...............\...\..........\..................\SConscript
...............\...\..........\..................\UTILS
...............\...\..........\..................\.....\compiler.h
...............\...\..........\..................\.....\LIBS
...............\...\..........\..................\.....\....\NEWLIB_ADDONS
...............\...\..........\..................\.....\....\.............\INCLUDE
...............\...\..........\..................\.....\....\.............\.......\nlao_cpu.h
...............\...\..........\..................\.....\....\.............\.......\nlao_exceptions.h
...............\...\..........\..................\.....\....\.............\.......\nlao_interrupts.h
...............\...\..........\..................\.....\....\.............\.......\nlao_io.h
...............\...\..........\..................\.....\....\.............\.......\nlao_usart.h
...............\...\..........\..................\.....\parts.h
...............\...\..........\..................\.....\PREPROCESSOR
...............\...\..........\..................\.....\............\mrepeat.h
...............\...\..........\..................\.....\............\preprocessor.h
...............\...\..........\..................\.....\............\stringz.h
...............\...\..........\..................\.....\............\tpaste.h
...............\...\..........\startup.c
..........
...............\AUTHORS
...............\bsp
...............\...\at91sam9260
...............\...\...........\application.c
...............\...\...........\at91sam9260_ram.ld
...............\...\...........\at91_mci.c
...............\...\...........\at91_mci.h
...............\...\...........\board.c
...............\...\...........\board.h
...............\...\...........\console.c
...............\...\...........\led.c
...............\...\...........\led.h
...............\...\...........\macb.c
...............\...\...........\macb.h
...............\...\...........\mii.h
...............\...\...........\rtconfig.h
...............\...\...........\rtconfig.py
...............\...\...........\SConscript
...............\...\...........\SConstruct
...............\...\...........\startup.c
...............\...\avr32uc3b0
...............\...\..........\application.c
...............\...\..........\avr32elf_uc3b0256.lds
...............\...\..........\board.c
...............\...\..........\rtconfig.h
...............\...\..........\rtconfig.py
...............\...\..........\SConscript
...............\...\..........\SConstruct
...............\...\..........\SOFTWARE_FRAMEWORK
...............\...\..........\..................\BOARDS
...............\...\..........\..................\......\board.h
...............\...\..........\..................\DRIVERS
...............\...\..........\..................\.......\FLASHC
...............\...\..........\..................\.......\......\flashc.c
...............\...\..........\..................\.......\......\flashc.h
...............\...\..........\..................\.......\GPIO
...............\...\..........\..................\.......\....\gpio.c
...............\...\..........\..................\.......\....\gpio.h
...............\...\..........\..................\.......\INTC
...............\...\..........\..................\.......\....\exception.x
...............\...\..........\..................\.......\....\intc.c
...............\...\..........\..................\.......\....\intc.h
...............\...\..........\..................\.......\PM
...............\...\..........\..................\.......\..\pm.c
...............\...\..........\..................\.......\..\pm.h
...............\...\..........\..................\.......\..\pm_conf_clocks.c
...............\...\..........\..................\.......\..\power_clocks_lib.c
...............\...\..........\..................\.......\..\power_clocks_lib.h
...............\...\..........\..................\.......\USART
...............\...\..........\..................\.......\.....\usart.c
...............\...\..........\..................\.......\.....\usart.h
...............\...\..........\..................\SConscript
...............\...\..........\..................\UTILS
...............\...\..........\..................\.....\compiler.h
...............\...\..........\..................\.....\LIBS
...............\...\..........\..................\.....\....\NEWLIB_ADDONS
...............\...\..........\..................\.....\....\.............\INCLUDE
...............\...\..........\..................\.....\....\.............\.......\nlao_cpu.h
...............\...\..........\..................\.....\....\.............\.......\nlao_exceptions.h
...............\...\..........\..................\.....\....\.............\.......\nlao_interrupts.h
...............\...\..........\..................\.....\....\.............\.......\nlao_io.h
...............\...\..........\..................\.....\....\.............\.......\nlao_usart.h
...............\...\..........\..................\.....\parts.h
...............\...\..........\..................\.....\PREPROCESSOR
...............\...\..........\..................\.....\............\mrepeat.h
...............\...\..........\..................\.....\............\preprocessor.h
...............\...\..........\..................\.....\............\stringz.h
...............\...\..........\..................\.....\............\tpaste.h
...............\...\..........\startup.c
..........