文件名称:EasyFlash
-
所属分类:
- 标签属性:
- 上传时间: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
EasyFlash/demo/env/stm32f10x/non_os/app/inc/stm32f10x_conf.h
EasyFlash/demo/env/stm32f10x/non_os/app/inc/stm32f10x_it.h
EasyFlash/demo/env/stm32f10x/non_os/app/src/app.c
EasyFlash/demo/env/stm32f10x/non_os/app/src/stm32f10x_it.c
EasyFlash/demo/env/stm32f10x/non_os/components/easyflash/inc/ef_cfg.h
EasyFlash/demo/env/stm32f10x/non_os/components/easyflash/port/ef_port.c
EasyFlash/demo/env/stm32f10x/non_os/components/others/bsp.c
EasyFlash/demo/env/stm32f10x/non_os/components/others/bsp.h
EasyFlash/demo/env/stm32f10x/non_os/components/others/stm32f103xB.icf
EasyFlash/demo/env/stm32f10x/non_os/components/others/stm32f103xE.icf
EasyFlash/demo/env/stm32f10x/non_os/components/others/types.h
EasyFlash/demo/env/stm32f10x/non_os/EWARM/.gitignore
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlash.dep
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlash.ewd
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlash.ewp
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlash.eww
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlashCustomSfr.sfr
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash.cspy.bat
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash.dbgdt
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash.dni
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash.wsdt
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash_Debug.jlink
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash_EncodingOverride.xml
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash_stm32f103xE.jlink
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_cl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd_vl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld_vl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md_vl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_xl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CMSIS debug support.htm
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CMSIS END USER LICENCE AGREEMENT.pdf
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CMSIS_changes.htm
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Documentation/CMSIS_Core.htm
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/arm_common_tables.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/arm_math.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm0.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm0plus.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm3.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm4.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm4_simd.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cmFunc.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cmInstr.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_sc000.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_sc300.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/index.htm
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/License.doc
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/README.txt
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/readme_patch.txt
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/CoreSupport/core_cm3.c
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/CoreSupport/core_cm3.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/DeviceSupport/ST/Release_Notes_for_STM32F10x_CMSIS.html
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32
EasyFlash/demo/env/stm32f10x/non_os/app/inc/stm32f10x_conf.h
EasyFlash/demo/env/stm32f10x/non_os/app/inc/stm32f10x_it.h
EasyFlash/demo/env/stm32f10x/non_os/app/src/app.c
EasyFlash/demo/env/stm32f10x/non_os/app/src/stm32f10x_it.c
EasyFlash/demo/env/stm32f10x/non_os/components/easyflash/inc/ef_cfg.h
EasyFlash/demo/env/stm32f10x/non_os/components/easyflash/port/ef_port.c
EasyFlash/demo/env/stm32f10x/non_os/components/others/bsp.c
EasyFlash/demo/env/stm32f10x/non_os/components/others/bsp.h
EasyFlash/demo/env/stm32f10x/non_os/components/others/stm32f103xB.icf
EasyFlash/demo/env/stm32f10x/non_os/components/others/stm32f103xE.icf
EasyFlash/demo/env/stm32f10x/non_os/components/others/types.h
EasyFlash/demo/env/stm32f10x/non_os/EWARM/.gitignore
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlash.dep
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlash.ewd
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlash.ewp
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlash.eww
EasyFlash/demo/env/stm32f10x/non_os/EWARM/EasyFlashCustomSfr.sfr
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash.cspy.bat
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash.dbgdt
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash.dni
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash.wsdt
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash_Debug.jlink
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash_EncodingOverride.xml
EasyFlash/demo/env/stm32f10x/non_os/EWARM/settings/EasyFlash_stm32f103xE.jlink
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_cl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd_vl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld_vl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md_vl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_xl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CMSIS debug support.htm
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CMSIS END USER LICENCE AGREEMENT.pdf
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/CMSIS_changes.htm
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Documentation/CMSIS_Core.htm
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/arm_common_tables.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/arm_math.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm0.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm0plus.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm3.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm4.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cm4_simd.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cmFunc.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_cmInstr.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_sc000.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/Include/core_sc300.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/index.htm
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/License.doc
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/README.txt
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_EWARM/readme_patch.txt
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/CoreSupport/core_cm3.c
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/CoreSupport/core_cm3.h
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/DeviceSupport/ST/Release_Notes_for_STM32F10x_CMSIS.html
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s
EasyFlash/demo/env/stm32f10x/non_os/Libraries/CMSIS_RVMDK/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.