文件名称:EasyFlash
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-10-03
- 文件大小:
- 4mb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
EasyFlash是一款开源的轻量级嵌入式Flash存储器库,主要为MCU(Micro Control Unit)提供便捷、通用的上层应用接口,使得开发者更加高效实现基于的Flash存储器常见应用开发。该库目前提供 三大实用功能 :
Env 小型KV数据库,支持 写平衡(磨损平衡) 及 掉电保护 模式
让Flash变为NoSQL(非关系型数据库)模型的小型键值(Key-Value)存储数据库。在产品上,能够更加简捷的实现 设定参数 或 运行日志 等信息掉电保存功能。
IAP 在线升级再也不是难事儿
该库封装了IAP(In-Application Programming)功能常用的接口,支持CRC32校验,同时支持Bootloader及Application的升级。
Log 无需文件系统,日志可直接存储在Flash上-EasyFlash is an open source lightweight embedded flash memory library. It provide convenient application interface for MCU (Micro Control Unit). The developers can achieve more efficient and common application development based on Flash memory. The library currently provides Three useful features :
Env(environment variables) : A small KV . Support write balance mode(wear leveling) and power fail safeguard.
Let Flash becomes a small NoSQL (non-relational s) model and Key-Value stores . You can be more simple to store setting parameters or running logs and other information which you want to power down to save.
IAP : online upgrade is no longer a difficult thing.
The library encapsulates the IAP (In-Application Programming) feature common interface. Support CRC32 checksum. While supporting the bootloader and application upgrade.
Log : The logs can store to product s flash which has no file-system.
Env 小型KV数据库,支持 写平衡(磨损平衡) 及 掉电保护 模式
让Flash变为NoSQL(非关系型数据库)模型的小型键值(Key-Value)存储数据库。在产品上,能够更加简捷的实现 设定参数 或 运行日志 等信息掉电保存功能。
IAP 在线升级再也不是难事儿
该库封装了IAP(In-Application Programming)功能常用的接口,支持CRC32校验,同时支持Bootloader及Application的升级。
Log 无需文件系统,日志可直接存储在Flash上-EasyFlash is an open source lightweight embedded flash memory library. It provide convenient application interface for MCU (Micro Control Unit). The developers can achieve more efficient and common application development based on Flash memory. The library currently provides Three useful features :
Env(environment variables) : A small KV . Support write balance mode(wear leveling) and power fail safeguard.
Let Flash becomes a small NoSQL (non-relational s) model and Key-Value stores . You can be more simple to store setting parameters or running logs and other information which you want to power down to save.
IAP : online upgrade is no longer a difficult thing.
The library encapsulates the IAP (In-Application Programming) feature common interface. Support CRC32 checksum. While supporting the bootloader and application upgrade.
Log : The logs can store to product s flash which has no file-system.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
EasyFlash\.gitattributes
.........\demo\env\stm32f10x\non_os\app\inc\stm32f10x_conf.h
.........\....\...\.........\......\...\...\stm32f10x_it.h
.........\....\...\.........\......\...\src\app.c
.........\....\...\.........\......\...\...\stm32f10x_it.c
.........\....\...\.........\......\components\easyflash\inc\ef_cfg.h
.........\....\...\.........\......\..........\.........\port\ef_port.c
.........\....\...\.........\......\..........\others\bsp.c
.........\....\...\.........\......\..........\......\bsp.h
.........\....\...\.........\......\..........\......\stm32f103xB.icf
.........\....\...\.........\......\..........\......\stm32f103xE.icf
.........\....\...\.........\......\..........\......\types.h
.........\....\...\.........\......\EWARM\.gitignore
.........\....\...\.........\......\.....\EasyFlash.dep
.........\....\...\.........\......\.....\EasyFlash.ewd
.........\....\...\.........\......\.....\EasyFlash.ewp
.........\....\...\.........\......\.....\EasyFlash.eww
.........\....\...\.........\......\.....\EasyFlashCustomSfr.sfr
.........\....\...\.........\......\.....\settings\EasyFlash.cspy.bat
.........\....\...\.........\......\.....\........\EasyFlash.dbgdt
.........\....\...\.........\......\.....\........\EasyFlash.dni
.........\....\...\.........\......\.....\........\EasyFlash.wsdt
.........\....\...\.........\......\.....\........\EasyFlash_Debug.jlink
.........\....\...\.........\......\.....\........\EasyFlash_EncodingOverride.xml
.........\....\...\.........\......\.....\........\EasyFlash_stm32f103xE.jlink
.........\....\...\.........\......\Libraries\CMSIS_EWARM\CM3\DeviceSupport\ST\STM32F10x\Release_Notes.html
.........\....\...\.........\......\.........\...........\...\.............\..\.........\startup\iar\startup_stm32f10x_cl.s
.........\....\...\.........\......\.........\...........\...\.............\..\.........\.......\...\startup_stm32f10x_hd.s
.........\....\...\.........\......\.........\...........\...\.............\..\.........\.......\...\startup_stm32f10x_hd_vl.s
.........\....\...\.........\......\.........\...........\...\.............\..\.........\.......\...\startup_stm32f10x_ld.s
.........\....\...\.........\......\.........\...........\...\.............\..\.........\.......\...\startup_stm32f10x_ld_vl.s
.........\....\...\.........\......\.........\...........\...\.............\..\.........\.......\...\startup_stm32f10x_md.s
.........\....\...\.........\......\.........\...........\...\.............\..\.........\.......\...\startup_stm32f10x_md_vl.s
.........\....\...\.........\......\.........\...........\...\.............\..\.........\.......\...\startup_stm32f10x_xl.s
.........\....\...\.........\......\.........\...........\...\.............\..\.........\stm32f10x.h
.........\....\...\.........\......\.........\...........\...\.............\..\.........\system_stm32f10x.c
.........\....\...\.........\......\.........\...........\...\.............\..\.........\system_stm32f10x.h
.........\....\...\.........\......\.........\...........\CMSIS debug support.htm
.........\....\...\.........\......\.........\...........\CMSIS END USER LICENCE AGREEMENT.pdf
.........\....\...\.........\......\.........\...........\CMSIS_changes.htm
.........\....\...\.........\......\.........\...........\Documentation\CMSIS_Core.htm
.........\....\...\.........\......\.........\...........\Include\arm_common_tables.h
.........\....\...\.........\......\.........\...........\.......\arm_math.h
.........\....\...\.........\......\.........\...........\.......\core_cm0.h
.........\....\...\.........\......\.........\...........\.......\core_cm0plus.h
.........\....\...\.........\......\.........\...........\.......\core_cm3.h
.........\....\...\.........\......\.........\...........\.......\core_cm4.h
.........\....\...\.........\......\.........\...........\.......\core_cm4_simd.h
.........\....\...\.........\......\.........\...........\.......\core_cmFunc.h
.........\....\...\.........\......\.........\...........\.......\core_cmInstr.h
.........\....\...\.........\......\.........\