Skip to content

Commit

Permalink
【更新】软件版本号。
Browse files Browse the repository at this point in the history
Signed-off-by: armink <[email protected]>
  • Loading branch information
armink committed Apr 12, 2020
1 parent 2d31e24 commit 7483c79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2019 Armink ([email protected])
Copyright (c) 2014-2020 Armink ([email protected])

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EasyFlash

[![GitHub release](https://img.shields.io/github/release/armink/EasyFlash.svg)](https:/armink/EasyFlash/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/armink/EasyFlash/4.0.0.svg)](https:/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:/armink/EasyFlash/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/armink/EasyFlash/4.1.0.svg)](https:/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)

Expand All @@ -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文档)

Expand Down
6 changes: 3 additions & 3 deletions easyflash/inc/ef_def.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of the EasyFlash Library.
*
* Copyright (c) 2019, Armink, <[email protected]>
* Copyright (c) 2019-2020, Armink, <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7483c79

Please sign in to comment.