-
UCGUI_a
UCGUI实际的性能由许多因素决定, 如处理器/编译器/内存模
式/优化程度/配置/LCD 控制器连接方式等. UCGUI 在典型目标系统上的
性能测试参数和资源占用的分析报告, 通过报告你也可以获知在其它大部分目标系统上
情况(UCGUI actual performance is determined by many factors, such as the processor/compiler/memory mode/optimize the degree/configuration/LCD controller connection. UCGUI typical target system performance test parameters and resource consumption analysis report by report You can also be informed of the situation in most of the other on the target system)
- 2013-04-15 17:25:40下载
- 积分:1
-
51下的一个操作系统源码
51下的一个操作系统源码-51 operating system source code
- 2023-07-18 03:20:03下载
- 积分:1
-
ucosII最新源码,欢迎大家下载使用,学习
ucosII最新源码,欢迎大家下载使用,学习-ucosII the latest source code, welcome to download and learn
- 2022-08-14 10:13:36下载
- 积分:1
-
ucos
ucos-ii源代码,有兴趣的可以下载移植一下。-UCOS-II source code
- 2022-01-26 03:00:04下载
- 积分:1
-
u4AVR128
说明: 嵌入式操作系统UC/OS _II在atmel128单片机上的移植。(UC/OS _II atmel128 MCU in the transplant.)
- 2005-11-05 14:50:51下载
- 积分:1
-
Fiberxon UP
博创UP-NETARM2410-S实验箱源码:Exp1 ARM串口实验-Fiberxon UP-NETARM2410-S experimental box source: Exp1 ARM Serial Experiments
- 2023-01-22 15:30:03下载
- 积分:1
-
UCOSII for 18F
ucosii for 18f
- 2023-03-14 19:15:03下载
- 积分:1
-
uc/os operating system is a classic open
uc/os 操作系统是经典的开放源码嵌入式操作系统,对于在嵌入式开发有兴趣的朋友来说,理解这个操作系统的源代码是非常必要的!-uc/os operating system is a classic open-source embedded operating system for embedded development in the interest of a friend, an understanding of the operating system"s source code is very necessary!
- 2022-02-14 12:10:01下载
- 积分:1
-
UCOS移植到atmel arm7x256上,测试通过,并且包括一个控制灯闪的测试代码,开发环境IAR...
UCOS移植到atmel arm7x256上,测试通过,并且包括一个控制灯闪的测试代码,开发环境IAR-UCOS atmel arm7x256 transplant, tests passed, and includes a control lights blinking test code development environment IAR
- 2022-06-18 19:32:24下载
- 积分:1
-
移植到MCS51的uCOS_II。
1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。...
移植到MCS51的uCOS_II。
1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。
增加code关键字。UCOS_II.H和OS_CORE.C。
2。OS_CFG.H堆栈大小MaxStkSize改为900。
3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。
允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。
4。修改中断处理流程,以便严密监视中断嵌套情况。每个中断进入后立即进行OSIntNesting+1原语操作。
5。增加printf函数的移植,支持灵活的数据显示。支持标准或长二进制/八进制/十进制/十六进制/无符号整数,
支持字符、字符串、浮点数、百分号%。其中,浮点数在整个范围内被完全支持,统一采用科学记数法显示。
-transplanted to the MCS51 uCOS_II. 1. In the document which OSMapTbl OS_CORE.C and OSUnMapTbl array for Lookup, Therefore, it should be placed on code Lane. Increased code keyword. UCOS_II.H and OS_CORE.C. 2. OS_CFG.H MaxStkSize stack size to 900. 3. OS_CPU_C.C InitTimer0 function of the increase on the open T0 interrupted explained. Allow T0 interruption, this time EA = 0 (51 electricity default value), also will not be interrupted. meet the OSStart () do not have interrupted the former requirements. 4. Changes interrupt handling procedures, in order to closely mon
- 2022-08-25 03:55:13下载
- 积分:1