加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ddr_test.h 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
LongChang Ma 提交于 2020-06-15 14:26 . add other platform define.
#ifndef __DDR_TEST_H_
#define __DDR_TEST_H_
#include "rk_pcba_test_led.h"
#ifdef PCBA_3308
#define DDR_CAPACITY 256
#endif
#ifdef PCBA_PX3SE
#define DDR_CAPACITY 1010
#endif
#ifdef PCBA_3229GVA
#define DDR_CAPACITY 256
#endif
#ifdef PCBA_1808
#define DDR_CAPACITY 928
#endif
#ifdef PCBA_3326
//TODO: According to real DDR Capacity to setting
#define DDR_CAPACITY 4096
#endif
#ifdef PCBA_PX30
//TODO: According to real DDR Capacity to setting
#define DDR_CAPACITY 4096
#endif
#ifdef PCBA_3288
//TODO: According to real DDR Capacity to setting
#define DDR_CAPACITY 4096
#endif
#ifdef PCBA_3328
//TODO: According to real DDR Capacity to setting
#define DDR_CAPACITY 4096
#endif
#ifdef PCBA_3399
//TODO: According to real DDR Capacity to setting
#define DDR_CAPACITY 4096
#endif
#ifdef PCBA_3300PRO
//TODO: According to real DDR Capacity to setting
#define DDR_CAPACITY 4096
#endif
void *ddr_test(void *argv);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化