Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
rt-thread
提交
d8f06c85
R
rt-thread
项目概览
BaiXuePrincess
/
rt-thread
与 Fork 源项目一致
Fork自
RT-Thread / rt-thread
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
rt-thread
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
d8f06c85
编写于
2月 16, 2014
作者:
P
prife
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
simulator: fix compile errors in nand driver(512+16)
上级
fb6b1c25
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
6 deletion
+6
-6
bsp/simulator/drivers/nanddrv_file.c
bsp/simulator/drivers/nanddrv_file.c
+6
-6
未找到文件。
bsp/simulator/drivers/nanddrv_file.c
浏览文件 @
d8f06c85
...
...
@@ -4,23 +4,23 @@
#include <string.h>
#define NAND_SIM "nand.bin"
#if 1
#define OOB_SIZE 64
#define PAGE_DATA_SIZE 2048
#define PAGE_SIZE (2048 + 64)
#define PAGE_PER_BLOCK 64
#define
BLOCK_SIZE (PAGE_SIZE * PAGE_PER_BLOCK
)
#define
ECC_SIZE ((PAGE_DATA_SIZE) * 3 / 256
)
#define BLOCK_NUM 512
// #define BLOCK_NUM 2048
#else
#define OOB_SIZE 16
#define PAGE_
SIZE (512 + OOB_SIZE)
#define PAGE_
DATA_SIZE 512
#define PAGE_PER_BLOCK 32
#define
BLOCK_SIZE (PAGE_SIZE * PAGE_PER_BLOCK
)
#define
ECC_SIZE ((PAGE_DATA_SIZE) * 3 / 256
)
#define BLOCK_NUM 512
#endif
#define ECC_SIZE ((PAGE_DATA_SIZE) * 3 / 256)
#define BLOCK_SIZE (PAGE_SIZE * PAGE_PER_BLOCK)
#define PAGE_SIZE (PAGE_DATA_SIZE + OOB_SIZE)
static
unsigned
char
block_data
[
BLOCK_SIZE
];
static
struct
rt_mtd_nand_device
_nanddrv_file_device
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录