update Config/mcucfg_80251.h.

Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
This commit is contained in:
零中断延迟的RTOS
2025-02-26 14:46:34 +00:00
committed by Gitee
parent ad940b362b
commit ca08882bf8
+8 -2
View File
@@ -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=> 卓越性能