mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-09-23 13:53:38 +08:00
update Config/mcucfg_80251.h.
Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* @file mcucfg_80251.h
|
||||
* @brief 80251 Core Config File
|
||||
* @author 迟凯峰
|
||||
* @version V1.0.0
|
||||
* @date 2025.02.08
|
||||
* @version V1.0.1
|
||||
* @date 2025.02.26
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef __MCUCFG_80251_H
|
||||
@@ -126,6 +126,12 @@
|
||||
#define MCUCFG_MALLOCMEMSIZE 1280
|
||||
|
||||
// </h>
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// <q> 系统变量零安装
|
||||
// <i> 部分系统变量需要初始化为0,否则系统可能会运行异常,这些变量可能存储在任何物理内存区域;
|
||||
// <i> 如果未能在启动文件中正确配置全部内存清零,应开启该选项,系统在定义变量时会自动赋值为0。
|
||||
#define MCUCFG_OSZEROINSTALL 1
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// <o> 任务切换模式
|
||||
// <0=> 节约FLASH <1=> 卓越性能
|
||||
|
||||
Reference in New Issue
Block a user