mirror of
https://gitee.com/Armink/EasyFlash.git
synced 2024-11-29 10:48:05 +08:00
【更新】软件版本号。
Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
parent
2d31e24352
commit
7483c7971f
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014-2019 Armink (armink.ztl@gmail.com)
|
||||
Copyright (c) 2014-2020 Armink (armink.ztl@gmail.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
@ -1,6 +1,6 @@
|
||||
# EasyFlash
|
||||
|
||||
[![GitHub release](https://img.shields.io/github/release/armink/EasyFlash.svg)](https://github.com/armink/EasyFlash/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/armink/EasyFlash/4.0.0.svg)](https://github.com/armink/EasyFlash/compare/4.0.0...master) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/armink/EasyFlash/master/LICENSE)
|
||||
[![GitHub release](https://img.shields.io/github/release/armink/EasyFlash.svg)](https://github.com/armink/EasyFlash/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/armink/EasyFlash/4.1.0.svg)](https://github.com/armink/EasyFlash/compare/4.1.0...master) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/armink/EasyFlash/master/LICENSE)
|
||||
|
||||
## 1、介绍([English](#1-introduction))
|
||||
|
||||
@ -27,9 +27,9 @@ EasyFlash不仅能够实现对产品的 **设定参数** 或 **运行日志**
|
||||
- ENV 操作效率比以前的模式高,充分利用剩余空闲区域,擦除次数及操作时间显著降低;
|
||||
- **原生支持** 磨损平衡、掉电保护功能 (V4.0 之前需要占用额外的 Flash 扇区);
|
||||
- ENV 支持 **增量升级** ,固件升级后 ENV 也支持升级;
|
||||
- 支持大数据存储模式,**长度无限制**,数据可在多个 Flash 扇区上顺序存储。像脚本程序、音频等占用 Flash 超过 1 个扇区的资源也都可以存入 ENV(即将在 V4.1 支持);
|
||||
- 支持 **数据加密** ,提升存储的安全性,物联网时代的必备功能(即将在 V4.2 支持);
|
||||
- 支持 **数据压缩** ,减低 Flash 占用(即将在 V4.3 支持);
|
||||
- 支持大数据存储模式,**长度无限制**,数据可在多个 Flash 扇区上顺序存储。像脚本程序、音频等占用 Flash 超过 1 个扇区的资源也都可以存入 ENV(即将在 V4.2 支持);
|
||||
- 支持 **数据加密** ,提升存储的安全性,物联网时代的必备功能(即将在 V4.3 支持);
|
||||
- 支持 **数据压缩** ,减低 Flash 占用(即将在 V4.4 支持);
|
||||
|
||||
V4.0 设计及内部原理,V4.0 迁移指南等更多内容请继续阅读下面的 [文档章节](#3文档)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* This file is part of the EasyFlash Library.
|
||||
*
|
||||
* Copyright (c) 2019, Armink, <armink.ztl@gmail.com>
|
||||
* Copyright (c) 2019-2020, Armink, <armink.ztl@gmail.com>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
@ -34,8 +34,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/* EasyFlash software version number */
|
||||
#define EF_SW_VERSION "4.0.99"
|
||||
#define EF_SW_VERSION_NUM 0x40099
|
||||
#define EF_SW_VERSION "4.1.0"
|
||||
#define EF_SW_VERSION_NUM 0x40100
|
||||
|
||||
/*
|
||||
* ENV version number defined by user.
|
||||
|
Loading…
Reference in New Issue
Block a user