From 466d772537a91155ea4464f9d793bfc315007122 Mon Sep 17 00:00:00 2001 From: armink Date: Sat, 31 Jan 2015 14:56:33 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91r?= =?UTF-8?q?eadme=E6=96=87=E6=A1=A3=E4=B8=AD=E4=B8=80=E5=A4=84=E6=9C=AA?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5579afe..bfdf0a9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,9 @@ Demo平台 所有支持的API接口都在 `\flash\inc\flash.h` 中声明。以下内容较多,建议使用 **CTRL+F** 搜索。 名词介绍: + **备份区** :是EasyFlash定义的一个存放环境变量及已下载程序的Flash区域,详细存储架构可以参考 `\flash\src\flash.c` 文件头位置的注释说明。 + **环境变量表** :负责存放所有的环境变量,该表在Flash及RAM中均存在,上电后需从Flash加载到RAM中,修改后,则需要保存其至Flash中。 ### 3.1 初始化