1 Star 0 Fork 1

xiaodingding/vscode-sylixos-template-bsp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.h 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
Sean 提交于 2021-11-03 15:43 . first commit
/*********************************************************************************************************
**
** 中国软件开源组织
**
** 嵌入式实时操作系统
**
** SylixOS(TM) LW : long wing
**
** Copyright All Rights Reserved
**
**--------------文件信息--------------------------------------------------------------------------------
**
** 文 件 名: config.h
**
** 创 建 人: RealEvo-IDE
**
** 文件创建日期: 2021 年 11 月 03 日
**
** 描 述: 本文件由 RealEvo-IDE 生成,用于配置 BSP 相关地址信息
*********************************************************************************************************/
#ifndef __BSP_CONFIG_H
#define __BSP_CONFIG_H
/*********************************************************************************************************
ROM RAM 相关配置
*********************************************************************************************************/
#define BSP_CFG_ROM_BASE (0x00000000)
#define BSP_CFG_ROM_SIZE (4 * 1024 * 1024)
#define BSP_CFG_RAM_BASE (0x30000000)
#define BSP_CFG_RAM_SIZE (64 * 1024 * 1024)
#define BSP_CFG_TEXT_SIZE (6 * 1024 * 1024)
#define BSP_CFG_DATA_SIZE (18 * 1024 * 1024)
#define BSP_CFG_DMA_SIZE (6 * 1024 * 1024)
#define BSP_CFG_APP_SIZE (34 * 1024 * 1024)
#define BSP_CFG_BOOT_STACK_SIZE (128 * 1024)
#endif /* __BSP_CONFIG_H */
/*********************************************************************************************************
END
*********************************************************************************************************/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaodingding/vscode-sylixos-template-bsp.git
git@gitee.com:xiaodingding/vscode-sylixos-template-bsp.git
xiaodingding
vscode-sylixos-template-bsp
vscode-sylixos-template-bsp
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385